Started by user Ondrej Dockal Running as Ondrej Dockal Agent centos-7-74pcd 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-74pcd" 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-74pcd" - 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-74pcd" - 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-74pcd (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 :87 -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 08:38:51 2023 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5987 vncext: created VNC server for screen 0 [reddeer.verification.parametrized] $ /bin/sh -xe /tmp/jenkins4989349294730086062.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/staging/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/staging/2023-09/ (365B) [INFO] Adding repository https://download.eclipse.org/staging/2023-09 [INFO] Fetching content.jar from https://download.eclipse.org/staging/2023-09/ (2.54MB) [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 org.eclipse.osgi_3.18.500.v20230801-1826.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1.47MB) [INFO] Fetching org.apache.felix.scr_2.2.6.jar from https://download.eclipse.org/staging/2023-09/plugins/ (393.54kB) [INFO] Fetching org.osgi.service.component_1.5.1.202212101352.jar from https://download.eclipse.org/staging/2023-09/plugins/ (64.89kB) [INFO] Fetching org.osgi.util.promise_1.3.0.202212101352.jar from https://download.eclipse.org/staging/2023-09/plugins/ (83.65kB) [INFO] Fetching org.eclipse.swt_3.124.100.v20230814-1333.jar from https://download.eclipse.org/staging/2023-09/plugins/ (18.79kB) [INFO] Fetching org.hamcrest.core_2.2.0.v20230809-1000.jar from https://download.eclipse.org/staging/2023-09/plugins/ (9.19kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.124.100.v20230814-1333.jar from https://download.eclipse.org/staging/2023-09/plugins/ (2.16MB) [INFO] Fetching org.hamcrest_2.2.0.v20210711-0821.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (147.32kB) [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/staging/2023-09/plugins/ (23.09kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.124.100.v20230814-1333.jar from https://download.eclipse.org/staging/2023-09/plugins/ (2.49MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.124.100.v20230814-1333.jar from https://download.eclipse.org/staging/2023-09/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/staging/2023-09/plugins/ (13.89MB) [INFO] Fetching com.sun.jna_5.13.0.v20230812-1000.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1.81MB) [INFO] Fetching com.sun.jna.platform_5.13.0.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1.3MB) [INFO] Fetching javax.annotation_1.3.5.v20230504-0748.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (48.11kB) [INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/staging/2023-09/plugins/ (32.41kB) [INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from https://download.eclipse.org/staging/2023-09/plugins/ (22.12kB) [INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from https://download.eclipse.org/staging/2023-09/plugins/ (361.47kB) [INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/staging/2023-09/plugins/ (146.86kB) [INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from https://download.eclipse.org/staging/2023-09/plugins/ (25.35kB) [INFO] Fetching org.apache.xmlgraphics_2.7.0.v20221018-0736.jar from https://download.eclipse.org/staging/2023-09/plugins/ (717.41kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/staging/2023-09/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/staging/2023-09/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/staging/2023-09/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.commons-io_2.13.0.jar from https://download.eclipse.org/staging/2023-09/plugins/ (472.61kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/staging/2023-09/plugins/ (317.8kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/staging/2023-09/plugins/ (71.45kB) [INFO] Fetching org.eclipse.core.commands_3.11.100.v20230708-0916.jar from https://download.eclipse.org/staging/2023-09/plugins/ (117.29kB) [INFO] Fetching org.eclipse.equinox.common_3.18.100.v20230730-1117.jar from https://download.eclipse.org/staging/2023-09/plugins/ (150.54kB) [INFO] Fetching org.eclipse.core.contenttype_3.9.100.v20230630-1232.jar from https://download.eclipse.org/staging/2023-09/plugins/ (102.48kB) [INFO] Fetching org.eclipse.equinox.preferences_3.10.300.v20230630-1303.jar from https://download.eclipse.org/staging/2023-09/plugins/ (136.88kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.300.v20230801-1826.jar from https://download.eclipse.org/staging/2023-09/plugins/ (198.21kB) [INFO] Fetching org.eclipse.core.databinding_1.13.100.v20230708-0916.jar from https://download.eclipse.org/staging/2023-09/plugins/ (287.75kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.13.100.v20230708-0916.jar from https://download.eclipse.org/staging/2023-09/plugins/ (315.27kB) [INFO] Fetching org.eclipse.core.databinding.property_1.10.100.v20230708-0916.jar from https://download.eclipse.org/staging/2023-09/plugins/ (166.11kB) [INFO] Fetching org.eclipse.core.expressions_3.9.100.v20230726-0617.jar from https://download.eclipse.org/staging/2023-09/plugins/ (95.08kB) [INFO] Fetching org.eclipse.core.runtime_3.29.0.v20230726-0617.jar from https://download.eclipse.org/staging/2023-09/plugins/ (77.99kB) [INFO] Fetching org.eclipse.core.jobs_3.15.0.v20230808-1403.jar from https://download.eclipse.org/staging/2023-09/plugins/ (115.71kB) [INFO] Fetching org.eclipse.equinox.app_1.6.300.v20230630-1303.jar from https://download.eclipse.org/staging/2023-09/plugins/ (91.53kB) [INFO] Fetching org.eclipse.e4.core.commands_1.1.100.v20230630-1554.jar from https://download.eclipse.org/staging/2023-09/plugins/ (28.5kB) [INFO] Fetching org.eclipse.e4.core.di_1.9.100.v20230721-1753.jar from https://download.eclipse.org/staging/2023-09/plugins/ (55.35kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.12.100.v20230725-1354.jar from https://download.eclipse.org/staging/2023-09/plugins/ (56.66kB) [INFO] Fetching org.eclipse.e4.core.services_2.4.100.v20230708-0809.jar from https://download.eclipse.org/staging/2023-09/plugins/ (71.64kB) [INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from https://download.eclipse.org/staging/2023-09/plugins/ (46.59kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.8.100.v20230617-1158.jar from https://download.eclipse.org/staging/2023-09/plugins/ (13.82kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.18.0.v20230429-1914.jar from https://download.eclipse.org/staging/2023-09/plugins/ (12.92kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.17.100.v20230630-1232.jar from https://download.eclipse.org/staging/2023-09/plugins/ (42.36kB) [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/staging/2023-09/plugins/ (19.69kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.4.100.v20230801-1255.jar from https://download.eclipse.org/staging/2023-09/plugins/ (53.96kB) [INFO] Fetching org.eclipse.emf.ecore_2.35.0.v20230810-0713.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1.29MB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.14.100.v20230630-1554.jar from https://download.eclipse.org/staging/2023-09/plugins/ (48.5kB) [INFO] Fetching org.eclipse.e4.ui.services_1.6.100.v20230630-1554.jar from https://download.eclipse.org/staging/2023-09/plugins/ (26.42kB) [INFO] Fetching org.eclipse.jface_3.31.0.v20230816-1629.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1.13MB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.14.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (219.3kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.15.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (205.58kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.14.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (30.14kB) [INFO] Fetching org.eclipse.e4.ui.di_1.5.100.v20230630-1554.jar from https://download.eclipse.org/staging/2023-09/plugins/ (18.21kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.4.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (58.65kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.4.100.v20230801-1255.jar from https://download.eclipse.org/staging/2023-09/plugins/ (396.71kB) [INFO] Fetching org.eclipse.equinox.event_1.6.200.v20230120-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (35.14kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.4.0.v20230317-0802.jar from https://download.eclipse.org/staging/2023-09/plugins/ (15.11kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.15.100.v20230805-0732.jar from https://download.eclipse.org/staging/2023-09/plugins/ (268.72kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.15.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (91.77kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.35.0.v20230801-1141.jar from https://download.eclipse.org/staging/2023-09/plugins/ (238.79kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.5.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (120.39kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.16.100.v20230801-1255.jar from https://download.eclipse.org/staging/2023-09/plugins/ (256.48kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.17.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (150.24kB) [INFO] Fetching org.eclipse.jface.databinding_1.15.100.v20230708-0916.jar from https://download.eclipse.org/staging/2023-09/plugins/ (292.29kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.17.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (23.21kB) [INFO] Fetching org.eclipse.urischeme_1.3.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (54.17kB) [INFO] Fetching org.eclipse.emf.common_2.29.0.v20230810-0713.jar from https://download.eclipse.org/staging/2023-09/plugins/ (378.61kB) [INFO] Fetching org.eclipse.help_3.10.100.v20230726-0617.jar from https://download.eclipse.org/staging/2023-09/plugins/ (274.59kB) [INFO] Fetching org.eclipse.ui_3.203.200.v20230807-1354.jar from https://download.eclipse.org/staging/2023-09/plugins/ (434.22kB) [INFO] Fetching org.eclipse.ui.workbench_3.130.0.v20230816-1515.jar from https://download.eclipse.org/staging/2023-09/plugins/ (3.51MB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/staging/2023-09/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/staging/2023-09/plugins/ (7.97MB) [INFO] Fetching bcpg_1.76.0.jar from https://download.eclipse.org/staging/2023-09/plugins/ (439.42kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/staging/2023-09/plugins/ (302.53kB) [INFO] Fetching org.eclipse.compare.core_3.8.100.v20230726-0617.jar from https://download.eclipse.org/staging/2023-09/plugins/ (69.73kB) [INFO] Fetching org.eclipse.core.filebuffers_3.8.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (116.83kB) [INFO] Fetching org.eclipse.text_3.13.100.v20230801-1334.jar from https://download.eclipse.org/staging/2023-09/plugins/ (299.13kB) [INFO] Fetching org.eclipse.core.filesystem_1.10.100.v20230717-1727.jar from https://download.eclipse.org/staging/2023-09/plugins/ (72.25kB) [INFO] Fetching org.eclipse.core.resources_3.19.100.v20230814-1312.jar from https://download.eclipse.org/staging/2023-09/plugins/ (900.14kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.17.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (13.28kB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.300.v20230630-1303.jar from https://download.eclipse.org/staging/2023-09/plugins/ (52.88kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.5.100.v20230630-1506.jar from https://download.eclipse.org/staging/2023-09/plugins/ (172.09kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.7.100.v20230630-1506.jar from https://download.eclipse.org/staging/2023-09/plugins/ (365.14kB) [INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/staging/2023-09/plugins/ (113.29kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.10.100.v20230814-2013.jar from https://download.eclipse.org/staging/2023-09/plugins/ (80.64kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.3.200.v20230630-1506.jar from https://download.eclipse.org/staging/2023-09/plugins/ (64.43kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.7.100.v20230710-0621.jar from https://download.eclipse.org/staging/2023-09/plugins/ (184.63kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.8.100.v20230630-1506.jar from https://download.eclipse.org/staging/2023-09/plugins/ (236.73kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.5.100.v20230630-1506.jar from https://download.eclipse.org/staging/2023-09/plugins/ (137.49kB) [INFO] Fetching org.eclipse.equinox.security_1.4.0.v20230630-1303.jar from https://download.eclipse.org/staging/2023-09/plugins/ (115.78kB) [INFO] Fetching org.eclipse.jface.text_3.24.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1.05MB) [INFO] Fetching org.eclipse.ui.editors_3.17.0.v20230804-0538.jar from https://download.eclipse.org/staging/2023-09/plugins/ (612.76kB) [INFO] Fetching org.eclipse.ui.ide_3.21.100.v20230815-1006.jar from https://download.eclipse.org/staging/2023-09/plugins/ (2.32MB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.17.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (693.65kB) [INFO] Fetching org.eclipse.ui.navigator_3.12.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (428.81kB) [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] 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.v20230807-1354.jar from https://download.eclipse.org/staging/2023-09/plugins/ (332.72kB) [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/staging/2023-09/plugins/ (73.8kB) [INFO] Fetching com.fasterxml.jackson.core.jackson-core_2.15.2.jar from https://download.eclipse.org/staging/2023-09/plugins/ (536.33kB) [INFO] Fetching com.fasterxml.jackson.core.jackson-databind_2.15.2.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1.55MB) [INFO] Fetching org.apache.commons.lang_2.6.0.v20220406-2305.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (300.96kB) [INFO] Fetching org.eclipse.core.variables_3.6.100.v20230726-0617.jar from https://download.eclipse.org/staging/2023-09/plugins/ (37.54kB) [INFO] Fetching org.eclipse.debug.core_3.21.100.v20230731-1425.jar from https://download.eclipse.org/staging/2023-09/plugins/ (401.09kB) [INFO] Fetching org.eclipse.debug.ui_3.18.100.v20230802-1257.jar from https://download.eclipse.org/staging/2023-09/plugins/ (3.04MB) [INFO] Fetching org.eclipse.ui.console_3.13.0.v20230726-0617.jar from https://download.eclipse.org/staging/2023-09/plugins/ (246.77kB) [INFO] Fetching org.eclipse.e4.ui.progress_0.4.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (209.72kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.200.v20230630-1506.jar from https://download.eclipse.org/staging/2023-09/plugins/ (39.06kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.400.v20230630-1506.jar from https://download.eclipse.org/staging/2023-09/plugins/ (71.72kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.6.100.v20230718-0609.jar from https://download.eclipse.org/staging/2023-09/plugins/ (113.11kB) [INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/staging/2023-09/plugins/ (429.55kB) [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/staging/2023-09/plugins/ (432.64kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.300.v20230630-1506.jar from https://download.eclipse.org/staging/2023-09/plugins/ (49.04kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.4.100.v20230630-1506.jar from https://download.eclipse.org/staging/2023-09/plugins/ (33.68kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.4.100.v20230630-1506.jar from https://download.eclipse.org/staging/2023-09/plugins/ (135.53kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.8.100.v20230630-1506.jar from https://download.eclipse.org/staging/2023-09/plugins/ (103.54kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.5.100.v20230814-2013.jar from https://download.eclipse.org/staging/2023-09/plugins/ (248.62kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.5.100.v20230630-1506.jar from https://download.eclipse.org/staging/2023-09/plugins/ (37.55kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.3.100.v20230630-1506.jar from https://download.eclipse.org/staging/2023-09/plugins/ (27kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.7.100.v20230630-1506.jar from https://download.eclipse.org/staging/2023-09/plugins/ (77.46kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.200.v20230630-1506.jar from https://download.eclipse.org/staging/2023-09/plugins/ (28.81kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.8.100.v20230728-2010.jar from https://download.eclipse.org/staging/2023-09/plugins/ (698.87kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.4.0.v20230728-2008.jar from https://download.eclipse.org/staging/2023-09/plugins/ (172.99kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.3.100.v20230630-1506.jar from https://download.eclipse.org/staging/2023-09/plugins/ (103.81kB) [INFO] Fetching org.junit_4.13.2.v20230809-1000.jar from https://download.eclipse.org/staging/2023-09/plugins/ (414.97kB) [INFO] Fetching org.eclipse.ui.browser_3.8.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (210.26kB) [INFO] Fetching org.eclipse.ui.views.log_1.4.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (174.65kB) [INFO] Fetching org.eclipse.wst.server.core_1.11.0.v202308172116.jar from https://download.eclipse.org/staging/2023-09/plugins/ (397.26kB) [INFO] Fetching org.eclipse.wst.server.ui_1.6.200.v202308172116.jar from https://download.eclipse.org/staging/2023-09/plugins/ (953.19kB) [INFO] Fetching org.json_1.0.0.v201011060100.jar from https://download.eclipse.org/staging/2023-09/plugins/ (56.15kB) [INFO] Fetching org.yaml.snakeyaml_2.1.0.jar from https://download.eclipse.org/staging/2023-09/plugins/ (326.36kB) [INFO] Fetching org.eclipse.wst.common.core_1.4.100.v202103232321.jar from https://download.eclipse.org/staging/2023-09/plugins/ (60.39kB) [INFO] Fetching org.eclipse.wst.internet.monitor.core_1.1.0.v202304050316.jar from https://download.eclipse.org/staging/2023-09/plugins/ (76.29kB) [INFO] Fetching org.eclipse.wst.server.discovery_1.3.500.v202308172116.jar from https://download.eclipse.org/staging/2023-09/plugins/ (101.36kB) [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.202308241536.jar from https://download.eclipse.org/staging/2023-09/plugins/ (650.29kB) [INFO] Fetching org.eclipse.gef_3.15.0.202308241536.jar from https://download.eclipse.org/staging/2023-09/plugins/ (999.87kB) [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.emf.common.ui_2.21.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (168.01kB) [INFO] Fetching org.eclipse.emf.edit_2.18.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (301.88kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (354.65kB) [INFO] Fetching org.eclipse.ui.views_3.12.100.v20230811-1916.jar from https://download.eclipse.org/staging/2023-09/plugins/ (107.53kB) [INFO] Fetching org.eclipse.nebula.widgets.cdatetime_1.5.0.202303072132.jar from https://download.eclipse.org/staging/2023-09/plugins/ (109.07kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.2.202208110935.jar from https://download.eclipse.org/staging/2023-09/plugins/ (175.44kB) [INFO] Fetching org.eclipse.emf.validation_1.8.3.202305230712.jar from https://download.eclipse.org/staging/2023-09/plugins/ (411.07kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.2.202208110935.jar from https://download.eclipse.org/staging/2023-09/plugins/ (88.93kB) [INFO] Fetching org.eclipse.graphiti_0.19.1.202211181144.jar from https://download.eclipse.org/staging/2023-09/plugins/ (326.75kB) [INFO] Fetching org.eclipse.graphiti.mm_0.19.1.202211181144.jar from https://download.eclipse.org/staging/2023-09/plugins/ (222.15kB) [INFO] Fetching org.eclipse.graphiti.ui_0.19.1.202211181144.jar from https://download.eclipse.org/staging/2023-09/plugins/ (692.62kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.10.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (110.58kB) [INFO] Fetching org.eclipse.nebula.cwt_1.1.0.202303072132.jar from https://download.eclipse.org/staging/2023-09/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/staging/2023-09/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/staging/2023-09/plugins/ (418.96kB) [INFO] Fetching biz.aQute.bndlib_6.4.1.202306080939.jar from https://download.eclipse.org/staging/2023-09/plugins/ (3.04MB) [INFO] Fetching org.osgi.service.repository_1.1.0.201505202024.jar from https://download.eclipse.org/staging/2023-09/plugins/ (24.84kB) [INFO] Fetching org.slf4j.api_1.7.30.v20221112-0806.jar from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (54.01kB) [INFO] Fetching jakarta.annotation-api_1.3.5.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (24.47kB) [INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/staging/2023-09/plugins/ (2.96MB) [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.v20230731-0828.jar from https://download.eclipse.org/staging/2023-09/plugins/ (109.39kB) [INFO] Fetching org.eclipse.ant.launching_1.4.100.v20230726-0617.jar from https://download.eclipse.org/staging/2023-09/plugins/ (163.54kB) [INFO] Fetching org.eclipse.jdt.launching_3.20.100.v20230814-1810.jar from https://download.eclipse.org/staging/2023-09/plugins/ (583.32kB) [INFO] Fetching org.eclipse.core.externaltools_1.3.100.v20230726-0617.jar from https://download.eclipse.org/staging/2023-09/plugins/ (42.77kB) [INFO] Fetching org.eclipse.jdt.core_3.35.0.v20230814-1356.jar from https://download.eclipse.org/staging/2023-09/plugins/ (4.04MB) [INFO] Fetching org.eclipse.ant.ui_3.9.100.v20230726-0617.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1.05MB) [INFO] Fetching org.eclipse.ui.externaltools_3.6.100.v20230726-0617.jar from https://download.eclipse.org/staging/2023-09/plugins/ (142.96kB) [INFO] Fetching org.eclipse.jdt.ui_3.30.0.v20230815-1601.jar from https://download.eclipse.org/staging/2023-09/plugins/ (10.99MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.13.100.v20230809-1849.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1.68MB) [INFO] Fetching org.eclipse.team.core_3.10.100.v20230726-0617.jar from https://download.eclipse.org/staging/2023-09/plugins/ (405.12kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.14.100.v20230728-0612.jar from https://download.eclipse.org/staging/2023-09/plugins/ (346.43kB) [INFO] Fetching org.eclipse.jdt.junit_3.16.100.v20230812-0709.jar from https://download.eclipse.org/staging/2023-09/plugins/ (552.57kB) [INFO] Fetching org.eclipse.compare_3.9.200.v20230726-0617.jar from https://download.eclipse.org/staging/2023-09/plugins/ (809.15kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.4.100.v20230630-1506.jar from https://download.eclipse.org/staging/2023-09/plugins/ (258.26kB) [INFO] Fetching org.eclipse.jdt.core.compiler.batch_3.35.0.v20230814-2020.jar from https://download.eclipse.org/staging/2023-09/plugins/ (3.05MB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.19.100.v20230811-2104.jar from https://download.eclipse.org/staging/2023-09/plugins/ (2.51MB) [INFO] Fetching org.eclipse.jdt.debug_3.21.100.v20230728-0612.jar from https://download.eclipse.org/staging/2023-09/plugins/ (926.07kB) [INFO] Fetching org.eclipse.search_3.15.200.v20230816-1837.jar from https://download.eclipse.org/staging/2023-09/plugins/ (500.55kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.13.100.v20230728-0612.jar from https://download.eclipse.org/staging/2023-09/plugins/ (470.99kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.12.100.v20230811-1614.jar from https://download.eclipse.org/staging/2023-09/plugins/ (182.24kB) [INFO] Fetching org.eclipse.team.ui_3.10.100.v20230726-0617.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1.42MB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.9.100.v20230811-1916.jar from https://download.eclipse.org/staging/2023-09/plugins/ (180.32kB) [INFO] Fetching org.eclipse.pde.build_3.12.100.v20230812-1744.jar from https://download.eclipse.org/staging/2023-09/plugins/ (507.16kB) [INFO] Fetching org.eclipse.pde.core_3.17.100.v20230814-2100.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1.41MB) [INFO] Fetching org.eclipse.pde.launching_3.11.100.v20230812-1744.jar from https://download.eclipse.org/staging/2023-09/plugins/ (142.75kB) [INFO] Fetching org.eclipse.pde.ui_3.14.100.v20230814-2100.jar from https://download.eclipse.org/staging/2023-09/plugins/ (4.61MB) [INFO] Fetching org.eclipse.ui.intro_3.7.100.v20230726-0617.jar from https://download.eclipse.org/staging/2023-09/plugins/ (349.88kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.8.100.v20230725-0936.jar from https://download.eclipse.org/staging/2023-09/plugins/ (388.81kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.3.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (166.06kB) [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/staging/2023-09/plugins/ (49.77kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.500.v20230717-2134.jar from https://download.eclipse.org/staging/2023-09/plugins/ (54.57kB) [INFO] Fetching org.eclipse.ui.ide.application_1.5.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/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/staging/2023-09/plugins/ (62.14kB) [INFO] Fetching org.apache.aries.spifly.dynamic.bundle_1.3.6.jar from https://download.eclipse.org/staging/2023-09/plugins/ (150.25kB) [INFO] Fetching com.google.gson_2.10.1.v20230109-0753.jar from https://download.eclipse.org/staging/2023-09/plugins/ (308.6kB) [INFO] Fetching com.google.guava.failureaccess_1.0.1.jar from https://download.eclipse.org/staging/2023-09/plugins/ (4.51kB) [INFO] Fetching com.google.guava_32.1.2.jre.jar from https://download.eclipse.org/staging/2023-09/plugins/ (2.9MB) [INFO] Fetching org.objectweb.asm_9.5.0.jar from https://download.eclipse.org/staging/2023-09/plugins/ (119.01kB) [INFO] Fetching org.objectweb.asm.commons_9.5.0.jar from https://download.eclipse.org/staging/2023-09/plugins/ (70.52kB) [INFO] Fetching org.objectweb.asm.util_9.5.0.jar from https://download.eclipse.org/staging/2023-09/plugins/ (88.94kB) [INFO] Fetching org.apache.commons.cli_1.5.0.jar from https://download.eclipse.org/staging/2023-09/plugins/ (56.92kB) [INFO] Fetching org.apache.commons.commons-codec_1.16.0.jar from https://download.eclipse.org/staging/2023-09/plugins/ (352.28kB) [INFO] Fetching org.apache.xerces_2.12.2.v20220131-0835.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1.5MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v20220715-1206.jar from https://download.eclipse.org/staging/2023-09/plugins/ (101.69kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.10.100.v20230708-0916.jar from https://download.eclipse.org/staging/2023-09/plugins/ (83.25kB) [INFO] Fetching org.eclipse.osgi.services_3.11.100.v20221006-1531.jar from https://download.eclipse.org/staging/2023-09/plugins/ (48.16kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.14.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (188.35kB) [INFO] Fetching org.eclipse.m2e.archetype.archetype-catalog_3.2.1.jar from https://download.eclipse.org/staging/2023-09/plugins/ (19.14kB) [INFO] Fetching org.eclipse.m2e.archetype.common_3.3.0.20230605-1716.jar from https://download.eclipse.org/staging/2023-09/plugins/ (11.96kB) [INFO] Fetching org.eclipse.m2e.archetype.archetype-common_3.2.1.jar from https://download.eclipse.org/staging/2023-09/plugins/ (179.39kB) [INFO] Fetching org.eclipse.m2e.archetype.archetype-descriptor_3.2.1.jar from https://download.eclipse.org/staging/2023-09/plugins/ (23.88kB) [INFO] Fetching org.eclipse.m2e.archetype.jdom2_2.0.6.1.jar from https://download.eclipse.org/staging/2023-09/plugins/ (324.13kB) [INFO] Fetching org.eclipse.m2e.maven.runtime_3.9.101.20230730-1958.jar from https://download.eclipse.org/staging/2023-09/plugins/ (7.65MB) [INFO] Fetching org.eclipse.m2e.archetype.maven-artifact-transfer_0.13.1.jar from https://download.eclipse.org/staging/2023-09/plugins/ (156.16kB) [INFO] Fetching org.eclipse.m2e.core_2.4.0.20230809-1423.jar from https://download.eclipse.org/staging/2023-09/plugins/ (650.65kB) [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from https://download.eclipse.org/staging/2023-09/plugins/ (15.56kB) [INFO] Fetching org.eclipse.m2e.core.ui_2.0.6.20230809-1423.jar from https://download.eclipse.org/staging/2023-09/plugins/ (811.94kB) [INFO] Fetching org.eclipse.m2e.model.edit_2.0.300.20230320-2130.jar from https://download.eclipse.org/staging/2023-09/plugins/ (410.69kB) [INFO] Fetching org.eclipse.wst.common.uriresolver_1.4.0.v202308161955.jar from https://download.eclipse.org/staging/2023-09/plugins/ (48.63kB) [INFO] Fetching org.eclipse.wst.common.emf_1.2.700.v202007161535.jar from https://download.eclipse.org/staging/2023-09/plugins/ (229kB) [INFO] Fetching org.eclipse.wst.sse.core_1.2.1200.v202308180854.jar from https://download.eclipse.org/staging/2023-09/plugins/ (479.34kB) [INFO] Fetching org.eclipse.wst.xml.core_1.2.800.v202308210520.jar from https://download.eclipse.org/staging/2023-09/plugins/ (812.15kB) [INFO] Fetching org.osgi.service.wireadmin_1.0.2.202109301733.jar from https://download.eclipse.org/staging/2023-09/plugins/ (42.85kB) [INFO] Fetching org.osgi.service.provisioning_1.2.0.201505202024.jar from https://download.eclipse.org/staging/2023-09/plugins/ (13.38kB) [INFO] Fetching org.osgi.service.upnp_1.2.1.202109301733.jar from https://download.eclipse.org/staging/2023-09/plugins/ (30.58kB) [INFO] Fetching org.osgi.service.useradmin_1.1.1.202109301733.jar from https://download.eclipse.org/staging/2023-09/plugins/ (35.82kB) [INFO] Fetching org.osgi.service.device_1.1.1.202109301733.jar from https://download.eclipse.org/staging/2023-09/plugins/ (19.88kB) [INFO] Fetching org.osgi.service.cm_1.6.1.202109301733.jar from https://download.eclipse.org/staging/2023-09/plugins/ (54.28kB) [INFO] Fetching org.osgi.service.metatype_1.4.1.202109301733.jar from https://download.eclipse.org/staging/2023-09/plugins/ (29.67kB) [INFO] Fetching org.eclipse.osgi.util_3.7.200.v20230103-1101.jar from https://download.eclipse.org/staging/2023-09/plugins/ (14.42kB) [INFO] Fetching org.osgi.util.measurement_1.0.2.201802012109.jar from https://download.eclipse.org/staging/2023-09/plugins/ (25.74kB) [INFO] Fetching org.osgi.util.position_1.0.1.201505202026.jar from https://download.eclipse.org/staging/2023-09/plugins/ (13.73kB) [INFO] Fetching org.osgi.util.xml_1.0.2.202109301733.jar from https://download.eclipse.org/staging/2023-09/plugins/ (18.3kB) [INFO] Fetching org.eclipse.wst.common.frameworks_1.3.0.v202308161955.jar from https://download.eclipse.org/staging/2023-09/plugins/ (125.12kB) [INFO] Fetching org.eclipse.wst.common.environment_1.1.0.v202308161955.jar from https://download.eclipse.org/staging/2023-09/plugins/ (50.66kB) [INFO] Fetching org.objectweb.asm.tree_9.5.0.jar from https://download.eclipse.org/staging/2023-09/plugins/ (50.73kB) [INFO] Fetching org.objectweb.asm.tree.analysis_9.5.0.jar from https://download.eclipse.org/staging/2023-09/plugins/ (33.18kB) [INFO] Fetching slf4j.nop_2.0.7.jar from https://download.eclipse.org/staging/2023-09/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] 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.v20230817-0230.jar from https://download.eclipse.org/staging/2023-09/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/staging/2023-09/plugins/ (1.9MB) [INFO] Fetching org.apache.lucene.core_9.7.0.v20230703-0758.jar from https://download.eclipse.org/staging/2023-09/plugins/ (3.84MB) [INFO] Fetching org.apache.lucene.analysis-smartcn_9.7.0.v20230703-0758.jar from https://download.eclipse.org/staging/2023-09/plugins/ (3.44MB) [INFO] Fetching org.apache.lucene.queries_9.7.0.v20230703-0758.jar from https://download.eclipse.org/staging/2023-09/plugins/ (546.11kB) [INFO] Fetching org.apache.lucene.queryparser_9.7.0.v20230703-0758.jar from https://download.eclipse.org/staging/2023-09/plugins/ (449.09kB) [INFO] Fetching org.apache.lucene.sandbox_9.7.0.v20230703-0758.jar from https://download.eclipse.org/staging/2023-09/plugins/ (248.53kB) [INFO] Fetching org.eclipse.datatools.connectivity_1.15.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (275.68kB) [INFO] Fetching org.eclipse.datatools.connectivity.db.generic_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (21.94kB) [INFO] Fetching org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (17.44kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (573.38kB) [INFO] Fetching org.eclipse.datatools.modelbase.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (174.63kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core_1.5.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (355.26kB) [INFO] Fetching org.eclipse.datatools.connectivity.ui_1.5.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (578.19kB) [INFO] Fetching org.eclipse.datatools.help_1.8.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (22.6kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core.ui_1.5.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (348.3kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.query_1.4.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (636.3kB) [INFO] Fetching org.eclipse.datatools.sqltools.common.ui_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (232.29kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (97.24kB) [INFO] Fetching org.eclipse.datatools.sqltools.result_1.4.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (99.81kB) [INFO] Fetching org.eclipse.datatools.sqltools.editor.core_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (196.87kB) [INFO] Fetching org.eclipse.datatools.sqltools.plan_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (136.79kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql.ui_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (36.54kB) [INFO] Fetching org.eclipse.datatools.sqltools.editor.core.ui_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (52.04kB) [INFO] Fetching org.eclipse.datatools.sqltools.result.ui_1.4.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (381.35kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqleditor_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (476.59kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqlscrapbook_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (146.78kB) [INFO] Fetching org.eclipse.emf.codegen_2.23.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (371.24kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.3.100.v20230728-2010.jar from https://download.eclipse.org/staging/2023-09/plugins/ (80.75kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.3.0.v20220609-1843.jar from https://download.eclipse.org/staging/2023-09/plugins/ (28.39kB) [INFO] Fetching org.eclipse.jem_2.1.0.v202307260438.jar from https://download.eclipse.org/staging/2023-09/plugins/ (292.79kB) [INFO] Fetching org.eclipse.jem.util_2.2.0.v202308161955.jar from https://download.eclipse.org/staging/2023-09/plugins/ (120.06kB) [INFO] Fetching org.eclipse.jem.workbench_2.1.0.v202101081429.jar from https://download.eclipse.org/staging/2023-09/plugins/ (83.83kB) [INFO] Fetching org.eclipse.jst.common.annotations.controller_1.2.0.v202307260438.jar from https://download.eclipse.org/staging/2023-09/plugins/ (50.48kB) [INFO] Fetching org.eclipse.jst.common.annotations.core_1.2.0.v202307260438.jar from https://download.eclipse.org/staging/2023-09/plugins/ (28.72kB) [INFO] Fetching org.eclipse.jst.common.frameworks_1.2.0.v202307260438.jar from https://download.eclipse.org/staging/2023-09/plugins/ (132.24kB) [INFO] Fetching org.eclipse.wst.common.modulecore_1.3.200.v202108200212.jar from https://download.eclipse.org/staging/2023-09/plugins/ (417.38kB) [INFO] Fetching org.eclipse.wst.common.emfworkbench.integration_1.3.0.v202308161955.jar from https://download.eclipse.org/staging/2023-09/plugins/ (152.23kB) [INFO] Fetching org.eclipse.wst.validation_1.3.0.v202308161955.jar from https://download.eclipse.org/staging/2023-09/plugins/ (436.03kB) [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.5.0.v202308161955.jar from https://download.eclipse.org/staging/2023-09/plugins/ (381.87kB) [INFO] Fetching org.eclipse.jst.common.project.facet.core_1.13.0.v202308161955.jar from https://download.eclipse.org/staging/2023-09/plugins/ (190.34kB) [INFO] Fetching org.eclipse.jst.common.project.facet.ui_1.5.0.v202308161955.jar from https://download.eclipse.org/staging/2023-09/plugins/ (145.01kB) [INFO] Fetching org.eclipse.wst.common.project.facet.ui_1.5.0.v202308161955.jar from https://download.eclipse.org/staging/2023-09/plugins/ (297.8kB) [INFO] Fetching org.eclipse.jst.common.ui_1.1.0.v202307260438.jar from https://download.eclipse.org/staging/2023-09/plugins/ (83.99kB) [INFO] Fetching org.eclipse.wst.common.modulecore.ui_1.1.0.v202308161955.jar from https://download.eclipse.org/staging/2023-09/plugins/ (144.26kB) [INFO] Fetching org.eclipse.jst.ejb.ui_1.2.0.v202307261744.jar from https://download.eclipse.org/staging/2023-09/plugins/ (459.55kB) [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.3.0.v202308161955.jar from https://download.eclipse.org/staging/2023-09/plugins/ (159.84kB) [INFO] Fetching org.eclipse.jst.j2ee.ejb_1.2.0.v202307260438.jar from https://download.eclipse.org/staging/2023-09/plugins/ (339.48kB) [INFO] Fetching org.eclipse.jst.j2ee_1.2.901.v202307260438.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1.83MB) [INFO] Fetching org.eclipse.jst.j2ee.core_1.5.0.v202307260438.jar from https://download.eclipse.org/staging/2023-09/plugins/ (2.78MB) [INFO] Fetching org.eclipse.jst.j2ee.ui_1.2.300.v202307260438.jar from https://download.eclipse.org/staging/2023-09/plugins/ (858.89kB) [INFO] Fetching org.eclipse.wst.web.ui_1.2.500.v202308160453.jar from https://download.eclipse.org/staging/2023-09/plugins/ (90.73kB) [INFO] Fetching org.eclipse.wst.validation.ui_1.3.0.v202308161955.jar from https://download.eclipse.org/staging/2023-09/plugins/ (165.8kB) [INFO] Fetching org.eclipse.wst.web_1.3.200.v202305221615.jar from https://download.eclipse.org/staging/2023-09/plugins/ (77.83kB) [INFO] Fetching org.eclipse.jst.jee.ui_1.1.0.v202307261744.jar from https://download.eclipse.org/staging/2023-09/plugins/ (194.86kB) [INFO] Fetching org.eclipse.jst.server.core_1.2.800.v202308172116.jar from https://download.eclipse.org/staging/2023-09/plugins/ (80.58kB) [INFO] Fetching org.eclipse.jst.jee_1.1.0.v202307260438.jar from https://download.eclipse.org/staging/2023-09/plugins/ (119.55kB) [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotation.model_1.1.600.v202307261744.jar from https://download.eclipse.org/staging/2023-09/plugins/ (64.28kB) [INFO] Fetching org.eclipse.jst.j2ee.jca_1.2.0.v202307260438.jar from https://download.eclipse.org/staging/2023-09/plugins/ (126.89kB) [INFO] Fetching org.eclipse.jst.j2ee.jca.ui_1.2.0.v202307260438.jar from https://download.eclipse.org/staging/2023-09/plugins/ (35.41kB) [INFO] Fetching org.eclipse.jst.j2ee.navigator.ui_1.2.100.v202307261744.jar from https://download.eclipse.org/staging/2023-09/plugins/ (236.58kB) [INFO] Fetching org.eclipse.jst.j2ee.web_1.3.0.v202307260438.jar from https://download.eclipse.org/staging/2023-09/plugins/ (485.51kB) [INFO] Fetching org.eclipse.wst.common.ui_1.2.401.v202308161955.jar from https://download.eclipse.org/staging/2023-09/plugins/ (152.42kB) [INFO] Fetching org.eclipse.jst.servlet.ui_1.2.0.v202307261744.jar from https://download.eclipse.org/staging/2023-09/plugins/ (255.21kB) [INFO] Fetching org.eclipse.wst.css.core_1.3.400.v202308160453.jar from https://download.eclipse.org/staging/2023-09/plugins/ (554.94kB) [INFO] Fetching org.eclipse.wst.css.ui_1.2.200.v202308160453.jar from https://download.eclipse.org/staging/2023-09/plugins/ (322.08kB) [INFO] Fetching org.eclipse.wst.xml.ui_1.2.701.v202308160453.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1MB) [INFO] Fetching org.eclipse.wst.sse.ui_1.7.800.v202308200343.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1.05MB) [INFO] Fetching org.eclipse.wst.html.core_1.4.400.v202308160453.jar from https://download.eclipse.org/staging/2023-09/plugins/ (785.75kB) [INFO] Fetching org.eclipse.wst.html.ui_1.1.801.v202308160453.jar from https://download.eclipse.org/staging/2023-09/plugins/ (334.1kB) [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/staging/2023-09/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.6.jar from https://download.eclipse.org/staging/2023-09/plugins/ (4.01MB) [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.v20230728-0611.jar from https://download.eclipse.org/staging/2023-09/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-0838 [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.swt.cocoa.macosx.aarch64_3.124.100.v20230814-1333.jar from https://download.eclipse.org/staging/2023-09/plugins/ (2.16MB) [INFO] Fetching org.eclipse.equinox.region_1.5.300.v20220720-2012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (79.16kB) [INFO] Fetching org.eclipse.swt.gtk.linux.aarch64_3.124.100.v20230814-1333.jar from https://download.eclipse.org/staging/2023-09/plugins/ (2.07MB) [INFO] Fetching org.eclipse.swt.gtk.linux.ppc64le_3.124.100.v20230814-1333.jar from https://download.eclipse.org/staging/2023-09/plugins/ (2.1MB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar from https://download.eclipse.org/staging/2023-09/plugins/ (251.02kB) [INFO] Fetching org.eclipse.equinox.weaving.hook_1.3.200.v20220720-1916.jar from https://download.eclipse.org/staging/2023-09/plugins/ (52.92kB) [INFO] Fetching org.eclipse.equinox.transforms.hook_1.3.300.v20230622-2056.jar from https://download.eclipse.org/staging/2023-09/plugins/ (32.02kB) [INFO] Fetching org.eclipse.fx.osgi_3.9.0.202210162353.jar from https://download.eclipse.org/staging/2023-09/plugins/ (49.9kB) [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-0838 [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/staging/2023-09/plugins/ (12.61kB) [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.2.0.v20230501-1823.jar from https://download.eclipse.org/staging/2023-09/plugins/ (12.12kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.14.100.v20230630-1554.jar from https://download.eclipse.org/staging/2023-09/plugins/ (31.84kB) [INFO] Fetching org.eclipse.ui.cocoa_1.3.100.v20230214-1401.jar from https://download.eclipse.org/staging/2023-09/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-0838 [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-0838 [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-0838 [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-0838 [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-0838 [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/staging/2023-09/plugins/ (59.56kB) [INFO] Fetching org.eclipse.core.filesystem.linux.ppc64le_1.4.200.v20220812-1420.jar from https://download.eclipse.org/staging/2023-09/plugins/ (12.94kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.2.0.v20230616-1215.jar from https://download.eclipse.org/staging/2023-09/plugins/ (42.56kB) [INFO] Fetching org.eclipse.core.filesystem.linux.aarch64_1.4.200.v20220812-1420.jar from https://download.eclipse.org/staging/2023-09/plugins/ (13kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.102.0.v20230616-1215.jar from https://download.eclipse.org/staging/2023-09/plugins/ (29.89kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar from https://download.eclipse.org/staging/2023-09/plugins/ (39.29kB) [INFO] Fetching org.eclipse.ui.win32_3.5.100.v20230630-1554.jar from https://download.eclipse.org/staging/2023-09/plugins/ (24.35kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.400.v20220812-1420.jar from https://download.eclipse.org/staging/2023-09/plugins/ (13.13kB) [INFO] Fetching org.eclipse.equinox.security.linux_1.1.0.v20230630-1303.jar from https://download.eclipse.org/staging/2023-09/plugins/ (25.64kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar from https://download.eclipse.org/staging/2023-09/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-0838 [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-0838 [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-0838 [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-0838 [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-0838 [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-0838 [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-0838 [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-0838 [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-0838 [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-0838 [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-0838 [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-0838 [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-0838 [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-0838 [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-0838 [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-0838 [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-0838 [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-0838 [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-0838 [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/staging/2023-09/plugins/ (136.19kB) [INFO] Fetching org.eclipse.core.net.linux_1.0.300.v20230630-1232.jar from https://download.eclipse.org/staging/2023-09/plugins/ (16.38kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx_1.2.700.v20221108-1024.jar from https://download.eclipse.org/staging/2023-09/plugins/ (41.14kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/staging/2023-09/plugins/ (42.61kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/staging/2023-09/plugins/ (41.14kB) [INFO] Fetching org.eclipse.core.net.win32_1.1.100.v20230725-1354.jar from https://download.eclipse.org/staging/2023-09/plugins/ (27.76kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/staging/2023-09/plugins/ (86.39kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.700.v20221108-1024.jar from https://download.eclipse.org/staging/2023-09/plugins/ (88.49kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.2.100.v20230617-1158.jar from https://download.eclipse.org/staging/2023-09/plugins/ (9.6kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/staging/2023-09/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/staging/2023-09/plugins/ (38.76kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.6.jar from https://download.eclipse.org/staging/2023-09/plugins/ (198.71kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.jar from https://download.eclipse.org/staging/2023-09/plugins/ (57.69kB) [INFO] Fetching org.eclipse.equinox.console_1.4.500.v20211021-1418.jar from https://download.eclipse.org/staging/2023-09/plugins/ (129.01kB) [INFO] Fetching org.eclipse.jface.notifications_0.6.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (32.87kB) [INFO] Fetching org.eclipse.platform_4.29.0.v20230817-0230.jar from https://download.eclipse.org/staging/2023-09/plugins/ (586.38kB) [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.common.test.wait.GroupWaitTest 08:40:45.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:40:46.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 08:40:46.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:40:50.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 08:40:50.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:40:54.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 08:40:54.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:40:55.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 08:40:55.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:40:58.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 08:40:58.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:41:00.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 08:41:00.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:41:04.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 08:41:04.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:41:11.944 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.198 s - in org.eclipse.reddeer.common.test.wait.GroupWaitTest test_groupWaitTimeoutMedium(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 1.081 s test_groupWaitNullWaitCondition(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 0 s test_groupWaitOneFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 4.002 s test_groupWaitTimeoutDefault(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 4.022 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.001 s Running org.eclipse.reddeer.common.test.wait.TimePeriodTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 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 08:41:12.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:41:19.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 08:41:19.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:41:26.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 08:41:26.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:41:28.518 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.002 s test_NullCondition(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 0 s test_NotThrowingException(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 7.001 s test_ThrowingException(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 2.501 s Running org.eclipse.reddeer.common.test.wait.WaitUntilTest 08:41:28.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:41:35.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 08:41:35.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:41:42.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 08:41:42.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:41:45.031 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.002 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.001 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: 5.711 s - in org.eclipse.reddeer.common.test.util.XPathEvaluatorTest testXPathWithNamespacesAndIgnoringNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 5.704 s testXPathWithAndWithoutNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.002 s testXPathWithUserDefinedNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.001 s testXPathWithoutNamespacesAndIgnoringNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.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.003 s testAdoptBottomClassBToMidClass(org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest) Time elapsed: 0 s Running org.eclipse.reddeer.common.properties.RedDeerPropertiesTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.reddeer.common.properties.RedDeerPropertiesTest getFloatSystemValue_textProperty(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s getSystemValue_float_fail(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s getFloatSystemValue(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s getBooleanSystemValue_textProperty(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s getSystemValue_float(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s getByName_nonExisting(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s getSystemValue(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s Running org.eclipse.reddeer.common.properties.LoggerTest 08:41:50.773 DEBUG [WorkbenchTestable][LoggerTest] DEBUG testing RedDeer logger message 08:41:50.773 DUMP [WorkbenchTestable][LoggerTest] DUMP testing RedDeer logger message 08:41:50.773 ERROR [WorkbenchTestable][LoggerTest] ERROR testing RedDeer logger message 08:41:50.773 FATAL [WorkbenchTestable][LoggerTest] FATAL testing RedDeer logger message 08:41:50.773 INFO [WorkbenchTestable][LoggerTest] INFO testing RedDeer logger message 08:41:50.773 STEP [WorkbenchTestable][LoggerTest] STEP testing RedDeer logger message 08:41:50.773 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-0838 [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] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Running org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:42:05.221 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:42:05.223 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 08:42:05.233 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:42:05.234 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 08:42:05.316 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:42:05.340 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:42:05.342 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:05.344 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:42:05.347 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 08:42:05.347 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 08:42:05.408 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 08:42:05.412 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:05.412 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:42:05.415 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:05.415 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:42:05.418 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:05.420 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:05.421 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:42:05.422 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:42:05.422 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:05.422 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:05.422 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:05.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:05.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:42:05.553 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:05.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:05.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:05.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:05.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:42:05.557 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:05.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:05.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:05.610 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 08:42:05.611 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:05.619 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 08:42:05.638 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:42:05.638 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:05.642 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:05.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:05.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:05.718 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:42:05.719 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:05.719 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:42:05.719 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:42:05.719 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:05.719 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:05.719 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:05.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:05.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:42:05.813 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:05.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:05.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:05.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:05.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:42:05.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:05.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:05.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:05.816 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 08:42:05.820 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 08:42:05.831 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:42:05.831 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:05.831 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:05.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:05.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:05.922 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:42:05.922 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:05.922 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:42:05.922 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:42:05.922 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:05.922 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:05.922 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:05.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:06.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:42:06.035 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:06.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:06.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:06.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:06.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:42:06.037 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:06.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:06.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:06.037 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 08:42:06.037 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 08:42:06.046 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:42:06.046 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:06.046 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:06.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:06.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:06.130 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:42:06.131 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:06.131 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:42:06.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:42:06.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:06.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:06.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:06.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:06.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:42:06.210 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:06.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:06.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:06.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:06.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:42:06.212 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:06.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:06.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:06.213 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 08:42:06.213 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 08:42:06.213 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 08:42:06.213 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 08:42:06.214 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 08:42:06.214 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem1 08:42:06.219 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:42:06.220 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:06.220 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:06.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:06.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:06.248 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:42:06.248 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:06.249 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:42:06.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:42:06.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:06.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:06.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:06.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:06.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:42:06.323 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:06.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:06.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:06.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:06.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:42:06.324 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:06.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:06.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:06.324 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 08:42:06.324 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 08:42:06.324 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 08:42:06.324 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 08:42:06.330 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:42:06.330 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:06.330 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:06.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:06.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:06.425 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:42:06.425 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:06.425 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:42:06.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:42:06.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:06.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:06.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:06.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:06.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:42:06.456 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:06.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:06.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:06.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:06.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:42:06.457 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:06.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:06.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:06.458 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 08:42:06.458 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 08:42:06.459 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem1" 08:42:06.512 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:42:06.512 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:06.512 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:06.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:06.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:06.520 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:42:06.520 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:06.521 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:42:06.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:42:06.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:06.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:06.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:06.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:06.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:42:06.621 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:06.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:06.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:06.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:06.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:42:06.623 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:06.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:06.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:06.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:06.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:06.623 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 08:42:06.623 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 08:42:06.624 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 08:42:06.624 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 08:42:06.624 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 08:42:06.624 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem1 08:42:06.629 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:42:06.629 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:06.629 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:06.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:06.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:06.637 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:42:06.638 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:42:06.638 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:06.638 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:06.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:06.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.499 s - in org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.297 s testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.203 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.208 s shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.117 s testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.176 s hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.095 s shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.116 s Running org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:06.717 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:06.718 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:42:06.718 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:06.718 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:06.719 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:06.719 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:42:06.719 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:06.719 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:42:06.719 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:06.719 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:06.720 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:06.720 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:06.720 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:06.720 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:06.720 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:06.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:06.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:42:06.743 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:06.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:06.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:06.761 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 08:42:06.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:06.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:06.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:06.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:06.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:42:06.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:42:06.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:42:06.821 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:42:06.822 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:42:06.822 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:42:06.823 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:42:06.824 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:42:06.824 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:06.825 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:42:06.825 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 08:42:06.826 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 08:42:06.826 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem2" 08:42:06.831 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:06.832 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:06.832 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:06.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:06.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:06.840 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:06.840 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:06.840 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:06.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:06.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:06.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:06.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:06.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:06.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:42:06.928 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:06.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:06.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:06.929 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 08:42:06.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:06.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:06.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:06.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:06.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:42:06.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:42:06.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:42:06.930 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:42:06.930 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:42:06.930 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:42:06.931 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:42:06.931 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:42:06.931 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:06.931 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:42:06.931 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 08:42:06.931 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 08:42:06.936 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:06.937 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:06.937 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:06.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:06.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:06.945 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:06.945 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:06.945 INFO [WorkbenchTestable][RequirementsRunner] Started test: radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:06.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:06.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:06.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:06.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:07.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:07.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:42:07.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:07.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:07.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:07.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 08:42:07.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:07.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:07.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:07.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:07.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:42:07.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:42:07.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:42:07.042 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:42:07.042 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:42:07.042 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:42:07.042 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:42:07.042 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:42:07.042 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:07.042 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:42:07.043 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 08:42:07.043 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 08:42:07.043 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 08:42:07.043 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 08:42:07.043 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemRadio 08:42:07.044 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemRadio" 08:42:07.044 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItemRadio 08:42:07.046 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItemRadio 08:42:07.051 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:07.051 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:07.051 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:07.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:07.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:07.124 INFO [WorkbenchTestable][RequirementsRunner] Finished test: radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:07.124 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:07.124 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:07.124 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:07.124 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:07.124 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:07.124 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:07.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:07.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:42:07.209 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:07.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:07.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:07.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 08:42:07.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:07.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:07.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:07.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:07.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:42:07.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:42:07.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:42:07.211 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:42:07.211 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:42:07.211 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:42:07.211 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:42:07.212 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:42:07.212 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:07.214 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:42:07.214 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 08:42:07.219 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:07.219 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:07.219 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:07.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:07.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:07.243 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:07.243 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:07.243 INFO [WorkbenchTestable][RequirementsRunner] Started test: disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:07.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:07.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:07.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:07.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:07.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:07.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:42:07.310 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:07.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:07.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:07.310 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 08:42:07.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:07.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:07.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:07.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:07.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:42:07.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:42:07.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:42:07.312 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:42:07.312 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:42:07.312 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:42:07.312 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:42:07.312 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:07.313 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:42:07.313 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 08:42:07.313 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 08:42:07.313 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 08:42:07.313 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 08:42:07.313 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 08:42:07.313 DEBUG [main][MenuItemLookup] Item match:DisabledMenu 08:42:07.320 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:07.320 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:07.320 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:07.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:07.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:07.340 INFO [WorkbenchTestable][RequirementsRunner] Finished test: disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:07.340 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:07.340 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:07.341 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:07.341 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:07.341 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:07.341 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:07.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:07.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:42:07.370 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:07.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:07.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:07.371 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 08:42:07.371 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:07.371 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 08:42:07.376 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:07.376 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:07.376 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:07.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:07.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:07.424 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:07.424 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:07.424 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:07.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:07.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:07.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:07.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:07.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:07.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:42:07.453 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:07.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:07.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:07.454 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 08:42:07.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:07.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:07.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:07.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:07.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:42:07.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:42:07.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:42:07.455 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:42:07.455 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:42:07.455 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:42:07.455 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:42:07.455 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:42:07.455 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:07.455 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:42:07.456 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 08:42:07.456 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 08:42:07.456 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 08:42:07.456 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 08:42:07.456 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 08:42:07.463 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:07.463 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:07.463 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:07.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:07.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:07.470 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:07.470 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:07.470 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:07.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:07.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:07.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:07.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:07.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:07.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:42:07.528 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:07.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:07.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:07.529 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 08:42:07.529 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:07.529 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 08:42:07.534 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:07.534 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:07.534 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:07.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:07.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:07.541 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:07.541 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:07.541 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:07.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:07.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:07.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:07.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:07.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:07.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:42:07.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:07.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:07.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:07.582 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 08:42:07.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:07.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:07.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:07.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:07.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:42:07.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:42:07.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:42:07.584 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:42:07.584 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:42:07.584 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:42:07.584 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:42:07.584 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:42:07.584 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:07.584 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:42:07.584 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 08:42:07.584 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 08:42:07.584 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 08:42:07.609 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 08:42:07.610 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuDisabledChild" 08:42:07.615 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:07.615 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:07.615 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:07.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:07.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:07.635 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:07.635 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:07.635 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:07.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:07.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:07.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:07.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:07.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:07.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 08:42:07.664 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:07.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:07.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:07.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 08:42:07.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:07.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:07.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:07.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:07.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:42:07.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:42:07.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:42:07.666 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:42:07.666 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:42:07.666 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:42:07.666 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:42:07.666 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:42:07.666 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:07.666 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:42:07.667 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 08:42:07.667 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 08:42:07.667 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 08:42:07.667 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 08:42:07.667 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 08:42:07.671 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:07.672 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:07.672 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:07.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:07.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:07.678 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:07.678 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:07.678 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:07.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:07.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:07.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:07.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:07.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:07.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:42:07.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:07.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:07.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:07.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.shell.DefaultShell, index 0 and no matchers specified 08:42:07.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:07.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:07.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:07.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:07.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:42:07.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:42:07.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:42:07.752 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:42:07.752 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:42:07.752 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:42:07.752 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:42:07.752 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:42:07.752 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:07.752 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:42:07.752 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 08:42:07.753 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 08:42:07.753 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItem1 08:42:07.753 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItem1 08:42:07.753 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 08:42:07.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:42:07.756 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:07.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:07.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:07.756 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "MenuShell" as the parent 08:42:07.756 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:07.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:07.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:07.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:07.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:07.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:42:07.757 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:42:07.771 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:07.771 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:07.771 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:07.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:07.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:07.823 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:07.823 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:07.823 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:07.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:07.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:07.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:07.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:07.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:07.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:42:07.851 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:07.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:07.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:07.852 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 08:42:07.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:07.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:07.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:07.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:07.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:42:07.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:42:07.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:42:07.854 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:42:07.854 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:42:07.867 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:42:07.867 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:42:07.867 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:07.911 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:07.911 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:07.911 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:07.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:07.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:07.918 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:07.918 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:07.918 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:07.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:07.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:07.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:07.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:07.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:07.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:42:07.965 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:07.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:07.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:07.966 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 08:42:07.966 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:07.966 DEBUG [main][MenuItemLookup] Found menu:'ShellContextMenuItem' 08:42:07.966 DEBUG [main][MenuItemLookup] Item match:ShellContextMenuItem 08:42:07.971 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:07.971 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:07.971 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:08.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:08.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:08.021 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:08.021 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:08.021 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:08.021 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:08.021 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:08.021 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:08.021 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:08.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:08.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:42:08.049 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:08.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:08.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:08.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.shell.DefaultShell, index 0 and no matchers specified 08:42:08.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:08.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:08.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:08.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:08.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:42:08.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:42:08.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:42:08.051 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:42:08.051 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:42:08.051 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:42:08.051 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:42:08.051 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:08.051 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:42:08.051 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 08:42:08.051 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 08:42:08.051 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 08:42:08.052 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenu" 08:42:08.056 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:08.056 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:08.056 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:08.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:08.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:08.076 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:08.076 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:08.076 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:08.076 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:08.076 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:08.076 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:08.076 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:08.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:08.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:42:08.122 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:08.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:08.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:08.122 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 08:42:08.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:08.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:08.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:08.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:08.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:42:08.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:42:08.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:42:08.123 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:42:08.123 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:42:08.123 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:42:08.124 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:42:08.124 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:42:08.124 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:08.128 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:08.128 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:08.128 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:08.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:08.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:08.135 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:08.135 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:08.135 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:08.135 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:08.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:08.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:08.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:08.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:08.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:42:08.175 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:08.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:08.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:08.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 08:42:08.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:08.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:08.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:08.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:08.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:42:08.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:42:08.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:42:08.177 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:42:08.177 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:42:08.177 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:42:08.177 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:42:08.177 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:08.177 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:42:08.178 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 08:42:08.178 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 08:42:08.178 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 08:42:08.178 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenuEnabledChild' 08:42:08.178 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenuEnabledChild 08:42:08.178 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 08:42:08.182 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:08.182 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:08.182 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:08.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:08.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:08.221 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:08.221 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:08.221 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:08.221 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:08.221 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:08.221 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:08.221 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:08.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:08.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 08:42:08.242 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:08.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:08.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:08.243 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 08:42:08.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:08.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:08.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:08.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:08.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:42:08.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:42:08.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:42:08.251 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:42:08.251 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:42:08.251 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:42:08.251 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:42:08.252 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:42:08.252 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:08.252 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:42:08.252 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 08:42:08.257 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:08.257 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:08.257 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:08.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:08.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:08.276 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:08.276 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:08.276 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:08.276 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:08.276 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:08.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:08.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:08.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:08.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:42:08.312 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:08.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:08.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:08.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.shell.DefaultShell, index 0 and no matchers specified 08:42:08.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:08.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:08.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:08.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:08.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:42:08.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:42:08.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:42:08.313 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:42:08.313 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:42:08.313 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:42:08.313 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:42:08.314 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:42:08.314 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:08.314 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:42:08.314 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 08:42:08.314 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 08:42:08.314 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 08:42:08.314 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 08:42:08.319 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:08.319 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:08.319 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:08.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:08.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:08.325 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:08.325 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:08.326 INFO [WorkbenchTestable][RequirementsRunner] Started test: checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:08.326 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:08.326 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:08.326 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:08.326 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:08.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:08.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:42:08.365 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:08.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:08.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:08.365 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 08:42:08.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:08.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:08.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:08.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:08.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:42:08.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:42:08.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:42:08.366 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:42:08.366 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:42:08.366 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:42:08.367 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:42:08.367 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:42:08.367 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:08.367 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:42:08.367 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 08:42:08.367 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 08:42:08.367 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 08:42:08.367 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemCheck 08:42:08.367 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemCheck" 08:42:08.367 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItemCheck 08:42:08.367 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItemCheck 08:42:08.372 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:08.372 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:08.372 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:08.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:08.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:08.415 INFO [WorkbenchTestable][RequirementsRunner] Finished test: checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:42:08.415 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:42:08.415 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:08.415 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:08.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:08.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.701 s - in org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.121 s menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.105 s radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.179 s getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.119 s disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.097 s hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.084 s getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.046 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.071 s menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.094 s getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.043 s selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.145 s getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.095 s shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.103 s menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.055 s getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.059 s menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.086 s getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.055 s menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.049 s checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.089 s Running org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 08:42:08.431 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 08:42:08.432 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:42:08.432 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:08.432 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 08:42:08.432 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:08.432 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:42:08.432 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:08.432 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:42:08.432 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:08.434 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 08:42:08.435 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 08:42:08.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:08.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:08.436 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:42:08.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:08.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:08.437 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 08:42:08.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:08.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:08.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:08.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:08.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:42:08.445 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 08:42:08.446 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:42:08.446 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:08.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 08:42:08.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available. finished successfully 08:42:08.526 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 08:42:08.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:08.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:08.530 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:42:08.530 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:08.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:08.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:08.530 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 08:42:08.530 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:08.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:08.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:08.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:08.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:08.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:42:08.532 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 08:42:08.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:42:08.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:42:08.534 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 08:42:08.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:42:08.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:42:08.535 TRACE [main][WidgetHandler] Notify Table with event 13 08:42:08.535 TRACE [main][WidgetHandler] Wait for synchronization 08:42:08.535 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:08.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:08.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:08.536 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 08:42:08.536 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:08.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:08.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:08.538 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:42:08.538 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:08.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:08.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:08.539 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 08:42:08.539 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:08.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:08.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:08.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:08.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:08.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:42:08.545 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:42:08.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:42:08.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:42:08.546 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:42:08.546 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:09.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:42:09.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:42:09.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:42:09.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:09.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:09.135 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:42:09.135 DEBUG [main][MenuItemLookup] Found menu:'File' 08:42:09.135 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:42:09.135 DEBUG [main][MenuItemLookup] Found menu:'Source' 08:42:09.135 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 08:42:09.135 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:42:09.135 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:42:09.135 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:42:09.135 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:42:09.135 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:42:09.135 DEBUG [main][MenuItemLookup] Item match:Window 08:42:09.138 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:42:09.138 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:42:09.138 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:42:09.138 DEBUG [main][MenuItemLookup] Found menu:'' 08:42:09.138 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:42:09.138 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:42:09.138 DEBUG [main][MenuItemLookup] Found menu:'' 08:42:09.138 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:42:09.139 DEBUG [main][MenuItemLookup] Found menu:'' 08:42:09.139 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:42:09.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:09.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:09.139 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:42:09.139 DEBUG [main][MenuItemLookup] Found menu:'File' 08:42:09.139 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:42:09.139 DEBUG [main][MenuItemLookup] Found menu:'Source' 08:42:09.139 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 08:42:09.139 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:42:09.139 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:42:09.139 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:42:09.139 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:42:09.139 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:42:09.139 DEBUG [main][MenuItemLookup] Item match:Window 08:42:09.140 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:42:09.140 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:42:09.140 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:42:09.140 DEBUG [main][MenuItemLookup] Found menu:'' 08:42:09.140 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:42:09.140 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:42:09.140 DEBUG [main][MenuItemLookup] Item match:Perspective 08:42:09.143 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 08:42:09.143 DEBUG [main][MenuItemLookup] Found menu:'' 08:42:09.143 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 08:42:09.143 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 08:42:09.143 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 08:42:09.143 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 08:42:09.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:42:09.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:09.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:09.148 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:42:09.148 DEBUG [main][MenuItemLookup] Found menu:'File' 08:42:09.148 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:42:09.149 DEBUG [main][MenuItemLookup] Found menu:'Source' 08:42:09.149 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 08:42:09.149 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:42:09.149 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:42:09.149 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:42:09.149 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:42:09.149 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:42:09.149 DEBUG [main][MenuItemLookup] Item match:Window 08:42:09.149 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:42:09.149 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:42:09.149 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:42:09.149 DEBUG [main][MenuItemLookup] Found menu:'' 08:42:09.149 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:42:09.149 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:42:09.149 DEBUG [main][MenuItemLookup] Found menu:'' 08:42:09.149 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:42:09.149 DEBUG [main][MenuItemLookup] Found menu:'' 08:42:09.149 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:42:09.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:09.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:09.150 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:42:09.150 DEBUG [main][MenuItemLookup] Found menu:'File' 08:42:09.150 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:42:09.150 DEBUG [main][MenuItemLookup] Found menu:'Source' 08:42:09.150 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 08:42:09.150 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:42:09.150 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:42:09.150 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:42:09.150 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:42:09.150 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:42:09.150 DEBUG [main][MenuItemLookup] Item match:Window 08:42:09.150 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:42:09.150 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:42:09.150 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:42:09.150 DEBUG [main][MenuItemLookup] Found menu:'' 08:42:09.150 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:42:09.150 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:42:09.150 DEBUG [main][MenuItemLookup] Item match:Perspective 08:42:09.151 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 08:42:09.151 DEBUG [main][MenuItemLookup] Found menu:'' 08:42:09.151 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 08:42:09.151 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 08:42:09.151 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 08:42:09.151 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 08:42:09.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:09.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:09.151 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:42:09.151 DEBUG [main][MenuItemLookup] Found menu:'File' 08:42:09.151 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:42:09.151 DEBUG [main][MenuItemLookup] Found menu:'Source' 08:42:09.151 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 08:42:09.152 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:42:09.152 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:42:09.152 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:42:09.152 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:42:09.152 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:42:09.152 DEBUG [main][MenuItemLookup] Item match:Window 08:42:09.152 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:42:09.152 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:42:09.152 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:42:09.152 DEBUG [main][MenuItemLookup] Found menu:'' 08:42:09.152 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:42:09.152 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:42:09.152 DEBUG [main][MenuItemLookup] Found menu:'' 08:42:09.152 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:42:09.152 DEBUG [main][MenuItemLookup] Found menu:'' 08:42:09.152 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:42:09.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:09.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:09.152 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:42:09.152 DEBUG [main][MenuItemLookup] Found menu:'File' 08:42:09.153 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:42:09.153 DEBUG [main][MenuItemLookup] Found menu:'Source' 08:42:09.153 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 08:42:09.153 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:42:09.153 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:42:09.153 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:42:09.153 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:42:09.153 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:42:09.153 DEBUG [main][MenuItemLookup] Item match:Window 08:42:09.153 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:42:09.153 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:42:09.153 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:42:09.153 DEBUG [main][MenuItemLookup] Found menu:'' 08:42:09.153 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:42:09.153 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:42:09.153 DEBUG [main][MenuItemLookup] Item match:Perspective 08:42:09.153 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 08:42:09.154 DEBUG [main][MenuItemLookup] Found menu:'' 08:42:09.154 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 08:42:09.154 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 08:42:09.154 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 08:42:09.154 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 08:42:09.154 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 08:42:09.154 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 08:42:09.154 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 08:42:09.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 08:42:09.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 08:42:09.215 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 08:42:09.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:09.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:09.216 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:09.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:09.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:09.216 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 08:42:09.216 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:09.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:09.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:09.216 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 08:42:09.216 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:09.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:09.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:09.216 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 08:42:09.216 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:09.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:09.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:09.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:09.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:09.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:42:09.217 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 08:42:09.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:42:09.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:42:09.217 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:42:09.217 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:09.415 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:09.416 INFO [WorkbenchTestable][RequirementsRunner] Started test: WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) 08:42:09.416 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 08:42:09.416 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:09.416 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:09.416 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:09.417 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:42:09.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:09.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:09.418 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:42:09.418 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Run.*') 08:42:09.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:09.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:09.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:09.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:09.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:42:09.425 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:42:09.425 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:09.605 DEBUG [main][MenuItemLookup] Found menu:'(no launch history)' 08:42:09.605 DEBUG [main][MenuItemLookup] Found menu:'' 08:42:09.605 DEBUG [main][MenuItemLookup] Found menu:'Run As' 08:42:09.605 DEBUG [main][MenuItemLookup] Item match:Run As 08:42:09.608 DEBUG [main][MenuItemLookup] Found menu:'(none applicable)' 08:42:09.608 DEBUG [main][MenuItemLookup] Item match:(none applicable) 08:42:09.608 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"(none applicable)" 08:42:09.609 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 08:42:09.609 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:09.609 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:09.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:09.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:09.609 INFO [WorkbenchTestable][RequirementsRunner] Finished test: WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) 08:42:09.609 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 08:42:09.609 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:09.609 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:09.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:09.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.181 s - in org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) Time elapsed: 0.193 s Running org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:42:09.619 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:42:09.620 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:42:09.621 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:09.621 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:42:09.621 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:09.621 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:42:09.621 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:09.621 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:42:09.621 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:09.621 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:09.621 INFO [WorkbenchTestable][RequirementsRunner] Started test: actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 08:42:09.621 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:42:09.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:09.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:09.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:09.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:09.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:09.630 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' view via menu. 08:42:09.631 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:42:09.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:09.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:09.631 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:42:09.631 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:42:09.631 DEBUG [main][MenuItemLookup] Found menu:'File' 08:42:09.631 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:42:09.631 DEBUG [main][MenuItemLookup] Found menu:'Source' 08:42:09.631 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 08:42:09.631 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:42:09.631 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:42:09.631 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:42:09.631 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:42:09.631 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:42:09.631 DEBUG [main][MenuItemLookup] Item match:Window 08:42:09.632 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:42:09.632 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:42:09.632 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:42:09.632 DEBUG [main][MenuItemLookup] Found menu:'' 08:42:09.632 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:42:09.632 DEBUG [main][MenuItemLookup] Item match:Show View 08:42:09.636 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 08:42:09.636 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 08:42:09.636 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:42:09.636 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 08:42:09.636 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:42:09.636 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 08:42:09.636 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:42:09.636 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:42:09.636 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:42:09.636 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 08:42:09.636 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:42:09.636 DEBUG [main][MenuItemLookup] Found menu:'Templates' 08:42:09.636 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 08:42:09.636 DEBUG [main][MenuItemLookup] Found menu:'' 08:42:09.637 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:42:09.637 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:42:09.637 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:42:09.637 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:42:09.637 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:42:09.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:42:09.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:42:09.713 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:42:09.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:09.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:09.715 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:42:09.715 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:09.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:09.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:09.715 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:42:09.715 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:09.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:09.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:09.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:09.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:09.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:42:09.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:42:09.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:42:09.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 08:42:09.717 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:42:09.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:42:10.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:42:10.221 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:42:10.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 08:42:10.222 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:42:10.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:42:10.222 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 08:42:10.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:42:10.222 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:42:10.222 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT 08:42:10.223 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT 08:42:10.223 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT about selection 08:42:10.223 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT 08:42:10.223 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:10.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:10.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:10.224 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:42:10.224 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:10.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:10.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:10.224 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:42:10.224 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:10.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:10.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:10.224 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:42:10.224 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:10.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:10.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:10.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:10.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:10.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:42:10.225 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:42:10.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:42:10.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:42:10.225 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:42:10.225 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:10.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:42:10.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:42:10.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:42:10.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:10.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:10.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:42:10.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:10.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:10.297 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:42:10.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:10.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:10.297 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:42:10.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 '\*?\QRedDeer SWT\E') 08:42:10.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:10.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:10.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:10.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:10.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:42:10.310 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 08:42:10.310 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 08:42:10.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:42:10.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:42:10.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:42:10.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:42:10.321 DEBUG [main][MenuItemLookup] Found menu:'submenu' 08:42:10.321 DEBUG [main][MenuItemLookup] Found menu:'' 08:42:10.321 DEBUG [main][MenuItemLookup] Found menu:'View Action with ID' 08:42:10.321 DEBUG [main][MenuItemLookup] Item match:View Action with ID 08:42:10.321 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"View Action with ID" 08:42:10.321 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text View Action with ID 08:42:10.321 INFO [main][MenuItemHandler] Select menu item: View Action with ID 08:42:10.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ViewWithActionIsToggled.... 08:42:10.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ViewWithActionIsToggled. finished successfully 08:42:10.322 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:42:10.322 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:10.322 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:10.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:10.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:10.322 INFO [WorkbenchTestable][RequirementsRunner] Finished test: actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 08:42:10.322 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:10.322 INFO [WorkbenchTestable][RequirementsRunner] Started test: parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 08:42:10.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:42:10.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:10.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:10.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:10.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:10.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:10.325 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 08:42:10.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:10.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:10.328 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:42:10.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:10.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:10.329 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:42:10.329 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 08:42:10.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:10.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:10.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:10.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:10.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:42:10.340 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 08:42:10.340 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 08:42:10.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:42:10.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:42:10.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:42:10.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:42:10.342 DEBUG [main][MenuItemLookup] Found menu:'submenu' 08:42:10.342 DEBUG [main][MenuItemLookup] Item match:submenu 08:42:10.344 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuA' 08:42:10.344 DEBUG [main][MenuItemLookup] Item match:parameterizedMenuA 08:42:10.345 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"parameterizedMenu&A" 08:42:10.345 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text parameterizedMenuA 08:42:10.345 INFO [main][MenuItemHandler] Select menu item: parameterizedMenu&A 08:42:10.345 DEBUG [main][MenuItemLookup] Found menu:'submenu' 08:42:10.345 DEBUG [main][MenuItemLookup] Item match:submenu 08:42:10.346 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuA' 08:42:10.346 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuB' 08:42:10.346 DEBUG [main][MenuItemLookup] Item match:parameterizedMenuB 08:42:10.346 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"parameterizedMenu&B" 08:42:10.346 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text parameterizedMenuB 08:42:10.346 INFO [main][MenuItemHandler] Select menu item: parameterizedMenu&B 08:42:10.346 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:42:10.346 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:10.346 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:10.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:10.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:10.347 INFO [WorkbenchTestable][RequirementsRunner] Finished test: parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 08:42:10.347 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:10.347 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 08:42:10.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:42:10.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:10.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:10.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:10.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:10.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:10.362 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 08:42:10.362 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:42:10.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:10.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:10.362 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:42:10.362 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:42:10.363 DEBUG [main][MenuItemLookup] Found menu:'File' 08:42:10.363 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:42:10.363 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:42:10.363 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:42:10.363 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:42:10.363 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:42:10.363 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:42:10.363 DEBUG [main][MenuItemLookup] Item match:Window 08:42:10.363 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:42:10.363 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:42:10.363 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:42:10.363 DEBUG [main][MenuItemLookup] Found menu:'' 08:42:10.363 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:42:10.363 DEBUG [main][MenuItemLookup] Item match:Show View 08:42:10.368 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 08:42:10.368 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 08:42:10.368 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:42:10.368 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 08:42:10.368 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:42:10.368 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 08:42:10.368 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:42:10.368 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:42:10.368 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:42:10.368 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 08:42:10.368 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:42:10.368 DEBUG [main][MenuItemLookup] Found menu:'Templates' 08:42:10.368 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 08:42:10.368 DEBUG [main][MenuItemLookup] Found menu:'' 08:42:10.368 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:42:10.368 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:42:10.378 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:42:10.378 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:42:10.378 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:42:10.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:42:10.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:42:10.454 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:42:10.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:10.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:10.456 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:42:10.456 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:10.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:10.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:10.456 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:42:10.456 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:10.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:10.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:10.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:10.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:10.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:42:10.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:42:10.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:42:10.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:42:10.458 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:42:10.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:42:10.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:42:10.963 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:42:10.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:42:10.965 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:42:10.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:42:10.965 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:42:10.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:42:10.965 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:42:10.965 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 08:42:10.965 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 08:42:10.966 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 08:42:10.966 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 08:42:10.966 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:10.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:10.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:10.966 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:42:10.966 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:10.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:10.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:10.967 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:42:10.967 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:10.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:10.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:10.967 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:42:10.967 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:10.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:10.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:10.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:10.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:10.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:42:10.968 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:42:10.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:42:10.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:42:10.969 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:42:10.969 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:11.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:42:11.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:42:11.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:42:11.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:11.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:11.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:42:11.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:11.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:11.101 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:42:11.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:11.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:11.102 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:42:11.102 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 08:42:11.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:11.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:11.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:11.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:11.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:42:11.110 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 08:42:11.110 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 08:42:11.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:42:11.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:42:11.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:42:11.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:42:11.125 DEBUG [main][MenuItemLookup] Found menu:'Group By' 08:42:11.125 DEBUG [main][MenuItemLookup] Found menu:'' 08:42:11.125 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 08:42:11.125 DEBUG [main][MenuItemLookup] Item match:Filters... 08:42:11.125 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Filters..." 08:42:11.125 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Filters... 08:42:11.125 INFO [main][MenuItemHandler] Select menu item: &Filters... 08:42:11.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available.... 08:42:11.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available. finished successfully 08:42:11.211 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Log Filters 08:42:11.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:11.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:11.211 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 08:42:11.211 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:11.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:11.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:11.225 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Log Filters" as the parent 08:42:11.225 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:11.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:11.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:11.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:11.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:11.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:42:11.227 INFO [WorkbenchTestable][AbstractButton] Click button OK 08:42:11.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:42:11.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:42:11.227 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:42:11.227 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:11.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available.... 08:42:11.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available. finished successfully 08:42:11.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 08:42:11.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available. finished successfully 08:42:11.330 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:42:11.330 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:11.330 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:11.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:11.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:11.331 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 08:42:11.331 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:11.331 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 08:42:11.331 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:42:11.331 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:11.331 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:11.331 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:11.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:11.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:11.337 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 08:42:11.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:11.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:11.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:42:11.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:11.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:11.342 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:42:11.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 '\*?\QError Log\E') 08:42:11.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:11.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:11.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:11.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:11.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:42:11.346 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 08:42:11.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 08:42:11.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:42:11.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:42:11.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:42:11.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:42:11.348 DEBUG [main][MenuItemLookup] Found menu:'Group By' 08:42:11.348 DEBUG [main][MenuItemLookup] Found menu:'' 08:42:11.348 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 08:42:11.348 DEBUG [main][MenuItemLookup] Found menu:'' 08:42:11.348 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 08:42:11.348 DEBUG [main][MenuItemLookup] Found menu:'Show text filter' 08:42:11.348 DEBUG [main][MenuItemLookup] Item match:Show text filter 08:42:11.348 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Show text filter" 08:42:11.348 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Show text filter 08:42:11.349 INFO [main][MenuItemHandler] Select menu item: &Show text filter 08:42:11.349 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:42:11.349 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:11.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:11.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:11.352 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Error Log (Workspace Log)"as the parent 08:42:11.352 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:11.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:11.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:11.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:11.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:11.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:12.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:12.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:12.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:42:12.362 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 08:42:12.363 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:42:12.363 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:12.363 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:12.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:12.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:12.363 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 08:42:12.363 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:42:12.363 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:12.363 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:12.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:12.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.744 s - in org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.701 s parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.025 s testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.984 s testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 1.032 s Running org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:42:12.371 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:42:12.372 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:42:12.373 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:12.373 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:42:12.373 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:12.373 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:42:12.373 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:12.373 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:42:12.373 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:12.374 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:12.374 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:42:12.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:42:12.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:12.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:12.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:12.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:12.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:42:12.397 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:12.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:12.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:12.398 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "toolItemMenu") 08:42:12.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:12.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:12.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:12.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:12.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:42:12.398 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:42:12.398 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:12.417 DEBUG [main][MenuItemLookup] Found menu:'ToolItemMenuItem1' 08:42:12.417 DEBUG [main][MenuItemLookup] Item match:ToolItemMenuItem1 08:42:12.423 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:42:12.423 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:12.423 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:12.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:12.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:12.431 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:42:12.431 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:12.431 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:42:12.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:42:12.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:12.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:12.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:12.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:12.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:42:12.473 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:12.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:12.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:12.474 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "toolItemMenu") 08:42:12.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:12.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:12.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:12.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:12.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:42:12.475 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:42:12.475 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:12.483 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem1" 08:42:12.483 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem2" 08:42:12.483 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem3" 08:42:12.489 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:42:12.489 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:12.489 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:12.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:12.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:12.496 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:42:12.496 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:12.496 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:42:12.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:42:12.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:12.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:12.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:12.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:12.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:42:12.546 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:12.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:12.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:12.547 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "toolItemMenu") 08:42:12.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:12.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:12.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:12.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:12.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:42:12.547 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:42:12.547 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:12.562 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:42:12.562 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:12.562 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:12.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:12.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:12.582 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:42:12.582 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:12.582 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:42:12.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:42:12.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:12.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:12.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:12.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:12.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:42:12.623 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:12.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:12.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:12.624 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "toolItemMenu") 08:42:12.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:12.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:12.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:12.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:12.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:42:12.624 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:42:12.624 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:12.632 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem1" 08:42:12.638 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:42:12.638 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:12.638 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:12.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:12.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:12.645 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:42:12.645 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:12.645 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:42:12.645 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:42:12.645 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:12.645 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:12.645 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:12.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:42:12.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:42:12.687 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:42:12.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:42:12.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:42:12.687 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "genericToolItem") 08:42:12.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:12.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:12.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:12.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:12.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:42:12.714 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:42:12.715 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:12.715 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:12.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:12.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:12.735 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:42:12.735 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:42:12.735 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:12.735 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:12.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:12.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.364 s - in org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.057 s hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.065 s toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.086 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.063 s toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.09 s Running org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:42:12.742 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:42:12.745 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:42:12.745 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:12.745 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:42:12.745 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:12.745 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:42:12.746 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:12.746 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:42:12.746 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:12.746 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:12.746 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:42:12.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:42:12.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:12.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:12.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:12.830 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 1 and no matchers specified 08:42:12.830 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:12.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:12.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:12.848 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:12.848 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:12.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:12.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:42:12.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:42:13.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:42:13.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:42:13.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:42:13.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:42:13.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:42:13.849 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 1 was not found 08:42:13.850 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:13.850 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:13.850 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:13.850 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:13.851 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:13.851 INFO [main][AbstractShell] Close shell Testing shell 08:42:13.851 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:13.865 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:13.865 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:13.865 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:42:13.865 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:13.865 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:13.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:13.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:13.866 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:42:13.866 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:13.866 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:42:13.866 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:42:13.867 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:13.867 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:13.867 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:13.903 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "@#NON_EXISITNG_LABEL%$") 08:42:13.903 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:13.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:13.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:13.919 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:13.919 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:13.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:13.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:13.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:14.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:14.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:14.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:14.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:14.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:42:14.922 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was not found 08:42:14.922 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:14.922 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:14.922 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:14.922 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:14.922 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:14.922 INFO [main][AbstractShell] Close shell Testing shell 08:42:14.922 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:14.934 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:14.934 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:14.934 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:42:14.934 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:14.934 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:14.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:14.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:14.936 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:42:14.936 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:14.936 INFO [WorkbenchTestable][RequirementsRunner] Started test: executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:42:14.936 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:42:14.936 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:14.936 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:14.936 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:14.960 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and no matchers specified 08:42:14.960 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:14.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:14.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:14.983 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:14.983 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:14.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:14.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:14.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:14.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:14.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 08:42:14.986 INFO [WorkbenchTestable][AbstractBrowser] Execute script: testExecute() 08:42:15.080 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:15.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 08:42:15.080 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:15.080 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:15.080 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:15.080 INFO [main][AbstractShell] Close shell Testing shell 08:42:15.080 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:15.091 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:15.091 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:15.091 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:42:15.091 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:15.091 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:15.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:15.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:15.106 INFO [WorkbenchTestable][RequirementsRunner] Finished test: executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:42:15.106 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:15.106 INFO [WorkbenchTestable][RequirementsRunner] Started test: evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:42:15.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:42:15.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:15.107 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:15.107 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:15.135 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and no matchers specified 08:42:15.135 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:15.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:15.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:15.153 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:15.153 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:15.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:15.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:15.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:15.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:15.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 08:42:15.154 INFO [WorkbenchTestable][AbstractBrowser] Evaluate script: testEvaluate();return "test"; 08:42:15.260 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:15.260 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:15.260 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:15.260 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:15.260 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:15.260 INFO [main][AbstractShell] Close shell Testing shell 08:42:15.260 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:15.266 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:15.266 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:15.266 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:42:15.266 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:15.266 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... Error sending IPC message: Broken pipe 08:42:15.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:15.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:15.290 INFO [WorkbenchTestable][RequirementsRunner] Finished test: evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:42:15.290 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:15.290 INFO [WorkbenchTestable][RequirementsRunner] Started test: findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:42:15.290 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:42:15.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:15.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:15.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:15.314 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and no matchers specified 08:42:15.314 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:15.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:15.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:15.334 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:15.334 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:15.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:15.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:15.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:15.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:15.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 08:42:15.335 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:15.335 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:15.335 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:15.335 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:15.335 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:15.335 INFO [main][AbstractShell] Close shell Testing shell 08:42:15.335 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:15.436 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:15.436 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:15.436 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:42:15.436 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:15.436 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:15.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:15.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:15.438 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:42:15.438 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:15.438 INFO [WorkbenchTestable][RequirementsRunner] Started test: findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:42:15.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:42:15.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:15.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:15.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:15.463 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test browser:") 08:42:15.464 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:15.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:15.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:15.482 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:15.482 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:15.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:15.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:15.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:15.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:15.483 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 08:42:15.483 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:15.483 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:15.483 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:15.484 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:15.484 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:15.484 INFO [main][AbstractShell] Close shell Testing shell 08:42:15.484 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:15.571 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:15.571 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:15.571 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:42:15.571 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:15.571 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:15.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:15.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:15.573 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:42:15.573 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:15.573 INFO [WorkbenchTestable][RequirementsRunner] Started test: navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:42:15.573 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:42:15.573 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:15.573 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:15.573 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:15.597 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and no matchers specified 08:42:15.597 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:15.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:15.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:15.615 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:15.615 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:15.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:15.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:15.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:15.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:15.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 08:42:15.616 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.eclipse.org/swt/snippets/' 08:42:15.619 DEBUG [main][BrowserProgressListener] Calling chanded() 08:42:15.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 08:42:15.619 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:42:15.823 DEBUG [main][BrowserProgressListener] Calling chanded() 08:42:16.119 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:42:16.124 DEBUG [main][BrowserProgressListener] Calling chanded() 08:42:16.368 DEBUG [main][BrowserProgressListener] Calling chanded() 08:42:16.619 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() failed to create drawable 08:42:16.792 DEBUG [main][BrowserProgressListener] Calling chanded() 08:42:17.120 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:42:17.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 08:42:17.120 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 08:42:27.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 08:42:27.121 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:42:27.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 08:42:27.133 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.eclipse.org/swt/widgets/' 08:42:27.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 08:42:27.133 DEBUG [main][BrowserProgressListener] Calling chanded() 08:42:27.133 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:42:27.177 DEBUG [main][BrowserProgressListener] Calling chanded() 08:42:27.289 DEBUG [main][BrowserProgressListener] Calling chanded() 08:42:27.633 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:42:27.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 08:42:27.633 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 08:42:37.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 08:42:37.634 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:42:37.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 08:42:37.636 INFO [WorkbenchTestable][AbstractBrowser] Browser back 08:42:37.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 08:42:37.637 DEBUG [main][BrowserProgressListener] Calling chanded() 08:42:37.637 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:42:37.765 DEBUG [main][BrowserProgressListener] Calling chanded() 08:42:38.137 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:42:38.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 08:42:38.137 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:42:39.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 08:42:39.137 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:42:39.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 08:42:39.140 INFO [WorkbenchTestable][AbstractBrowser] Browser forward 08:42:39.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 08:42:39.141 DEBUG [main][BrowserProgressListener] Calling chanded() 08:42:39.141 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:42:39.205 DEBUG [main][BrowserProgressListener] Calling chanded() 08:42:39.641 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:42:39.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 08:42:39.641 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:42:40.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 08:42:40.642 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:42:40.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 08:42:40.643 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:40.643 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:40.643 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:40.644 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:40.644 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:40.644 INFO [main][AbstractShell] Close shell Testing shell 08:42:40.644 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:40.659 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:40.659 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:40.659 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:42:40.659 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:40.659 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:40.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:40.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:40.661 INFO [WorkbenchTestable][RequirementsRunner] Finished test: navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:42:40.661 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:42:40.662 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:40.662 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:40.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:40.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.933 s - in org.eclipse.reddeer.swt.test.impl.browser.BrowserTest findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 1.12 s findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 1.07 s executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.17 s evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.184 s findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.148 s findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.135 s navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 25.088 s Running org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:42:40.683 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:42:40.684 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:42:40.685 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:40.685 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:42:40.685 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:40.685 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:42:40.685 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:40.685 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:42:40.686 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:40.686 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:40.686 INFO [WorkbenchTestable][RequirementsRunner] Started test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:42:40.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:42:40.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:40.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:40.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:40.737 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 1 and no matchers specified 08:42:40.737 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:40.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:40.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:40.759 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:40.759 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:40.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:40.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:42:40.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:42:40.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:40.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 08:42:40.761 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Disabled:") 08:42:40.762 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:40.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:40.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:40.762 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:40.762 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:40.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:40.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:40.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:40.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:40.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:42:40.764 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:40.765 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:40.765 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:40.766 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:40.766 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:40.766 INFO [main][AbstractShell] Close shell Testing shell 08:42:40.766 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:40.779 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:40.779 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:40.779 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:42:40.779 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:40.779 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:40.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:40.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:40.787 INFO [WorkbenchTestable][RequirementsRunner] Finished test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:42:40.787 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:40.787 INFO [WorkbenchTestable][RequirementsRunner] Started test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:42:40.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:42:40.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:40.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:40.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:40.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified ( with key 'coolId' and value '1') 08:42:40.835 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:40.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:40.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:40.862 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:40.862 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:40.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:40.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:40.862 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key coolId 08:42:40.863 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key coolId 08:42:40.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:40.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:40.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:42:40.867 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 1 08:42:40.870 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:40.870 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:40.870 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:40.872 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:40.872 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:40.872 INFO [main][AbstractShell] Close shell Testing shell 08:42:40.872 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:40.885 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:40.885 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:40.885 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:42:40.885 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:40.885 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:40.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:40.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:40.906 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:42:40.906 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:40.906 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:42:40.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:42:40.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:40.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:40.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:40.958 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo0") 08:42:40.958 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:40.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:40.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:40.988 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:40.988 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:40.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:40.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:40.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:40.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:40.989 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:42:40.991 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and no matchers specified 08:42:40.991 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:40.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:40.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:40.991 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:40.991 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:40.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:40.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:40.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:40.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:40.991 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:42:40.991 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo1") 08:42:40.991 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:40.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:40.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:40.992 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:40.992 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:40.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:40.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:40.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:40.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:40.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:42:40.994 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 1 and no matchers specified 08:42:40.994 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:40.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:40.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:40.994 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:40.994 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:40.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:40.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:42:40.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:42:40.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:40.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 08:42:40.995 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo2") 08:42:40.995 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:40.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:40.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:40.995 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:40.995 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:40.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:40.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:40.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:40.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:40.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:42:40.998 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 2 and no matchers specified 08:42:40.998 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:41.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:41.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:41.012 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:41.012 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:41.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:41.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:42:41.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:42:41.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:41.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 2 was found 08:42:41.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo3") 08:42:41.013 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:41.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:41.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:41.013 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:41.013 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:41.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:41.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:41.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:41.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:41.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:42:41.019 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 3 and no matchers specified 08:42:41.019 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:41.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:41.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:41.019 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:41.019 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:41.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:41.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:42:41.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 08:42:41.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:41.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 3 was found 08:42:41.020 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:41.020 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:41.020 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:41.021 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:41.021 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:41.021 INFO [main][AbstractShell] Close shell Testing shell 08:42:41.021 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:41.034 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:41.034 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:41.034 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:42:41.034 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:41.034 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:41.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:41.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:41.042 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:42:41.042 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:41.042 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:42:41.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:42:41.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:41.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:41.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:41.090 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo3") 08:42:41.090 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:41.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:41.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:41.122 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:41.122 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:41.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:41.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:41.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:41.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:41.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:42:41.127 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 3 08:42:41.128 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:41.128 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:41.129 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:41.130 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:41.130 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:41.130 INFO [main][AbstractShell] Close shell Testing shell 08:42:41.130 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:41.143 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:41.143 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:41.143 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:42:41.143 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:41.143 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:41.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:41.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:41.165 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:42:41.165 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:41.165 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:42:41.165 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:42:41.165 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:41.165 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:41.165 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:41.226 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo1") 08:42:41.226 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:41.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:41.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:41.255 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:41.255 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:41.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:41.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:41.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:41.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:41.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:42:41.259 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 2 08:42:41.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:42:41.268 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:41.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:41.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:41.269 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:41.269 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:41.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:41.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:41.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:41.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:41.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:42:41.269 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:42:41.270 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:41.271 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:41.271 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:41.272 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:41.272 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:41.272 INFO [main][AbstractShell] Close shell Testing shell 08:42:41.272 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:41.289 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:41.290 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:41.290 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:42:41.290 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:41.290 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:41.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:41.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:41.321 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:42:41.321 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:41.322 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:42:41.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:42:41.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:41.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:41.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:41.389 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 1 and no matchers specified 08:42:41.389 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:41.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:41.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:41.425 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:41.425 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:41.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:41.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:42:41.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:42:41.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:41.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 08:42:41.428 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 1 08:42:41.429 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:41.429 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:41.429 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:41.431 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:41.431 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:41.431 INFO [main][AbstractShell] Close shell Testing shell 08:42:41.431 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:41.449 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:41.449 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:41.449 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:42:41.449 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:41.449 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:41.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:41.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:41.458 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:42:41.458 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:41.458 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:42:41.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:42:41.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:41.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:41.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:41.514 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 5 and no matchers specified 08:42:41.514 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:41.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:41.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:41.543 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:41.543 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:41.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:41.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:42:41.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:42:42.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:42:42.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:42:42.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:42:42.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:42:42.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:42:42.546 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 5 was not found 08:42:42.547 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:42.547 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:42.547 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:42.547 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:42.547 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:42.547 INFO [main][AbstractShell] Close shell Testing shell 08:42:42.547 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:42.560 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:42.560 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:42.560 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:42:42.560 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:42.560 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:42.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:42.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:42.568 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:42:42.568 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:42.569 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:42:42.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:42:42.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:42.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:42.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:42.638 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "NON_EXISTING_LABEL_&*") 08:42:42.639 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:42.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:42.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:42.662 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:42.662 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:42.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:42.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:42.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:43.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:43.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:43.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:43.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:43.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:42:43.675 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was not found 08:42:43.675 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:43.675 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:43.675 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:43.675 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:43.675 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:43.675 INFO [main][AbstractShell] Close shell Testing shell 08:42:43.675 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:43.689 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:43.689 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:43.689 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:42:43.689 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:43.689 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:43.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:43.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:43.711 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:42:43.711 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:43.711 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:42:43.711 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:42:43.711 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:43.711 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:43.711 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:43.761 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo2") 08:42:43.761 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:43.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:43.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:43.786 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:43.786 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:43.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:43.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:43.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:43.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:43.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:42:43.789 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to selection: Item23 08:42:43.791 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:42:43.791 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:43.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:43.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:43.791 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:43.791 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:43.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:43.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:43.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:43.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:43.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:42:43.792 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:42:43.793 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:43.793 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:43.793 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:43.794 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:43.794 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:43.794 INFO [main][AbstractShell] Close shell Testing shell 08:42:43.794 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:43.807 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:43.807 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:43.807 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:42:43.807 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:43.807 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:43.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:43.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:43.815 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:42:43.815 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:42:43.815 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:43.815 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:43.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:43.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.132 s - in org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.101 s findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.119 s getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.136 s findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.123 s selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.156 s findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.136 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 1.11 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 1.142 s selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.104 s Running org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:42:43.824 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:42:43.825 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:42:43.826 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:43.826 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:42:43.826 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:43.826 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:42:43.834 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:43.834 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:42:43.834 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:43.834 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:43.834 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:42:43.834 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:42:43.834 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:43.834 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:43.834 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:738): Gtk-WARNING **: 08:42:43.857: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.864: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.866: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.867: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.868: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.874: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.875: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.876: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.876: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.877: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.878: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.879: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.889: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.909: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.911: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.912: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.913: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.920: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.920: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.921: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.922: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.923: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.924: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.924: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.931: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.931: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.932: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.933: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.933: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.933: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.934: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.935: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.936: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.936: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.943: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.943: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.944: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.944: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.945: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.945: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.945: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.946: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.947: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.948: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.948: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.948: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:43.948: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 08:42:43.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 0 and no matchers specified 08:42:43.953 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:43.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:43.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:43.971 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:43.971 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:43.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:43.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:43.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:43.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:43.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 08:42:43.976 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 08:42:43.976 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:43.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:43.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:43.979 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:43.979 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:43.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:43.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:42:43.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:42:43.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:43.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 08:42:43.980 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:43.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 08:42:43.980 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:43.980 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:43.980 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:43.980 INFO [main][AbstractShell] Close shell Testing shell 08:42:43.980 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:44.002 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:44.002 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:44.003 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:42:44.003 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:44.003 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:44.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:44.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:44.024 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:42:44.024 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:44.024 INFO [WorkbenchTestable][RequirementsRunner] Started test: collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:42:44.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:42:44.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:44.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:44.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:738): Gtk-WARNING **: 08:42:44.039: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.046: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.048: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.049: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.050: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.056: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.057: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.058: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.058: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.059: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.060: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.061: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.071: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.079: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.080: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.081: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.082: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.089: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.089: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.091: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.091: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.092: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.093: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.093: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.100: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.100: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.100: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.102: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.102: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.108: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.109: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.110: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.110: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.110: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.117: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.118: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.118: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.118: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.120: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.120: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.120: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.120: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.121: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.122: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.123: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.123: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:44.123: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 08:42:44.126 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 08:42:44.126 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:44.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:44.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:44.146 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:44.146 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:44.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:44.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:42:44.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:42:44.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:44.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 08:42:44.147 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 0 08:42:44.147 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 08:42:44.147 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:44.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:44.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:44.147 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:44.147 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:44.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:44.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:42:44.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:42:44.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:44.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 08:42:44.147 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 08:42:44.152 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:42:45.152 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 08:42:45.152 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 2 08:42:45.152 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 08:42:45.152 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:45.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:45.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:45.152 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:45.152 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:45.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:45.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:42:45.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:42:45.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:45.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 08:42:45.153 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 2 08:42:45.153 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:42:46.154 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been expanded 08:42:46.154 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 4 08:42:46.154 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 08:42:46.154 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:46.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:46.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:46.154 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:46.154 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:46.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:46.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:42:46.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:42:46.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:46.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 08:42:46.154 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 4 08:42:46.155 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:42:47.155 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 4 has been expanded 08:42:47.155 INFO [WorkbenchTestable][AbstractExpandBar] Collapse all expand bar items 08:42:47.155 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 0 08:42:47.159 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been collapsed 08:42:47.159 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 1 08:42:47.159 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 is already collapsed. No action performed 08:42:47.159 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 2 08:42:47.159 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been collapsed 08:42:47.159 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 3 08:42:47.159 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 3 is already collapsed. No action performed 08:42:47.159 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 4 08:42:47.160 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 4 has been collapsed 08:42:47.160 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:47.160 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:47.160 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:47.161 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:47.161 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:47.161 INFO [main][AbstractShell] Close shell Testing shell 08:42:47.161 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:47.195 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:47.195 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:47.195 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:42:47.195 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:47.195 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:47.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:47.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:47.204 INFO [WorkbenchTestable][RequirementsRunner] Finished test: collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:42:47.204 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:47.204 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:42:47.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:42:47.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:47.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:47.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:738): Gtk-WARNING **: 08:42:47.222: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.229: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.230: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.231: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.232: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.238: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.238: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.239: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.239: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.240: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.241: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.241: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.250: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.257: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.259: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.260: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.262: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.269: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.269: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.271: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.271: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.272: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.273: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.273: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.280: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.280: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.281: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.282: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.282: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.283: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.284: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.285: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.285: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.285: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.291: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.292: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.292: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.292: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.293: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.293: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.293: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.293: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.294: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.295: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.295: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.296: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:47.296: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 08:42:47.298 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 0 08:42:47.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 08:42:47.298 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:47.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:47.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:47.320 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:47.320 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:47.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:47.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:42:47.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:42:47.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:47.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 08:42:47.321 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 08:42:47.322 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:42:48.322 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 08:42:48.322 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 1 and no matchers specified 08:42:48.322 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:48.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:48.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:48.322 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:48.322 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:48.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:48.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:42:48.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:42:48.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:48.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 08:42:48.323 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:42:48.326 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:48.326 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:48.326 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:48.327 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:48.327 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:48.327 INFO [main][AbstractShell] Close shell Testing shell 08:42:48.327 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:48.361 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:48.361 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:48.361 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:42:48.361 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:48.361 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:48.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:48.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:48.370 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:42:48.370 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:48.370 INFO [WorkbenchTestable][RequirementsRunner] Started test: expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:42:48.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:42:48.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:48.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:48.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:738): Gtk-WARNING **: 08:42:48.392: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.400: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.401: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.402: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.403: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.409: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.410: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.412: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.412: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.413: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.415: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.415: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.426: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.433: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.434: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.435: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.436: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.443: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.443: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.444: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.444: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.446: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.447: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.447: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.453: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.454: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.454: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.455: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.455: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.455: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.456: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.457: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.457: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.457: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.464: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.465: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.465: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.465: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.466: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.466: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.466: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.466: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.467: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.468: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.468: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.469: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:48.469: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 08:42:48.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 0 and no matchers specified 08:42:48.471 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:48.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:48.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:48.493 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:48.493 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:48.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:48.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:48.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:48.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:48.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 08:42:48.493 INFO [WorkbenchTestable][AbstractExpandBar] Expand all expand bar items 08:42:48.493 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 08:42:48.494 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:42:49.494 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 08:42:49.494 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 1 08:42:49.495 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:42:50.495 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 has been expanded 08:42:50.495 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 2 08:42:50.496 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:42:51.496 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been expanded 08:42:51.496 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:51.496 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:51.496 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:51.497 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:51.497 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:51.497 INFO [main][AbstractShell] Close shell Testing shell 08:42:51.497 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:51.519 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:51.519 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:51.519 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:42:51.519 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:51.519 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:51.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:51.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:51.539 INFO [WorkbenchTestable][RequirementsRunner] Finished test: expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:42:51.539 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:51.539 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:42:51.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:42:51.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:51.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:51.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:738): Gtk-WARNING **: 08:42:51.554: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.561: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.562: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.563: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.564: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.570: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.570: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.571: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.571: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.572: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.573: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.573: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.583: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.590: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.591: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.592: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.593: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.599: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.600: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.601: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.601: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.602: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.603: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.603: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.609: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.610: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.610: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.611: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.611: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.611: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.612: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.613: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.614: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.614: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.620: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.621: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.621: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.621: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.622: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.622: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.622: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.623: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.623: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.624: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.625: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.625: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:51.625: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 08:42:51.627 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item text: Expand Item: 1 08:42:51.627 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 08:42:51.627 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:51.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:51.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:51.646 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:51.646 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:51.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:51.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:42:51.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:42:51.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:51.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 08:42:51.647 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 1 08:42:51.648 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:42:52.648 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 has been expanded 08:42:52.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 2 and no matchers specified 08:42:52.648 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:52.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:52.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:52.649 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:52.649 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:52.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:52.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:42:52.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:42:52.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:52.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 08:42:52.649 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:42:52.652 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:52.652 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:52.652 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:52.653 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:52.653 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:52.653 INFO [main][AbstractShell] Close shell Testing shell 08:42:52.653 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:52.676 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:52.676 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:52.676 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:42:52.676 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:52.676 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:52.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:52.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:52.697 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:42:52.697 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:52.697 INFO [WorkbenchTestable][RequirementsRunner] Started test: getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:42:52.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:42:52.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:52.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:52.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:738): Gtk-WARNING **: 08:42:52.712: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.718: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.720: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.720: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.721: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.727: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.728: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.729: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.729: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.730: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.731: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.731: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.741: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.748: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.750: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.751: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.752: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.758: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.759: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.760: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.760: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.761: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.762: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.763: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.769: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.769: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.770: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.771: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.771: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.771: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.772: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.773: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.773: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.774: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.780: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.780: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.780: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.781: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.782: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.782: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.782: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.782: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.783: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.784: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.784: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.785: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.785: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 08:42:52.787 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 0 and no matchers specified 08:42:52.787 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:52.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:52.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:52.806 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:52.806 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:52.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:52.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:52.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:52.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:52.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 08:42:52.806 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:52.806 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:52.806 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:52.806 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:52.806 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:52.807 INFO [main][AbstractShell] Close shell Testing shell 08:42:52.807 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:52.830 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:52.830 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:52.830 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:42:52.830 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:52.830 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:52.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:52.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:52.838 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:42:52.838 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:52.838 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:42:52.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:42:52.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:52.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:52.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:738): Gtk-WARNING **: 08:42:52.853: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.860: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.861: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.862: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.863: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.869: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.870: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.871: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.871: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.872: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.873: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.873: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.882: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.889: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.890: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.891: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.892: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.898: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.898: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.899: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.900: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.901: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.901: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.902: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.908: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.908: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.908: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.909: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.909: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.909: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.910: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.911: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.912: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.912: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.918: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.919: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.919: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.919: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.920: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.920: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.921: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.921: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.922: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.923: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.923: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.923: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:52.924: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 08:42:52.926 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 3 Expand Bar Item index: 1 08:42:52.926 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 3 and no matchers specified 08:42:52.926 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:52.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:52.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:52.949 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:52.949 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:52.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:52.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:42:52.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 08:42:53.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:42:53.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 08:42:53.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:42:53.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 08:42:53.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:42:53.952 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 3 was not found 08:42:53.953 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:53.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 08:42:53.953 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:53.953 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:53.953 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:53.953 INFO [main][AbstractShell] Close shell Testing shell 08:42:53.953 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:53.975 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:53.975 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:53.976 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:42:53.976 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:53.976 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:53.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:53.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:53.996 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:42:53.996 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:53.997 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:42:53.997 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:42:53.997 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:53.997 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:53.997 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:738): Gtk-WARNING **: 08:42:54.011: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.018: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.019: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.020: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.021: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.027: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.027: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.028: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.029: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.029: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.030: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.030: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.040: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.047: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.048: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.049: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.050: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.056: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.056: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.057: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.058: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.059: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.060: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.060: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.066: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.066: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.067: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.068: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.068: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.068: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.069: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.070: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.070: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.070: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.076: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.077: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.077: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.077: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.078: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.078: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.078: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.078: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.079: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.080: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.080: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.081: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:738): Gtk-WARNING **: 08:42:54.081: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 08:42:54.083 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 0 Expand Bar Item text: NON_EXISTING_#$ 08:42:54.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 0 and no matchers specified 08:42:54.083 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:54.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:54.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:54.101 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:54.101 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:54.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:54.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:54.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:54.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:54.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 08:42:54.102 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:54.102 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:54.102 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:54.102 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:54.102 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:54.102 INFO [main][AbstractShell] Close shell Testing shell 08:42:54.102 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:54.128 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:54.129 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:54.129 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:42:54.129 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:54.129 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:54.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:54.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:54.137 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:42:54.137 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:42:54.137 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:54.137 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:54.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:54.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.314 s - in org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 0.19 s collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 3.18 s findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 1.166 s expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 3.169 s findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 1.158 s getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 0.141 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 1.158 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 0.14 s Running org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:42:54.146 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:42:54.147 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:42:54.147 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:54.147 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:42:54.147 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:54.148 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:42:54.160 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:54.160 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:42:54.160 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:54.160 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:54.161 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:42:54.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:42:54.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:54.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:54.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:54.170 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and following matchers specified ( with key 'null' and value 'id#CLabel:1') 08:42:54.170 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:54.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:54.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:54.177 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:54.177 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:54.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:54.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:54.177 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:42:54.178 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:42:54.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:54.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:54.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 08:42:54.188 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:54.188 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:54.188 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:54.188 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:54.188 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:54.188 INFO [main][AbstractShell] Close shell Testing shell 08:42:54.188 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:54.192 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:54.192 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:54.192 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:42:54.192 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:54.208 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:54.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:54.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:54.229 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:42:54.229 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:54.229 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:42:54.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:42:54.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:54.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:54.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:54.236 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 1 and no matchers specified 08:42:54.236 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:54.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:54.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:54.243 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:54.243 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:54.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:54.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:42:54.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:42:54.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:54.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 08:42:54.244 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:54.244 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:54.244 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:54.244 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:54.244 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:54.244 INFO [main][AbstractShell] Close shell Testing shell 08:42:54.244 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:54.247 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:54.247 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:54.247 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:42:54.247 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:54.247 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:54.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:54.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:54.277 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:42:54.277 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:54.277 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:42:54.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:42:54.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:54.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:54.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:54.282 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and no matchers specified 08:42:54.282 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:54.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:54.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:54.289 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:54.289 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:54.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:54.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:54.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:54.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:54.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 08:42:54.290 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 1 and no matchers specified 08:42:54.290 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:54.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:54.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:54.290 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:54.290 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:54.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:54.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:42:54.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:42:54.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:54.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 08:42:54.290 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 2 and no matchers specified 08:42:54.290 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:54.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:54.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:54.291 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:54.291 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:54.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:54.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:42:54.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:42:54.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:54.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 2 was found 08:42:54.291 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:54.291 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:54.291 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:54.291 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:54.291 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:54.291 INFO [main][AbstractShell] Close shell Testing shell 08:42:54.291 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:54.295 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:54.295 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:54.295 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:42:54.295 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:54.295 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:54.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:54.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:54.336 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:42:54.336 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:54.336 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:42:54.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:42:54.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:54.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:54.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:54.342 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 1 and no matchers specified 08:42:54.343 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:54.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:54.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:54.359 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:54.359 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:54.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:54.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:42:54.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:42:54.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:54.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 08:42:54.360 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:54.360 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:54.360 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:54.360 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:54.360 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:54.360 INFO [main][AbstractShell] Close shell Testing shell 08:42:54.360 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:54.363 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:54.364 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:54.364 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:42:54.364 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:54.364 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:54.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:54.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:54.384 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:42:54.384 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:54.384 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:42:54.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:42:54.385 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:54.385 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:54.385 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:54.390 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 11 and no matchers specified 08:42:54.390 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:54.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:54.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:54.397 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:54.397 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:54.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:54.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 08:42:54.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 08:42:54.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 08:42:54.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 08:42:55.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 08:42:55.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 08:42:55.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:42:55.398 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 11 was not found 08:42:55.398 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:55.398 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:55.398 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:55.399 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:55.399 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:55.399 INFO [main][AbstractShell] Close shell Testing shell 08:42:55.399 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:55.402 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:55.402 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:55.402 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:42:55.402 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:55.402 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:55.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:55.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:55.408 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:42:55.408 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:55.408 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:42:55.408 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:42:55.408 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:55.408 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:55.408 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:55.417 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "CLabel:1") 08:42:55.417 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:55.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:55.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:55.438 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:55.438 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:55.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:55.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:55.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:55.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:55.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 08:42:55.439 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:55.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 08:42:55.439 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:55.439 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:55.439 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:55.439 INFO [main][AbstractShell] Close shell Testing shell 08:42:55.439 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:55.442 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:55.442 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:55.442 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:42:55.442 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:55.442 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:55.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:55.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:55.449 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:42:55.449 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:55.449 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:42:55.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:42:55.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:55.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:55.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:55.467 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "NON_ESITING_@##$_TEXT") 08:42:55.467 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:55.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:55.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:55.483 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:55.483 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:55.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:55.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:55.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:55.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:55.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:56.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:56.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:56.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:42:56.485 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was not found 08:42:56.485 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:56.485 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:56.485 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:56.485 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:56.485 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:56.485 INFO [main][AbstractShell] Close shell Testing shell 08:42:56.485 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:56.489 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:56.489 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:56.489 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:42:56.489 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:56.489 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:56.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:56.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:56.495 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:42:56.495 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:56.495 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:42:56.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:42:56.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:56.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:56.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:56.512 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 1 and no matchers specified 08:42:56.512 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:56.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:56.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:56.528 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:56.528 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:56.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:56.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:42:56.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:42:56.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:56.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 08:42:56.529 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:56.529 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:56.529 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:56.529 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:56.529 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:56.529 INFO [main][AbstractShell] Close shell Testing shell 08:42:56.529 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:56.532 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:56.532 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:56.532 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:42:56.532 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:56.532 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:56.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:56.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:56.539 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:42:56.539 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:42:56.539 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:56.539 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:56.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:56.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.394 s - in org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.068 s findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.048 s hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.059 s getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.048 s findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 1.024 s findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.041 s findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 1.046 s getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.044 s Running org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 08:42:56.546 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 08:42:56.546 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:42:56.547 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:56.547 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 08:42:56.547 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:56.547 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:42:56.547 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:56.547 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:42:56.547 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:56.548 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:56.548 INFO [WorkbenchTestable][RequirementsRunner] Started test: labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest) 08:42:56.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 08:42:56.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:56.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:56.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:56.572 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widget with label: is "Label 1") 08:42:56.572 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:56.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:56.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:56.589 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:56.589 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:56.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:56.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:56.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:56.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:56.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:42:56.590 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widget with label: is "Label 2") 08:42:56.590 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:56.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:56.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:56.590 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:56.590 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:56.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:56.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:56.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:56.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:56.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:42:56.592 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:56.592 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:56.592 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:56.592 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:56.592 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:56.592 INFO [main][AbstractShell] Close shell Testing shell 08:42:56.592 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:56.596 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:56.596 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:56.596 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 08:42:56.596 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:56.596 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:56.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:56.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:56.618 INFO [WorkbenchTestable][RequirementsRunner] Finished test: labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest) 08:42:56.618 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 08:42:56.618 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:56.618 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:56.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:56.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest) Time elapsed: 0.07 s Running org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 08:42:56.625 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 08:42:56.629 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:42:56.630 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:56.630 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 08:42:56.630 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:56.630 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:42:56.631 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:56.631 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:42:56.631 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:56.631 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:56.631 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) 08:42:56.631 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 08:42:56.631 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:56.631 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:56.631 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:56.695 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16) 08:42:56.695 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:56.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:56.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:56.714 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:56.714 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:56.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:56.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:56.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:56.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:56.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:42:56.714 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 16) 08:42:56.714 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:56.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:56.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:56.714 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:56.714 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:56.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:56.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:42:56.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:42:56.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:56.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 08:42:56.715 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 16) 08:42:56.715 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:56.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:56.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:56.715 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:56.715 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:56.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:56.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:42:56.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:42:56.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:56.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 08:42:56.716 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Label A") 08:42:56.716 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:56.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:56.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:56.716 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:56.716 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:56.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:56.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:56.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:56.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:56.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:42:56.717 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:42:56.718 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Label B") 08:42:56.718 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:56.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:56.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:56.718 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:56.718 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:56.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:56.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:56.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:56.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:56.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:42:56.719 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:42:56.719 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Label C") 08:42:56.719 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:56.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:56.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:56.719 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:56.719 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:56.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:56.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:56.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:56.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:56.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:42:56.720 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:42:56.721 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTONB 08:42:56.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:42:56.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:42:56.721 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:42:56.721 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:56.721 TRACE [main][WidgetHandler] Notify Button with event 27 08:42:56.721 TRACE [main][WidgetHandler] Wait for synchronization 08:42:56.721 TRACE [main][WidgetHandler] Notify Button with event 13 08:42:56.721 TRACE [main][WidgetHandler] Wait for synchronization 08:42:56.721 TRACE [main][WidgetHandler] Notify Button with event 26 08:42:56.721 TRACE [main][WidgetHandler] Wait for synchronization 08:42:56.721 TRACE [main][WidgetHandler] Notify Button with event 3 08:42:56.721 TRACE [main][WidgetHandler] Wait for synchronization 08:42:56.721 TRACE [main][WidgetHandler] Notify Button with event 4 08:42:56.721 TRACE [main][WidgetHandler] Wait for synchronization 08:42:56.721 TRACE [main][WidgetHandler] Notify Button with event 13 08:42:56.721 TRACE [main][WidgetHandler] Wait for synchronization 08:42:56.728 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTONC 08:42:56.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:42:56.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:42:56.728 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:42:56.728 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:56.728 TRACE [main][WidgetHandler] Notify Button with event 27 08:42:56.728 TRACE [main][WidgetHandler] Wait for synchronization 08:42:56.728 TRACE [main][WidgetHandler] Notify Button with event 13 08:42:56.728 TRACE [main][WidgetHandler] Wait for synchronization 08:42:56.728 TRACE [main][WidgetHandler] Notify Button with event 26 08:42:56.728 TRACE [main][WidgetHandler] Wait for synchronization 08:42:56.728 TRACE [main][WidgetHandler] Notify Button with event 3 08:42:56.728 TRACE [main][WidgetHandler] Wait for synchronization 08:42:56.728 TRACE [main][WidgetHandler] Notify Button with event 4 08:42:56.728 TRACE [main][WidgetHandler] Wait for synchronization 08:42:56.728 TRACE [main][WidgetHandler] Notify Button with event 13 08:42:56.728 TRACE [main][WidgetHandler] Wait for synchronization 08:42:56.729 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:56.730 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:56.730 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:56.730 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:56.730 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:56.730 INFO [main][AbstractShell] Close shell Testing shell 08:42:56.730 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:56.736 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:56.736 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:56.736 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 08:42:56.736 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:56.736 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:56.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:56.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:56.743 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) 08:42:56.743 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 08:42:56.743 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:56.743 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:56.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:56.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) Time elapsed: 0.112 s Running org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:42:56.748 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:42:56.749 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:42:56.749 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:56.749 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:42:56.749 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:56.749 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:42:56.762 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:56.762 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:42:56.762 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:56.762 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:56.762 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:42:56.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:42:56.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:56.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:56.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:56.781 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 2) 08:42:56.781 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:56.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:56.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:56.817 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:56.817 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:56.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:56.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:42:56.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:42:56.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:56.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 08:42:56.817 INFO [WorkbenchTestable][ToggleButton] Checking Toggle Button TOOGLE-BUTTON1 08:42:56.818 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON1 08:42:56.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:42:56.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:42:56.818 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:42:56.818 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:56.818 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:42:56.818 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:56.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:56.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:56.818 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:56.818 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:56.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:56.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:56.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:56.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:56.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:42:56.819 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:42:56.819 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 08:42:56.819 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:56.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:56.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:56.820 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:56.820 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:56.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:56.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:56.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:56.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:56.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:42:56.820 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 08:42:56.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:42:56.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:42:56.820 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:42:56.820 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:56.821 DEBUG [WorkbenchTestable][ToggleButton] Toggle Button TOOGLE-BUTTON1 already checked, no action performed 08:42:56.821 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:56.821 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:56.821 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:56.821 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:56.821 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:56.821 INFO [main][AbstractShell] Close shell Testing shell 08:42:56.821 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:56.827 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:56.827 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:56.827 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:42:56.827 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:56.827 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:56.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:56.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:56.833 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:42:56.833 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:56.833 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:42:56.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:42:56.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:56.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:56.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:56.861 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "RADIO-BUTTON1") 08:42:56.861 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:56.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:56.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:56.882 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:56.882 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:56.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:56.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:56.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:56.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:56.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:42:56.883 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 08:42:56.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:42:56.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:42:56.883 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:42:56.883 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:56.888 TRACE [main][WidgetHandler] Notify Button with event 27 08:42:56.888 TRACE [main][WidgetHandler] Wait for synchronization 08:42:56.888 TRACE [main][WidgetHandler] Notify Button with event 13 08:42:56.888 TRACE [main][WidgetHandler] Wait for synchronization 08:42:56.888 TRACE [main][WidgetHandler] Notify Button with event 26 08:42:56.888 TRACE [main][WidgetHandler] Wait for synchronization 08:42:56.888 TRACE [main][WidgetHandler] Notify Button with event 3 08:42:56.888 TRACE [main][WidgetHandler] Wait for synchronization 08:42:56.888 TRACE [main][WidgetHandler] Notify Button with event 4 08:42:56.888 TRACE [main][WidgetHandler] Wait for synchronization 08:42:56.888 TRACE [main][WidgetHandler] Notify Button with event 13 08:42:56.888 TRACE [main][WidgetHandler] Wait for synchronization 08:42:56.888 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:42:56.888 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:56.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:56.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:56.888 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:56.888 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:56.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:56.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:56.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:56.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:56.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:42:56.889 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:42:56.889 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:56.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 08:42:56.890 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:56.890 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:56.890 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:56.890 INFO [main][AbstractShell] Close shell Testing shell 08:42:56.890 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:56.896 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:56.896 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:56.896 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:42:56.896 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:56.896 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:56.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:56.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:56.916 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:42:56.916 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:56.916 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:42:56.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:42:56.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:56.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:56.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:56.940 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2, Matcher matching widgets with text that without mnenomic matches: is "TOOGLE-BUTTON2") 08:42:56.940 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:56.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:56.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:56.967 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:56.967 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:56.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:56.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:56.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:56.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:56.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:42:56.970 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 08:42:56.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:42:56.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:42:56.970 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:42:56.970 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:56.970 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:42:56.970 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:56.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:56.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:56.971 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:56.971 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:56.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:56.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:56.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:56.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:56.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:42:56.971 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:42:56.972 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:56.972 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:56.973 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:56.973 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:56.973 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:56.973 INFO [main][AbstractShell] Close shell Testing shell 08:42:56.973 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:56.980 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:56.980 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:56.980 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:42:56.980 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:56.980 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:57.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:57.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:57.017 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:42:57.017 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:57.017 INFO [WorkbenchTestable][RequirementsRunner] Started test: findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:42:57.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:42:57.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:57.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:57.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:57.034 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 4) 08:42:57.034 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:57.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:57.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:57.055 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:57.055 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:57.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:57.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:42:57.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:42:57.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:57.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 08:42:57.056 INFO [WorkbenchTestable][AbstractButton] Click button 08:42:57.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:42:57.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:42:57.056 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:42:57.056 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:57.056 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:42:57.056 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:57.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:57.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:57.056 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:57.056 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:57.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:57.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:57.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:57.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:57.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:42:57.056 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:42:57.057 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:57.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 08:42:57.057 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:57.058 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:57.058 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:57.058 INFO [main][AbstractShell] Close shell Testing shell 08:42:57.058 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:57.063 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:57.063 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:57.063 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:42:57.064 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:57.064 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:57.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:57.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:57.082 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:42:57.082 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:57.082 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:42:57.082 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:42:57.083 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:57.083 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:57.083 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:57.099 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "PUSH-BUTTON0") 08:42:57.099 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:57.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:57.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:57.120 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:57.120 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:57.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:57.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:57.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:57.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:57.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:42:57.121 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 08:42:57.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:42:57.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:42:57.121 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:42:57.121 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:57.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 08:42:57.121 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:57.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:57.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:57.122 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:57.122 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:57.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:57.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:57.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:57.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:57.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:42:57.122 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:42:57.123 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:57.123 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:57.123 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:57.123 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:57.123 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:57.123 INFO [main][AbstractShell] Close shell Testing shell 08:42:57.123 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:57.129 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:57.129 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:57.129 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:42:57.129 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:57.129 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:57.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:57.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:57.147 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:42:57.147 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:57.148 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:42:57.148 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:42:57.148 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:57.148 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:57.148 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:57.165 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 32) 08:42:57.165 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:57.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:57.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:57.186 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:57.186 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:57.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:57.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:42:57.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:42:57.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:57.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 08:42:57.187 INFO [WorkbenchTestable][CheckBox] Select checkbox CHECK-BOX1 08:42:57.187 INFO [WorkbenchTestable][CheckBox] Check checkbox CHECK-BOX1 08:42:57.187 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 08:42:57.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:42:57.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:42:57.187 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:42:57.187 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:57.188 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:42:57.188 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:57.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:57.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:57.188 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:57.188 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:57.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:57.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:57.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:57.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:57.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:42:57.188 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:42:57.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 08:42:57.189 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:57.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:57.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:57.189 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:57.189 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:57.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:57.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:57.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:57.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:57.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:42:57.190 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 08:42:57.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:42:57.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:42:57.190 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:42:57.190 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:57.191 INFO [WorkbenchTestable][CheckBox] Select checkbox CHECK-BOX1 08:42:57.191 DEBUG [WorkbenchTestable][CheckBox] Checkbox CHECK-BOX1 already selected, no action performed 08:42: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.... 08:42: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 08:42:57.191 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:57.191 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:57.191 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:57.191 INFO [main][AbstractShell] Close shell Testing shell 08:42:57.191 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:57.210 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:57.210 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:57.210 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:42:57.211 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:57.211 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:57.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:57.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:57.217 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:42:57.217 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:57.217 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:42:57.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:42:57.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:57.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:57.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:57.246 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 5 and following matchers specified (Widget matcher matching widgets with style: 32) 08:42:57.246 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:57.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:57.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:57.267 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:57.267 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:57.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:57.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:42:57.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:42:57.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:42:57.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:42:58.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:42:58.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:42:58.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:42:58.270 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was not found 08:42:58.270 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:58.270 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:58.271 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:58.271 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:58.271 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:58.271 INFO [main][AbstractShell] Close shell Testing shell 08:42:58.271 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:58.277 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:58.277 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:58.277 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:42:58.277 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:58.277 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:58.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:58.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:58.299 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:42:58.299 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:58.299 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:42:58.299 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:42:58.299 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:58.299 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:58.299 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:58.316 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_DASLKJ") 08:42:58.316 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:58.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:58.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:58.340 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:58.340 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:58.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:58.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:58.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:58.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:58.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:59.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:59.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:42:59.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:42:59.344 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:42:59.344 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:59.344 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:59.344 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:59.344 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:59.344 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:59.344 INFO [main][AbstractShell] Close shell Testing shell 08:42:59.344 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:59.350 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:59.350 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:59.351 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:42:59.351 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:59.351 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:59.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:59.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:59.358 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:42:59.358 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:59.358 INFO [WorkbenchTestable][RequirementsRunner] Started test: findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:42:59.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:42:59.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:59.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:59.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:59.376 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "PUSH-BUTTON0") 08:42:59.376 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:59.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:59.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:59.401 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:59.401 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:59.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:59.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:59.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:59.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:59.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:42:59.402 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 08:42:59.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:42:59.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:42:59.402 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:42:59.402 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:59.403 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:42:59.403 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:59.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:59.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:59.403 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:59.403 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:59.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:59.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:59.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:59.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:59.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:42:59.403 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:42:59.404 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:59.404 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:59.404 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:59.405 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:59.405 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:59.405 INFO [main][AbstractShell] Close shell Testing shell 08:42:59.405 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:59.410 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:59.410 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:59.410 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:42:59.410 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:59.410 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:59.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:59.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:59.430 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:42:59.430 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:59.431 INFO [WorkbenchTestable][RequirementsRunner] Started test: findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:42:59.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:42:59.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:59.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:59.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:59.448 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 4, with key 'buttonTestId' and value 'ARROW-BUTTON#2') 08:42:59.448 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:59.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:59.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:59.473 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:59.473 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:59.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:59.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:59.474 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:42:59.474 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:42:59.474 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:42:59.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:59.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:59.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:42:59.474 INFO [WorkbenchTestable][AbstractButton] Click button 08:42:59.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:42:59.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:42:59.474 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:42:59.474 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:59.475 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:42:59.475 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:59.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:59.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:59.475 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:59.475 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:59.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:59.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:59.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:59.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:59.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:42:59.475 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:42:59.476 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:59.476 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:59.476 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:59.477 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:59.477 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:59.477 INFO [main][AbstractShell] Close shell Testing shell 08:42:59.477 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:59.483 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:59.483 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:59.483 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:42:59.483 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:59.483 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:59.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:59.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:59.502 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:42:59.502 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:59.502 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:42:59.502 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:42:59.502 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:59.502 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:59.502 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:59.519 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 32) 08:42:59.519 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:59.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:59.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:59.542 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:59.542 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:59.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:59.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:42:59.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:42:59.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:59.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 08:42:59.543 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 08:42:59.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:42:59.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:42:59.544 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:42:59.544 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:42:59.544 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:42:59.544 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:59.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:59.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:59.544 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:59.544 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:59.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:59.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:42:59.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:42:59.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:42:59.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:42:59.545 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:42:59.546 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:42:59.546 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:42:59.546 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:42:59.546 DEBUG [main][AbstractWait] Waiting until shell is active... 08:42:59.546 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:42:59.546 INFO [main][AbstractShell] Close shell Testing shell 08:42:59.546 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:42:59.553 DEBUG [main][AbstractWait] Waiting while shell is available... 08:42:59.553 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:42:59.553 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:42:59.553 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:42:59.553 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:42:59.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:59.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:59.574 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:42:59.574 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:42:59.574 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:42:59.574 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:42:59.574 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:42:59.574 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:42:59.574 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:42:59.591 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 4 and following matchers specified (Widget matcher matching widgets with style: 2) 08:42:59.591 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:42:59.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:42:59.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:42:59.630 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:42:59.630 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:42:59.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:42:59.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:42:59.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:43:00.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:43:00.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:43:00.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:43:00.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:43:00.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:00.634 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was not found 08:43:00.634 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:00.634 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:00.634 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:00.634 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:00.634 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:00.634 INFO [main][AbstractShell] Close shell Testing shell 08:43:00.634 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:00.640 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:00.640 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:00.640 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:43:00.640 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:00.640 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:00.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:00.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:00.670 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:43:00.670 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:00.670 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:43:00.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:43:00.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:00.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:00.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:00.689 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_KL2FG") 08:43:00.689 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:00.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:00.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:00.711 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:00.711 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:00.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:00.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:00.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:01.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:01.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:01.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:01.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:01.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:01.715 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:43:01.715 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:01.716 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:01.716 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:01.716 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:01.716 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:01.716 INFO [main][AbstractShell] Close shell Testing shell 08:43:01.716 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:01.722 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:01.722 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:01.722 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:43:01.722 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:01.722 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:01.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:01.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:01.741 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:43:01.742 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:01.742 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:43:01.742 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:43:01.742 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:01.742 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:01.742 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:01.758 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 5 and following matchers specified (Widget matcher matching widgets with style: 8) 08:43:01.759 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:01.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:01.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:01.780 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:01.780 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:01.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:01.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:43:01.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:43:02.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:43:02.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:43:02.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:43:02.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:43:02.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:02.784 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was not found 08:43:02.784 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:02.784 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:02.784 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:02.784 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:02.784 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:02.784 INFO [main][AbstractShell] Close shell Testing shell 08:43:02.784 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:02.790 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:02.790 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:02.790 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:43:02.790 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:02.790 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:02.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:02.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:02.809 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:43:02.809 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:02.809 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:43:02.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:43:02.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:02.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:02.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:02.826 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_#$SDFF@S") 08:43:02.826 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:02.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:02.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:02.848 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:02.848 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:02.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:02.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:02.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:03.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:03.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:03.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:03.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:03.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:03.853 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:43:03.853 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:03.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 08:43:03.853 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:03.853 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:03.853 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:03.853 INFO [main][AbstractShell] Close shell Testing shell 08:43:03.853 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:03.870 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:03.870 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:03.870 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:43:03.870 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:03.870 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:03.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:03.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:03.899 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:43:03.900 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:03.900 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:43:03.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:43:03.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:03.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:03.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:03.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: 32, Matcher matching widgets with text that without mnenomic matches: is "CHECK-BOX1") 08:43:03.916 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:03.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:03.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:03.938 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:03.938 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:03.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:03.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:03.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:03.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:03.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:43:03.939 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 08:43:03.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:43:03.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:43:03.939 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:43:03.940 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:43:03.940 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:43:03.940 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:03.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:03.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:03.940 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:03.940 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:03.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:03.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:03.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:03.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:03.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:03.941 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:03.941 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:03.941 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:03.941 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:03.942 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:03.942 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:03.942 INFO [main][AbstractShell] Close shell Testing shell 08:43:03.942 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:03.947 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:03.947 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:03.947 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:43:03.947 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:03.947 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:03.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:03.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:03.953 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:43:03.953 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:03.953 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:43:03.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:43:03.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:03.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:03.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:03.970 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 6 and following matchers specified (Widget matcher matching widgets with style: 4) 08:43:03.970 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:03.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:03.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:03.995 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:03.995 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:03.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:03.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 08:43:03.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 08:43:04.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 08:43:04.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 08:43:04.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 08:43:04.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 08:43:04.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:04.998 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 6 was not found 08:43:04.998 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:04.998 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:04.998 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:04.999 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:04.999 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:04.999 INFO [main][AbstractShell] Close shell Testing shell 08:43:04.999 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:05.004 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:05.004 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:05.004 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:43:05.005 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:05.005 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:05.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:05.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:05.031 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:43:05.031 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:05.031 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:43:05.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:43:05.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:05.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:05.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:05.051 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 16) 08:43:05.052 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:05.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:05.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:05.078 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:05.078 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:05.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:05.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:43:05.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:43:05.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:05.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 08:43:05.079 INFO [WorkbenchTestable][RadioButton] Select radio button RADIO-BUTTON1 08:43:05.079 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 08:43:05.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:43:05.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:43:05.079 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:43:05.079 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:43:05.080 TRACE [main][WidgetHandler] Notify Button with event 27 08:43:05.080 TRACE [main][WidgetHandler] Wait for synchronization 08:43:05.080 TRACE [main][WidgetHandler] Notify Button with event 13 08:43:05.080 TRACE [main][WidgetHandler] Wait for synchronization 08:43:05.080 TRACE [main][WidgetHandler] Notify Button with event 26 08:43:05.080 TRACE [main][WidgetHandler] Wait for synchronization 08:43:05.080 TRACE [main][WidgetHandler] Notify Button with event 3 08:43:05.080 TRACE [main][WidgetHandler] Wait for synchronization 08:43:05.080 TRACE [main][WidgetHandler] Notify Button with event 4 08:43:05.080 TRACE [main][WidgetHandler] Wait for synchronization 08:43:05.080 TRACE [main][WidgetHandler] Notify Button with event 13 08:43:05.080 TRACE [main][WidgetHandler] Wait for synchronization 08:43:05.080 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:43:05.080 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:05.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:05.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:05.081 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:05.081 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:05.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:05.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:05.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:05.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:05.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:05.081 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:05.082 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 08:43:05.082 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:05.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:05.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:05.082 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:05.082 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:05.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:05.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:05.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:05.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:05.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:43:05.083 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 08:43:05.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:43:05.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:43:05.083 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:43:05.083 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:43:05.083 DEBUG [WorkbenchTestable][RadioButton] Radio Button RADIO-BUTTON1 already checked, no action performed 08:43:05.088 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:05.088 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:05.088 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:05.089 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:05.089 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:05.089 INFO [main][AbstractShell] Close shell Testing shell 08:43:05.089 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:05.094 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:05.094 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:05.094 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:43:05.094 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:05.094 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:05.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:05.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:05.100 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:43:05.100 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:05.100 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:43:05.101 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:43:05.101 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:05.101 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:05.101 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:05.118 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, with key 'buttonTestId' and value 'PUSH-BUTTON#2') 08:43:05.118 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:05.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:05.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:05.142 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:05.142 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:05.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:05.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:05.143 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:43:05.143 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:43:05.143 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:43:05.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:05.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:05.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:43:05.143 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON2 08:43:05.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:43:05.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:43:05.143 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:43:05.143 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:43:05.144 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:43:05.144 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:05.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:05.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:05.144 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:05.144 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:05.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:05.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:05.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:05.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:05.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:05.144 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:05.145 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:05.145 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:05.145 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:05.146 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:05.146 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:05.146 INFO [main][AbstractShell] Close shell Testing shell 08:43:05.146 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:05.151 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:05.151 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:05.151 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:43:05.151 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:05.151 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:05.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:05.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:05.157 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:43:05.157 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:05.157 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:43:05.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:43:05.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:05.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:05.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:05.185 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, with key 'buttonTestId' and value 'RADIO-BUTTON#1') 08:43:05.185 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:05.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:05.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:05.206 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:05.206 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:05.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:05.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:05.206 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:43:05.206 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:43:05.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:05.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:05.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:43:05.207 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 08:43:05.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:43:05.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:43:05.207 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:43:05.207 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:43:05.207 TRACE [main][WidgetHandler] Notify Button with event 27 08:43:05.208 TRACE [main][WidgetHandler] Wait for synchronization 08:43:05.208 TRACE [main][WidgetHandler] Notify Button with event 13 08:43:05.208 TRACE [main][WidgetHandler] Wait for synchronization 08:43:05.208 TRACE [main][WidgetHandler] Notify Button with event 26 08:43:05.208 TRACE [main][WidgetHandler] Wait for synchronization 08:43:05.208 TRACE [main][WidgetHandler] Notify Button with event 3 08:43:05.208 TRACE [main][WidgetHandler] Wait for synchronization 08:43:05.208 TRACE [main][WidgetHandler] Notify Button with event 4 08:43:05.208 TRACE [main][WidgetHandler] Wait for synchronization 08:43:05.208 TRACE [main][WidgetHandler] Notify Button with event 13 08:43:05.208 TRACE [main][WidgetHandler] Wait for synchronization 08:43:05.208 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:43:05.208 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:05.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:05.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:05.208 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:05.208 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:05.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:05.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:05.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:05.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:05.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:05.209 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:05.214 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16) 08:43:05.214 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:05.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:05.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:05.214 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:05.214 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:05.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:05.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:05.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:05.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:05.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:43:05.215 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 16) 08:43:05.215 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:05.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:05.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:05.215 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:05.215 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:05.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:05.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:43:05.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:43:05.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:05.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 08:43:05.216 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:05.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 08:43:05.216 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:05.216 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:05.216 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:05.216 INFO [main][AbstractShell] Close shell Testing shell 08:43:05.216 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:05.222 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:05.222 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:05.222 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:43:05.222 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:05.222 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:05.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:05.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:05.241 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:43:05.241 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:05.241 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:43:05.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:43:05.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:05.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:05.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:05.256 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 16) 08:43:05.256 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:05.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:05.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:05.277 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:05.277 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:05.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:05.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:43:05.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:43:05.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:05.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 08:43:05.278 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 08:43:05.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:43:05.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:43:05.278 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:43:05.278 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:43:05.279 TRACE [main][WidgetHandler] Notify Button with event 27 08:43:05.279 TRACE [main][WidgetHandler] Wait for synchronization 08:43:05.279 TRACE [main][WidgetHandler] Notify Button with event 13 08:43:05.279 TRACE [main][WidgetHandler] Wait for synchronization 08:43:05.279 TRACE [main][WidgetHandler] Notify Button with event 26 08:43:05.279 TRACE [main][WidgetHandler] Wait for synchronization 08:43:05.279 TRACE [main][WidgetHandler] Notify Button with event 3 08:43:05.279 TRACE [main][WidgetHandler] Wait for synchronization 08:43:05.279 TRACE [main][WidgetHandler] Notify Button with event 4 08:43:05.279 TRACE [main][WidgetHandler] Wait for synchronization 08:43:05.279 TRACE [main][WidgetHandler] Notify Button with event 13 08:43:05.279 TRACE [main][WidgetHandler] Wait for synchronization 08:43:05.279 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:43:05.279 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:05.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:05.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:05.279 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:05.279 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:05.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:05.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:05.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:05.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:05.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:05.280 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:05.280 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16) 08:43:05.280 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:05.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:05.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:05.280 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:05.280 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:05.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:05.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:05.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:05.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:05.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:43:05.281 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 16) 08:43:05.281 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:05.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:05.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:05.281 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:05.281 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:05.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:05.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:43:05.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:43:05.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:05.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 08:43:05.282 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:05.282 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:05.282 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:05.282 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:05.282 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:05.282 INFO [main][AbstractShell] Close shell Testing shell 08:43:05.282 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:05.288 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:05.288 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:05.288 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:43:05.288 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:05.288 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:05.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:05.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:05.294 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:43:05.294 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:05.294 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:43:05.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:43:05.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:05.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:05.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:05.322 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 2) 08:43:05.322 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:05.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:05.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:05.343 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:05.343 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:05.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:05.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:43:05.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:43:05.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:05.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 08:43:05.344 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 08:43:05.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:43:05.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:43:05.344 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:43:05.344 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:43:05.345 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:43:05.345 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:05.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:05.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:05.345 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:05.345 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:05.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:05.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:05.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:05.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:05.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:05.345 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:05.346 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:05.346 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:05.346 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:05.346 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:05.346 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:05.346 INFO [main][AbstractShell] Close shell Testing shell 08:43:05.346 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:05.352 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:05.352 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:05.352 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:43:05.352 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:05.352 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:05.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:05.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:05.357 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:43:05.358 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:05.358 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:43:05.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:43:05.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:05.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:05.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:05.385 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 8) 08:43:05.385 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:05.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:05.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:05.406 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:05.406 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:05.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:05.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:43:05.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:43:05.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:05.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 08:43:05.406 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON2 08:43:05.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:43:05.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:43:05.406 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:43:05.406 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:43:05.407 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:43:05.407 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:05.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:05.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:05.407 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:05.407 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:05.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:05.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:05.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:05.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:05.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:05.407 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:05.408 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:05.408 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:05.408 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:05.409 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:05.409 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:05.409 INFO [main][AbstractShell] Close shell Testing shell 08:43:05.409 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:05.414 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:05.414 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:05.414 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:43:05.414 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:05.414 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:05.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:05.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:05.421 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:43:05.421 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:05.421 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:43:05.421 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:43:05.421 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:05.421 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:05.421 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:05.438 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, with key 'buttonTestId' and value 'CHECK-BOX#1') 08:43:05.438 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:05.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:05.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:05.463 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:05.463 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:05.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:05.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:05.463 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:43:05.463 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:43:05.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:05.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:05.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:43:05.464 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 08:43:05.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:43:05.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:43:05.464 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:43:05.464 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:43:05.464 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:43:05.464 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:05.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:05.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:05.464 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:05.464 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:05.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:05.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:05.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:05.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:05.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:05.465 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:05.465 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:05.466 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:05.466 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:05.466 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:05.466 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:05.466 INFO [main][AbstractShell] Close shell Testing shell 08:43:05.466 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:05.472 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:05.472 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:05.472 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:43:05.472 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:05.472 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:05.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:05.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:05.493 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:43:05.493 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:05.493 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:43:05.493 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:43:05.493 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:05.493 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:05.493 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:05.510 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 4 and following matchers specified (Widget matcher matching widgets with style: 16) 08:43:05.510 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:05.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:05.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:05.531 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:05.531 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:05.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:05.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:43:05.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:43:06.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:43:06.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:43:06.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:43:06.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:43:06.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:06.534 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was not found 08:43:06.535 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:06.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 08:43:06.535 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:06.535 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:06.535 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:06.535 INFO [main][AbstractShell] Close shell Testing shell 08:43:06.535 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:06.540 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:06.541 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:06.541 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:43:06.541 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:06.541 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:06.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:06.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:06.561 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:43:06.561 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:06.561 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:43:06.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:43:06.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:06.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:06.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:06.578 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_@QWEDSA@") 08:43:06.578 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:06.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:06.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:06.600 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:06.600 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:06.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:06.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:06.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:07.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:07.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:07.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:07.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:07.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:07.604 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:43:07.604 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:07.604 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:07.604 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:07.604 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:07.604 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:07.604 INFO [main][AbstractShell] Close shell Testing shell 08:43:07.604 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:07.610 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:07.610 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:07.610 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:43:07.610 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:07.610 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:07.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:07.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:07.630 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:43:07.630 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:07.630 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:43:07.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:43:07.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:07.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:07.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:07.647 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2, with key 'buttonTestId' and value 'TOOGLE-BUTTON#2') 08:43:07.647 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:07.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:07.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:07.669 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:07.669 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:07.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:07.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:07.669 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:43:07.669 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:43:07.669 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:43:07.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:07.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:07.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:43:07.670 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 08:43:07.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:43:07.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:43:07.670 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:43:07.670 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:43:07.670 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:43:07.670 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:07.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:07.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:07.670 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:07.670 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:07.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:07.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:07.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:07.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:07.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:07.671 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:07.671 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:07.671 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:07.671 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:07.672 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:07.672 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:07.672 INFO [main][AbstractShell] Close shell Testing shell 08:43:07.672 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:07.677 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:07.678 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:07.678 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:43:07.678 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:07.678 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:07.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:07.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:07.683 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:43:07.683 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:43:07.683 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:07.683 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:07.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:07.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.937 s - in org.eclipse.reddeer.swt.test.impl.button.ButtonTest toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.071 s findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.083 s findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.101 s findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.065 s findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.065 s toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.069 s findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.082 s findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.059 s findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.072 s findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.071 s findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.072 s findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.096 s findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.071 s findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.067 s findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.09 s findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.053 s findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.078 s toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.069 s findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.057 s findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.083 s findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.053 s findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.063 s findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.063 s findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.072 s findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.068 s findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.069 s findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.053 s Running org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 08:43:07.690 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 08:43:07.690 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:43:07.690 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:07.690 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 08:43:07.690 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:07.690 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:43:07.691 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:07.691 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:43:07.691 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:07.691 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:07.691 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 08:43:07.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 08:43:07.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:07.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:07.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:07.744 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 08:43:07.744 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:07.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:07.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:07.744 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:07.744 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:07.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:07.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:07.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:08.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:08.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:08.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:08.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:08.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:08.747 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:43:08.748 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:08.748 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:08.748 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:08.748 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:08.748 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:08.748 INFO [main][AbstractShell] Close shell Testing shell 08:43:08.748 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:08.756 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:08.756 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:08.756 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 08:43:08.756 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:08.756 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:08.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:08.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:08.776 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 08:43:08.776 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:08.776 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 08:43:08.776 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 08:43:08.776 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:08.776 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:08.776 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:08.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 08:43:08.816 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:08.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:08.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:08.816 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:08.816 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:08.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:08.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:08.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:08.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:08.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:43:08.817 INFO [WorkbenchTestable][AbstractButton] Click button &OK 08:43:08.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:43:08.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:43:08.817 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:43:08.817 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:43:08.818 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:43:08.818 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:08.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:08.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:08.818 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:08.818 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:08.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:08.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:08.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:08.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:08.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:08.819 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:08.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 "Cancel", Widget matcher matching widgets with style: 8) 08:43:08.820 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:08.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:08.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:08.820 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:08.820 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:08.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:08.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:08.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:08.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:08.821 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:43:08.822 INFO [WorkbenchTestable][AbstractButton] Click button &Cancel 08:43:08.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:43:08.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:43:08.822 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:43:08.822 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:43:08.823 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:43:08.823 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:08.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:08.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:08.823 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:08.823 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:08.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:08.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:08.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:08.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:08.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:43:08.825 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:43:08.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:43:08.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:43:08.825 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:43:08.825 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:43:08.826 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "< Back", Widget matcher matching widgets with style: 8) 08:43:08.826 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:08.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:08.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:08.826 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:08.826 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:08.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:08.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:08.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:08.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:08.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:43:08.832 INFO [WorkbenchTestable][AbstractButton] Click button < &Back 08:43:08.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:43:08.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:43:08.832 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:43:08.832 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:43:08.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Yes", Widget matcher matching widgets with style: 8) 08:43:08.833 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:08.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:08.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:08.833 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:08.833 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:08.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:08.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:08.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:08.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:08.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:43:08.834 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 08:43:08.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:43:08.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:43:08.834 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:43:08.834 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:43:08.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "No", Widget matcher matching widgets with style: 8) 08:43:08.835 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:08.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:08.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:08.835 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:08.835 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:08.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:08.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:08.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:08.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:08.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:43:08.836 INFO [WorkbenchTestable][AbstractButton] Click button &No 08:43:08.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:43:08.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:43:08.836 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:43:08.836 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:43:08.837 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 08:43:08.837 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:08.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:08.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:08.837 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:08.837 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:08.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:08.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:08.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:08.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:08.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:43:08.838 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:43:08.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:43:08.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:43:08.838 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:43:08.838 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:43:08.839 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:08.839 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:08.839 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:08.839 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:08.839 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:08.839 INFO [main][AbstractShell] Close shell Testing shell 08:43:08.839 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:08.847 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:08.847 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:08.847 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 08:43:08.847 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:08.847 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:08.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:08.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:08.853 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 08:43:08.853 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 08:43:08.853 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:08.853 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:08.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:08.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.164 s - in org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) Time elapsed: 1.085 s testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) Time elapsed: 0.077 s Running org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:43:08.858 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:43:08.859 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:43:08.859 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:08.859 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:43:08.859 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:08.859 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:43:08.871 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:08.871 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:43:08.871 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:08.872 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:08.872 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:43:08.872 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:43:08.872 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:08.872 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:08.872 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:08.881 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:43:08.881 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:08.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:08.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:08.896 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:08.896 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:08.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:08.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:08.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:08.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:08.896 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:08.896 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:08.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 08:43:08.899 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:08.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:08.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:08.899 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:08.899 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:08.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:08.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:08.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:08.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:08.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:43:08.903 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link1' and index 0 08:43:08.903 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 08:43:08.903 TRACE [main][WidgetHandler] Notify Link with event 3 08:43:08.903 TRACE [main][WidgetHandler] Wait for synchronization 08:43:08.903 TRACE [main][WidgetHandler] Notify Link with event 4 08:43:08.903 TRACE [main][WidgetHandler] Wait for synchronization 08:43:08.903 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link2") 08:43:08.903 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:08.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:08.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:08.904 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:08.904 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:08.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:08.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:08.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:08.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:08.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:43:08.904 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link2' and index 0 08:43:08.904 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 08:43:08.904 TRACE [main][WidgetHandler] Notify Link with event 3 08:43:08.904 TRACE [main][WidgetHandler] Wait for synchronization 08:43:08.905 TRACE [main][WidgetHandler] Notify Link with event 4 08:43:08.905 TRACE [main][WidgetHandler] Wait for synchronization 08:43:08.905 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link2") 08:43:08.905 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:08.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:08.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:08.905 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:08.905 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:08.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:08.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:08.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:08.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:08.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:43:08.905 INFO [WorkbenchTestable][AbstractLink] Click link with text 'links' and index 0 08:43:08.906 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 08:43:08.906 TRACE [main][WidgetHandler] Notify Link with event 3 08:43:08.906 TRACE [main][WidgetHandler] Wait for synchronization 08:43:08.906 TRACE [main][WidgetHandler] Notify Link with event 4 08:43:08.906 TRACE [main][WidgetHandler] Wait for synchronization 08:43:08.907 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 08:43:08.907 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:08.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:08.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:08.907 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:08.907 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:08.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:08.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:08.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:08.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:08.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:43:08.908 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 08:43:08.908 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 08:43:08.908 TRACE [main][WidgetHandler] Notify Link with event 3 08:43:08.909 TRACE [main][WidgetHandler] Wait for synchronization 08:43:08.909 TRACE [main][WidgetHandler] Notify Link with event 4 08:43:08.909 TRACE [main][WidgetHandler] Wait for synchronization 08:43:08.909 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "links") 08:43:08.909 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:08.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:08.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:08.909 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:08.909 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:08.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:08.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:08.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:08.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:08.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:43:08.910 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 08:43:08.910 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 08:43:08.910 TRACE [main][WidgetHandler] Notify Link with event 3 08:43:08.910 TRACE [main][WidgetHandler] Wait for synchronization 08:43:08.910 TRACE [main][WidgetHandler] Notify Link with event 4 08:43:08.910 TRACE [main][WidgetHandler] Wait for synchronization 08:43:08.910 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "links") 08:43:08.910 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:08.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:08.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:08.911 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:08.911 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:08.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:08.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:08.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:08.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:08.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:43:08.911 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 08:43:08.911 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 08:43:08.911 TRACE [main][WidgetHandler] Notify Link with event 3 08:43:08.911 TRACE [main][WidgetHandler] Wait for synchronization 08:43:08.912 TRACE [main][WidgetHandler] Notify Link with event 4 08:43:08.912 TRACE [main][WidgetHandler] Wait for synchronization 08:43:08.912 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:08.912 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:08.912 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:08.912 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:08.912 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:08.912 INFO [main][AbstractShell] Close shell Testing shell 08:43:08.912 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:08.916 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:08.916 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:08.916 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:43:08.916 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:08.916 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:08.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:08.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:08.922 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:43:08.922 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:08.922 INFO [WorkbenchTestable][RequirementsRunner] Started test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:43:08.922 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:43:08.922 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:08.922 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:08.922 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:08.948 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 08:43:08.948 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:08.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:08.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:08.966 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:08.966 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:08.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:08.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:08.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:08.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:08.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:43:08.966 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link2") 08:43:08.966 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:08.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:08.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:08.967 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:08.967 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:08.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:08.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:08.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:08.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:08.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:43:08.967 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:08.967 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:08.967 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:08.967 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:08.967 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:08.967 INFO [main][AbstractShell] Close shell Testing shell 08:43:08.967 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:08.971 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:08.971 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:08.971 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:43:08.971 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:08.971 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:08.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:08.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:08.990 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:43:08.990 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:08.990 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:43:08.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:43:08.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:08.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:08.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:08.996 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 08:43:08.996 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:09.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.022 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:09.022 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:09.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:09.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:09.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:09.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:09.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:43:09.023 INFO [WorkbenchTestable][AbstractLink] Click link with text 'wrongText' and index 0 08:43:09.023 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:09.023 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:09.023 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:09.023 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:09.023 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:09.023 INFO [main][AbstractShell] Close shell Testing shell 08:43:09.023 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:09.026 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:09.026 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:09.026 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:43:09.026 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:09.026 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:09.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.031 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:43:09.031 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:09.031 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:43:09.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:43:09.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:09.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:09.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:09.037 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 08:43:09.037 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:09.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.055 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:09.055 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:09.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:09.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:09.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:09.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:09.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:43:09.055 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 08:43:09.055 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:09.056 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:09.056 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:09.056 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:09.056 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:09.056 INFO [main][AbstractShell] Close shell Testing shell 08:43:09.056 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:09.059 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:09.059 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:09.059 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:43:09.059 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:09.059 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:09.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.064 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:43:09.064 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:09.065 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:43:09.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:43:09.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:09.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:09.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:09.071 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 08:43:09.071 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:09.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.088 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:09.088 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:09.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:09.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:09.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:09.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:09.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:43:09.088 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link2") 08:43:09.088 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:09.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.089 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:09.089 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:09.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:09.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:09.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:09.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:09.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:43:09.089 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:09.089 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:09.089 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:09.089 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:09.089 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:09.089 INFO [main][AbstractShell] Close shell Testing shell 08:43:09.089 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:09.092 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:09.092 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:09.093 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:43:09.093 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:09.093 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:09.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.097 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:43:09.098 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:09.098 INFO [WorkbenchTestable][RequirementsRunner] Started test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:43:09.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:43:09.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:09.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:09.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:09.104 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 08:43:09.104 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:09.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.121 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:09.121 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:09.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:09.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:09.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:09.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:09.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:43:09.122 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link2") 08:43:09.122 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:09.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.122 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:09.122 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:09.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:09.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:09.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:09.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:09.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:43:09.123 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:09.123 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:09.123 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:09.123 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:09.123 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:09.123 INFO [main][AbstractShell] Close shell Testing shell 08:43:09.123 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:09.128 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:09.128 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:09.128 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:43:09.128 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:09.128 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:09.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.134 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:43:09.134 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:09.134 INFO [WorkbenchTestable][RequirementsRunner] Started test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:43:09.134 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:43:09.134 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:09.134 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:09.134 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:09.140 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:43:09.140 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:09.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.158 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:09.158 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:09.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:09.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:09.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:09.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:09.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:09.158 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:09.159 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "same") 08:43:09.159 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:09.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.159 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:09.159 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:09.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:09.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:09.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:09.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:09.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:43:09.160 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 0 08:43:09.160 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same1' 08:43:09.160 TRACE [main][WidgetHandler] Notify Link with event 3 08:43:09.160 TRACE [main][WidgetHandler] Wait for synchronization 08:43:09.160 TRACE [main][WidgetHandler] Notify Link with event 4 08:43:09.160 TRACE [main][WidgetHandler] Wait for synchronization 08:43:09.160 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 1 08:43:09.160 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same2' 08:43:09.160 TRACE [main][WidgetHandler] Notify Link with event 3 08:43:09.160 TRACE [main][WidgetHandler] Wait for synchronization 08:43:09.160 TRACE [main][WidgetHandler] Notify Link with event 4 08:43:09.160 TRACE [main][WidgetHandler] Wait for synchronization 08:43:09.160 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:09.160 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:09.160 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:09.161 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:09.161 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:09.161 INFO [main][AbstractShell] Close shell Testing shell 08:43:09.161 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:09.164 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:09.164 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:09.164 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:43:09.164 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:09.164 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:09.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.170 INFO [WorkbenchTestable][RequirementsRunner] Finished test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:43:09.170 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:43:09.170 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:09.170 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:09.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.313 s - in org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.05 s stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.068 s clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.041 s clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.033 s getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.032 s getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.036 s sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.036 s Running org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:43:09.174 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:43:09.175 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:43:09.175 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:09.175 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:43:09.175 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:09.175 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:43:09.188 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:09.188 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:43:09.188 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:09.188 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:09.188 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:43:09.188 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:43:09.188 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:09.188 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:09.188 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:09.213 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:43:09.213 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:09.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.228 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:09.228 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:09.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:09.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:09.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:09.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:09.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:09.228 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:09.229 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 08:43:09.229 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:09.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.229 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:09.229 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:09.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:09.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:09.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:09.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:09.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:43:09.230 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link1' and index 0 08:43:09.230 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 08:43:09.230 TRACE [main][WidgetHandler] Notify Link with event 3 08:43:09.230 TRACE [main][WidgetHandler] Wait for synchronization 08:43:09.230 TRACE [main][WidgetHandler] Notify Link with event 4 08:43:09.230 TRACE [main][WidgetHandler] Wait for synchronization 08:43:09.230 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified 08:43:09.230 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:09.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.231 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:09.231 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:09.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:09.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:43:09.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:43:09.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:09.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 08:43:09.231 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link2' and index 0 08:43:09.231 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 08:43:09.231 TRACE [main][WidgetHandler] Notify Link with event 3 08:43:09.231 TRACE [main][WidgetHandler] Wait for synchronization 08:43:09.231 TRACE [main][WidgetHandler] Notify Link with event 4 08:43:09.231 TRACE [main][WidgetHandler] Wait for synchronization 08:43:09.231 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified 08:43:09.231 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:09.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.231 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:09.231 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:09.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:09.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:43:09.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:43:09.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:09.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 08:43:09.231 INFO [WorkbenchTestable][AbstractLink] Click link with text 'links' and index 0 08:43:09.232 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 08:43:09.232 TRACE [main][WidgetHandler] Notify Link with event 3 08:43:09.232 TRACE [main][WidgetHandler] Wait for synchronization 08:43:09.232 TRACE [main][WidgetHandler] Notify Link with event 4 08:43:09.232 TRACE [main][WidgetHandler] Wait for synchronization 08:43:09.232 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 08:43:09.232 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:09.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.232 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:09.232 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:09.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:09.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:09.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:09.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:09.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:43:09.232 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 08:43:09.232 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 08:43:09.232 TRACE [main][WidgetHandler] Notify Link with event 3 08:43:09.232 TRACE [main][WidgetHandler] Wait for synchronization 08:43:09.232 TRACE [main][WidgetHandler] Notify Link with event 4 08:43:09.232 TRACE [main][WidgetHandler] Wait for synchronization 08:43:09.232 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified 08:43:09.232 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:09.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.233 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:09.233 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:09.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:09.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:43:09.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:43:09.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:09.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 08:43:09.233 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 08:43:09.233 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 08:43:09.233 TRACE [main][WidgetHandler] Notify Link with event 3 08:43:09.233 TRACE [main][WidgetHandler] Wait for synchronization 08:43:09.233 TRACE [main][WidgetHandler] Notify Link with event 4 08:43:09.233 TRACE [main][WidgetHandler] Wait for synchronization 08:43:09.233 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified 08:43:09.233 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:09.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.233 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:09.233 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:09.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:09.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:43:09.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:43:09.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:09.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 08:43:09.233 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 08:43:09.233 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 08:43:09.234 TRACE [main][WidgetHandler] Notify Link with event 3 08:43:09.234 TRACE [main][WidgetHandler] Wait for synchronization 08:43:09.234 TRACE [main][WidgetHandler] Notify Link with event 4 08:43:09.234 TRACE [main][WidgetHandler] Wait for synchronization 08:43:09.234 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:09.234 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:09.234 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:09.234 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:09.234 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:09.234 INFO [main][AbstractShell] Close shell Testing shell 08:43:09.234 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:09.237 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:09.237 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:09.238 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:43:09.238 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:09.238 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:09.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.243 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:43:09.243 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:09.243 INFO [WorkbenchTestable][RequirementsRunner] Started test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:43:09.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:43:09.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:09.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:09.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:09.250 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "This is a link1") 08:43:09.250 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:09.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.267 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:09.267 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:09.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:09.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:09.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:09.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:09.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:43:09.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "This is another link2 with two links") 08:43:09.268 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:09.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.268 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:09.268 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:09.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:09.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:09.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:09.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:09.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:43:09.269 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:09.269 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:09.269 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:09.269 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:09.269 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:09.269 INFO [main][AbstractShell] Close shell Testing shell 08:43:09.269 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:09.272 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:09.272 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:09.272 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:43:09.272 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:09.272 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:09.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.278 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:43:09.278 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:09.278 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:43:09.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:43:09.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:09.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:09.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:09.284 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 08:43:09.284 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:09.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.319 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:09.319 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:09.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:09.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:09.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:09.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:09.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:43:09.320 INFO [WorkbenchTestable][AbstractLink] Click link with text 'wrongText' and index 0 08:43:09.320 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:09.320 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:09.320 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:09.320 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:09.320 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:09.320 INFO [main][AbstractShell] Close shell Testing shell 08:43:09.320 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:09.324 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:09.324 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:09.324 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:43:09.324 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:09.324 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:09.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.329 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:43:09.329 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:09.329 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:43:09.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:43:09.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:09.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:09.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:09.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 08:43:09.335 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:09.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.354 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:09.354 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:09.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:09.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:09.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:09.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:09.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:43:09.354 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 08:43:09.354 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:09.354 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:09.354 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:09.355 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:09.355 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:09.355 INFO [main][AbstractShell] Close shell Testing shell 08:43:09.355 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:09.358 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:09.358 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:09.358 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:43:09.358 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:09.358 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:09.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.364 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:43:09.364 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:09.364 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:43:09.364 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:43:09.364 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:09.364 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:09.364 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:09.371 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 08:43:09.371 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:09.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.389 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:09.389 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:09.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:09.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:09.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:09.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:09.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:43:09.389 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified 08:43:09.389 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:09.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.390 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:09.390 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:09.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:09.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:43:09.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:43:09.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:09.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 08:43:09.390 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:09.390 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:09.390 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:09.390 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:09.390 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:09.390 INFO [main][AbstractShell] Close shell Testing shell 08:43:09.390 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:09.393 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:09.394 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:09.394 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:43:09.394 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:09.394 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:09.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.399 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:43:09.399 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:09.399 INFO [WorkbenchTestable][RequirementsRunner] Started test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:43:09.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:43:09.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:09.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:09.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:09.409 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 08:43:09.409 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:09.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.427 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:09.427 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:09.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:09.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:09.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:09.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:09.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:43:09.428 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified 08:43:09.428 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:09.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.428 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:09.428 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:09.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:09.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:43:09.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:43:09.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:09.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 08:43:09.428 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:09.428 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:09.428 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:09.429 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:09.429 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:09.429 INFO [main][AbstractShell] Close shell Testing shell 08:43:09.429 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:09.432 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:09.432 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:09.432 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:43:09.432 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:09.432 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:09.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.451 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:43:09.451 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:09.452 INFO [WorkbenchTestable][RequirementsRunner] Started test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:43:09.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:43:09.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:09.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:09.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:09.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:43:09.459 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:09.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.465 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:09.465 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:09.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:09.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:09.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:09.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:09.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:09.465 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:09.466 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 2 and no matchers specified 08:43:09.466 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:09.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.466 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:09.466 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:09.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:09.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:43:09.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:43:09.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:09.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 2 was found 08:43:09.467 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 0 08:43:09.467 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same1' 08:43:09.467 TRACE [main][WidgetHandler] Notify Link with event 3 08:43:09.467 TRACE [main][WidgetHandler] Wait for synchronization 08:43:09.467 TRACE [main][WidgetHandler] Notify Link with event 4 08:43:09.467 TRACE [main][WidgetHandler] Wait for synchronization 08:43:09.467 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 1 08:43:09.467 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same2' 08:43:09.467 TRACE [main][WidgetHandler] Notify Link with event 3 08:43:09.467 TRACE [main][WidgetHandler] Wait for synchronization 08:43:09.467 TRACE [main][WidgetHandler] Notify Link with event 4 08:43:09.467 TRACE [main][WidgetHandler] Wait for synchronization 08:43:09.467 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:09.467 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:09.467 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:09.468 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:09.468 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:09.468 INFO [main][AbstractShell] Close shell Testing shell 08:43:09.468 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:09.471 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:09.471 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:09.471 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:43:09.471 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:09.471 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:09.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.498 INFO [WorkbenchTestable][RequirementsRunner] Finished test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:43:09.498 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:43:09.498 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:09.498 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:09.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.498 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.055 s stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.035 s clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.051 s clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.035 s getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.035 s getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.052 s sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.046 s Running org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:43:09.504 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:43:09.505 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:43:09.505 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:09.505 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:43:09.505 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:09.505 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:43:09.506 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:09.506 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:43:09.506 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:09.506 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:09.506 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:43:09.506 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:43:09.506 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:09.506 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:09.506 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:09.517 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:09.517 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:09.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.533 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:09.533 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:09.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:09.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:09.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:09.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:09.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:09.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 08:43:09.536 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:09.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:09.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:09.536 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:09.536 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:09.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:09.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:09.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:09.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:09.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:09.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:43:09.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:43:09.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:43:09.537 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:09.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:10.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:10.038 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:10.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:43:10.041 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:10.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:10.041 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:43:10.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:10.042 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:10.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:43:10.042 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:43:10.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:10.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:10.542 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:43:10.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:43:10.545 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:43:10.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:10.545 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:43:10.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:10.545 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:43:10.545 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:10.545 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:10.545 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:10.546 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:10.546 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:10.546 INFO [main][AbstractShell] Close shell Testing shell 08:43:10.546 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:10.549 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:10.549 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:10.550 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:43:10.550 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:10.550 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:10.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:10.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:10.555 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:43:10.555 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:10.556 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:43:10.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:43:10.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:10.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:10.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:10.564 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:10.564 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:10.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:10.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:10.583 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:10.583 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:10.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:10.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:10.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:10.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:10.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:10.585 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:10.585 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:10.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:10.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:10.586 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:10.586 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:10.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:10.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:10.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:10.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:10.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:10.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:43:10.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:43:10.586 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:10.586 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:10.586 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:10.586 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:10.586 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:10.586 INFO [main][AbstractShell] Close shell Testing shell 08:43:10.586 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:10.590 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:10.590 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:10.590 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:43:10.590 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:10.590 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:10.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:10.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:10.595 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:43:10.596 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:10.596 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:43:10.596 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:43:10.596 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:10.596 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:10.596 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:10.605 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:10.605 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:10.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:10.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:10.624 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:10.624 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:10.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:10.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:10.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:10.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:10.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:10.625 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:10.625 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:10.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:10.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:10.626 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:10.626 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:10.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:10.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:10.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:10.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:10.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:10.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:43:10.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:43:10.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:43:10.626 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:10.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:11.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:11.127 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:11.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:43:11.129 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:11.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:11.129 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:43:11.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:11.129 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:11.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:43:11.129 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:43:11.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:11.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:11.630 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:43:11.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:43:11.633 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:43:11.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:11.633 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:43:11.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:11.633 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:43:11.634 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:11.634 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:11.634 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:11.634 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:11.634 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:11.634 INFO [main][AbstractShell] Close shell Testing shell 08:43:11.634 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:11.638 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:11.638 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:11.638 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:43:11.638 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:11.638 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:11.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:11.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:11.644 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:43:11.644 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:11.644 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:43:11.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:43:11.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:11.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:11.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:11.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 08:43:11.654 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:11.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:11.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:11.673 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:11.673 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:11.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:11.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:11.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:11.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:11.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:11.675 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:11.675 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:11.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:11.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:11.675 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:11.675 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:11.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:11.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:11.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:11.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:11.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:11.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:43:11.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:43:11.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:43:11.676 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:11.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:12.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:12.176 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:12.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:43:12.179 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:12.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:12.179 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:43:12.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:12.179 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:12.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:43:12.179 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:43:12.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:12.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:12.680 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:43:12.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:43:12.682 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:43:12.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:12.682 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:43:12.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:12.682 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:43:12.683 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:12.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 08:43:12.683 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:12.683 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:12.683 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:12.683 INFO [main][AbstractShell] Close shell Testing shell 08:43:12.683 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:12.687 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:12.687 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:12.687 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:43:12.687 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:12.687 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:12.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:12.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:12.692 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:43:12.693 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:12.693 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:43:12.693 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:43:12.693 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:12.693 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:12.693 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:12.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 08:43:12.702 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:12.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:12.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:12.722 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:12.722 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:12.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:12.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:12.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:12.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:12.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:12.724 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:12.724 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:12.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:12.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:12.724 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:12.724 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:12.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:12.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:12.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:12.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:12.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:12.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:43:12.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:43:12.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:43:12.725 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:12.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:13.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:13.225 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:13.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:43:13.227 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:13.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:13.228 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:43:13.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:13.228 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:13.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:43:13.228 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:43:13.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:13.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:13.728 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:43:13.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:43:13.731 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:43:13.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:13.731 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:43:13.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:13.731 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:43:13.732 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:13.732 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:13.732 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:13.732 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:13.732 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:13.732 INFO [main][AbstractShell] Close shell Testing shell 08:43:13.732 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:13.736 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:13.736 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:13.736 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:43:13.736 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:13.736 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:13.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:13.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:13.744 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:43:13.744 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:13.744 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:43:13.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:43:13.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:13.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:13.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:13.765 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:13.765 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:13.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:13.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:13.780 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:13.780 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:13.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:13.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:13.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:13.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:13.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:13.782 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:13.782 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:13.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:13.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:13.783 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:13.783 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:13.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:13.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:13.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:13.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:13.783 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:13.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:43:13.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:43:13.783 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item AA of tree item A 08:43:13.783 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:13.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:14.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:14.283 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:14.286 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:14.286 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:14.286 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:14.287 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:14.287 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:14.287 INFO [main][AbstractShell] Close shell Testing shell 08:43:14.287 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:14.290 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:14.290 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:14.290 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:43:14.290 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:14.290 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:14.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:14.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:14.318 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:43:14.318 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:14.318 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:43:14.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:43:14.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:14.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:14.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:14.402 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:14.402 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:14.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:14.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:14.448 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:14.448 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:14.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:14.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:14.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:14.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:14.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:14.455 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:14.455 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:14.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:14.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:14.455 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:14.455 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:14.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:14.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:14.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:14.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:14.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:14.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:43:14.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:43:14.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:43:14.456 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:14.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:14.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:14.956 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:14.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:43:14.959 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:14.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:14.959 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:43:14.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:14.959 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:14.962 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 08:43:14.963 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:43:14.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:14.963 DEBUG [main][TreeEventsListener] Calling method treeExpanded() 08:43:15.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:15.463 DEBUG [main][TreeEventsListener] Calling method treeExpanded() 08:43:15.463 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:43:15.467 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item AA 08:43:15.467 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item AA 08:43:15.468 DEBUG [main][TreeItemHandler] Setting tree item AA collapsed 08:43:15.468 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 08:43:15.468 DEBUG [main][TreeEventsListener] Calling method treeCollapsed() 08:43:15.468 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: AA 08:43:15.469 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:15.469 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:15.469 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:15.470 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:15.470 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:15.470 INFO [main][AbstractShell] Close shell Testing shell 08:43:15.470 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:15.474 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:15.474 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:15.475 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:43:15.475 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:15.475 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:15.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:15.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:15.482 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:43:15.482 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:15.482 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:43:15.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:43:15.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:15.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:15.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:15.494 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:15.494 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:15.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:15.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:15.522 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:15.522 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:15.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:15.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:15.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:15.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:15.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:15.525 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:15.525 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:15.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:15.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:15.525 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:15.525 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:15.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:15.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:15.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:15.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:15.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:15.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:43:15.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:43:15.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:43:15.526 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:15.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:16.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:16.026 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:16.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:43:16.030 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:16.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:16.030 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:43:16.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:16.030 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:16.030 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item AA 08:43:16.030 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item AA: 08:43:16.031 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 08:43:16.032 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 08:43:16.032 DEBUG [main][TreeEventsListener] It was check event: true 08:43:16.032 INFO [WorkbenchTestable][TreeItemHandler] Checked: AA 08:43:16.032 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item AA 08:43:16.032 DEBUG [WorkbenchTestable][TreeItemHandler] UncheckTree Item AA: 08:43:16.033 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 08:43:16.033 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 08:43:16.033 DEBUG [main][TreeEventsListener] It was check event: true 08:43:16.033 INFO [WorkbenchTestable][TreeItemHandler] Unchecked: AA 08:43:16.033 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:16.033 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:16.033 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:16.034 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:16.034 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:16.034 INFO [main][AbstractShell] Close shell Testing shell 08:43:16.034 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:16.037 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:16.037 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:16.037 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:43:16.038 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:16.038 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:16.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:16.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:16.044 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:43:16.044 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:16.044 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:43:16.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:43:16.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:16.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:16.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:16.056 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:16.056 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:16.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:16.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:16.083 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:16.083 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:16.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:16.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:16.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:16.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:16.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:16.085 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:16.085 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:16.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:16.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:16.086 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:16.086 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:16.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:16.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:16.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:16.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:16.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:16.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:43:16.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:43:16.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children... 08:43:16.086 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 08:43:16.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:16.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:16.587 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 08:43:16.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children finished successfully 08:43:16.590 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 08:43:16.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:16.591 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item is already expanded. No action performed 08:43:16.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:16.591 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 08:43:16.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children... 08:43:16.591 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 08:43:16.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:17.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:17.091 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 08:43:17.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children finished successfully 08:43:17.094 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 08:43:17.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:17.094 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item is already expanded. No action performed 08:43:17.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:17.094 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 08:43:17.094 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:17.094 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:17.095 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:17.095 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:17.095 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:17.095 INFO [main][AbstractShell] Close shell Testing shell 08:43:17.095 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:17.098 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:17.099 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:17.099 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:43:17.099 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:17.099 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:17.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:17.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:17.117 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:43:17.117 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:17.117 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:43:17.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:43:17.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:17.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:17.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:17.126 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:17.126 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:17.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:17.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:17.132 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:17.132 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:17.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:17.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:17.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:17.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:17.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:17.134 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:17.134 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:17.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:17.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:17.134 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:17.134 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:17.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:17.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:17.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:17.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:17.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:17.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:43:17.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:43:17.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:43:17.134 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:17.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:17.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:17.635 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:17.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:43:17.637 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:17.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:17.638 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:43:17.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:17.638 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:17.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:43:17.638 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:43:17.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:18.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:18.138 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:43:18.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:43:18.141 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:43:18.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:18.141 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:43:18.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:18.141 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:43:18.142 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:18.142 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:18.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:18.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:18.142 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:18.142 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:18.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:18.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:18.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:18.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:18.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:18.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:43:18.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:43:18.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem B has children... 08:43:18.142 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 08:43:18.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:18.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:18.643 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 08:43:18.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem B has children finished successfully 08:43:18.644 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 08:43:18.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:18.644 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 08:43:18.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:18.644 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 08:43:18.644 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:18.644 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:18.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:18.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:18.644 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:18.644 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:18.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:18.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:18.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:18.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:18.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:18.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:43:18.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:43:18.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:43:18.644 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:18.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:18.645 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:43:18.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:18.645 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:18.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:43:18.645 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:18.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:18.645 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:43:18.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:18.645 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:18.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:43:18.645 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:43:18.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:18.645 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:43:18.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:18.645 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:43:18.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:43:18.645 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:43:18.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:18.645 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:43:18.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:18.645 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:43:18.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:18.645 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:18.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:18.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:18.646 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:18.646 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:18.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:18.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:18.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:18.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:18.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:18.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:43:18.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:43:18.646 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:18.646 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:18.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:18.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:18.646 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:18.646 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:18.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:18.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:18.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:18.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:18.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:18.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:43:18.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:43:18.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:43:18.646 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:18.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:18.647 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:43:18.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:18.647 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:18.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:43:18.647 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:18.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:18.647 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:43:18.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:18.647 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:18.647 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 08:43:18.647 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 08:43:18.648 DEBUG [main][TreeItemHandler] Set Tree selection 08:43:18.649 DEBUG [main][TreeHandler] Notify Tree about selection event 08:43:18.649 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 08:43:18.649 DEBUG [main][TreeEventsListener] It was check event: false 08:43:18.649 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 08:43:18.649 DEBUG [WorkbenchTestable][TreeItemHandler] AAA 08:43:18.649 DEBUG [WorkbenchTestable][TreeItemHandler] BB 08:43:18.649 DEBUG [WorkbenchTestable][TreeItemHandler] AAB 08:43:18.649 DEBUG [WorkbenchTestable][TreeItemHandler] C 08:43:18.650 INFO [WorkbenchTestable][AbstractTree] Unselect all tree items 08:43:18.651 DEBUG [main][TreeHandler] Unselect all tree items 08:43:18.651 DEBUG [main][TreeHandler] Notify Tree about selection event 08:43:18.651 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 08:43:18.651 DEBUG [main][TreeEventsListener] It was check event: false 08:43:18.651 INFO [WorkbenchTestable][TreeHandler] All tree items unselected 08:43:18.651 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:18.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 08:43:18.651 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:18.652 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:18.652 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:18.652 INFO [main][AbstractShell] Close shell Testing shell 08:43:18.652 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:18.655 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:18.655 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:18.655 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:43:18.655 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:18.655 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:18.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:18.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:18.661 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:43:18.661 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:18.661 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:43:18.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:43:18.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:18.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:18.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:18.670 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:18.670 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:18.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:18.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:18.689 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:18.689 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:18.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:18.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:18.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:18.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:18.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:18.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:18.691 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:18.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:18.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:18.691 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:18.691 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:18.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:18.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:18.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:18.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:18.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:18.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:43:18.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:43:18.692 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:18.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:19.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:19.192 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:19.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:43:19.194 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:43:19.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:19.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:19.695 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:43:19.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:43:19.699 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:43:19.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:19.699 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:43:19.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:19.699 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:43:19.699 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:19.700 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:19.700 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:19.700 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:19.700 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:19.700 INFO [main][AbstractShell] Close shell Testing shell 08:43:19.700 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:19.705 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:19.705 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:19.705 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:43:19.705 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:19.705 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:19.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:19.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:19.732 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:43:19.732 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:19.732 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:43:19.732 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:43:19.733 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:19.733 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:19.733 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:19.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 08:43:19.744 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:19.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:19.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:19.763 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:19.763 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:19.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:19.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:19.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:19.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:19.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:19.765 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:19.765 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:19.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:19.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:19.766 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:19.766 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:19.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:19.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:19.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:19.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:19.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:19.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:43:19.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:43:19.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:43:19.766 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:19.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:20.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:20.267 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:20.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:43:20.270 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:20.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:20.270 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:43:20.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:20.270 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:20.271 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:20.271 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:20.271 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:20.271 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:20.272 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:20.272 INFO [main][AbstractShell] Close shell Testing shell 08:43:20.272 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:20.277 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:20.277 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:20.277 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:43:20.277 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:20.277 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:20.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:20.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:20.305 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:43:20.305 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:20.305 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:43:20.305 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:43:20.305 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:20.305 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:20.305 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:20.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 08:43:20.319 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:20.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:20.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:20.341 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:20.341 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:20.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:20.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:20.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:20.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:20.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:20.343 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:20.343 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:20.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:20.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:20.344 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:20.344 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:20.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:20.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:20.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:20.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:20.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:20.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:43:20.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:43:20.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:43:20.344 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:20.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:20.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:20.844 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:20.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:43:20.847 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:20.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:20.847 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:43:20.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:20.847 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:20.847 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AA 08:43:20.847 DEBUG [main][TreeItemHandler] Selecting tree item: AA 08:43:20.848 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AA about selection 08:43:20.848 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 08:43:20.848 DEBUG [main][TreeEventsListener] It was check event: false 08:43:20.848 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AA 08:43:20.848 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:20.848 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:20.848 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:20.849 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:20.849 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:20.849 INFO [main][AbstractShell] Close shell Testing shell 08:43:20.849 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:20.852 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:20.852 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:20.852 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:43:20.852 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:20.853 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:20.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:20.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:20.858 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:43:20.858 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:20.859 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:43:20.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:43:20.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:20.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:20.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:20.869 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:20.869 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:20.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:20.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:20.888 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:20.888 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:20.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:20.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:20.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:20.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:20.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:20.890 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:20.890 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:20.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:20.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:20.891 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:20.891 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:20.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:20.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:20.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:20.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:20.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:20.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:43:20.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:43:20.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:43:20.891 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:20.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:21.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:21.392 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:21.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:43:21.395 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:21.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:21.395 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:43:21.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:21.396 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:21.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:43:21.396 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:43:21.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:21.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:21.896 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:43:21.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:43:21.899 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:43:21.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:21.899 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:43:21.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:21.899 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:43:21.899 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:21.899 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:21.899 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:21.900 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:21.900 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:21.900 INFO [main][AbstractShell] Close shell Testing shell 08:43:21.900 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:21.903 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:21.903 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:21.903 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:43:21.903 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:21.903 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:21.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:21.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:21.909 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:43:21.909 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:21.909 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:43:21.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:43:21.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:21.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:21.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:21.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:21.931 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:21.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:21.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:21.948 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:21.948 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:21.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:21.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:21.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:21.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:21.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:21.950 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:21.950 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:21.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:21.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:21.951 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:21.951 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:21.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:21.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:21.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:21.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:21.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:21.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:43:21.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:43:21.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:43:21.951 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:21.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:22.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:22.452 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:22.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:43:22.454 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:22.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:22.454 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:43:22.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:22.454 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:22.455 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item AA 08:43:22.455 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AA 08:43:22.455 DEBUG [main][TreeItemHandler] Selecting tree item: AA 08:43:22.455 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AA about selection 08:43:22.455 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 08:43:22.455 DEBUG [main][TreeEventsListener] It was check event: false 08:43:22.455 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AA 08:43:22.455 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:43:22.455 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:43:22.455 DEBUG [main][TreeEventsListener] Calling method handleEvent() with event type: 8 08:43:22.455 DEBUG [main][TreeEventsListener] SWT.MouseDoubleClick event was fired 08:43:22.455 DEBUG [main][TreeEventsListener] Calling method widgetDefaultSelected() 08:43:22.456 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:43:22.456 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:22.456 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:22.456 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:22.457 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:22.457 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:22.457 INFO [main][AbstractShell] Close shell Testing shell 08:43:22.457 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:22.460 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:22.461 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:22.461 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:43:22.461 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:22.461 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:22.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:22.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:22.467 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:43:22.467 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:22.467 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:43:22.467 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:43:22.467 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:22.467 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:22.467 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:22.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 08:43:22.477 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:22.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:22.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:22.497 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:22.497 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:22.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:22.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:22.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:22.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:22.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:22.499 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:22.499 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:22.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:22.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:22.499 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:22.499 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:22.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:22.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:22.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:22.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:22.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:22.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:43:22.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:43:22.499 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait for at least 3 items 08:43:22.500 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:43:22.500 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:22.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:23.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:23.000 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:23.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more... 08:43:23.001 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:43:23.001 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:23.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:23.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:23.502 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:23.502 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:23.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:24.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:24.002 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:24.502 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:43:24.503 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:24.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:25.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:25.003 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:25.003 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:25.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:25.505 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:43:25.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:25.505 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:26.005 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:43:26.005 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:26.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:26.005 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:43:26.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:26.005 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:26.005 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:26.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:26.006 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:43:26.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:26.006 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:26.506 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:43:26.506 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:26.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:26.506 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:43:26.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:26.506 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:26.506 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:26.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:26.506 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:43:26.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:26.506 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:27.007 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:43:27.007 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:27.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:27.007 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:43:27.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:27.007 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:27.007 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:27.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:27.007 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:43:27.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:27.007 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:27.507 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:43:27.508 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:27.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:27.508 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:43:27.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:27.508 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:27.508 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:27.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:27.508 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:43:27.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:27.508 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:27.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more finished successfully 08:43:27.508 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:43:27.508 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:27.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:27.508 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:43:27.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:27.508 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:27.508 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:27.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:27.508 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:43:27.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:27.508 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:27.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 08:43:27.509 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:27.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:27.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:27.509 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:27.509 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:27.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:27.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:27.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:27.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:27.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:27.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:43:27.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:43:27.509 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait for at least 3 items 08:43:27.510 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:43:27.510 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:27.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:28.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:28.010 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:28.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more... 08:43:28.010 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:43:28.010 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:28.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:28.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:28.511 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:28.511 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:28.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:29.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:29.012 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:29.512 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:43:29.512 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:29.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:30.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:30.013 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:30.013 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:30.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:30.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:30.513 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:31.014 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:43:31.014 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:31.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:31.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:31.514 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:31.515 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:31.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:32.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:32.015 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:32.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more failed, an exception will be thrown 08:43:32.016 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:32.016 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:32.016 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:32.016 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:32.016 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:32.016 INFO [main][AbstractShell] Close shell Testing shell 08:43:32.016 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:32.020 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:32.021 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:32.021 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:43:32.021 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:32.021 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:32.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:32.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:32.027 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:43:32.027 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:43:32.027 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:32.027 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:32.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:32.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.524 s - in org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.049 s testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.039 s testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.048 s testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.048 s testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.05 s getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.574 s testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.164 s testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.562 s testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.073 s testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.544 s getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.071 s testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.573 s testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.553 s testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.05 s testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.558 s testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 9.56 s Running org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:43:32.032 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:43:32.033 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:43:32.033 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:32.033 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:43:32.033 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:32.033 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:43:32.041 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:32.041 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:43:32.041 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:32.041 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:32.042 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:43:32.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:43:32.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:32.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:32.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:32.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:32.052 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:32.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:32.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:32.059 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:32.059 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:32.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:32.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:32.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:32.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:32.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:32.079 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:32.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 08:43:32.079 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:32.079 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:32.079 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:32.079 INFO [main][AbstractShell] Close shell Testing shell 08:43:32.079 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:32.083 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:32.083 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:32.083 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:43:32.083 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:32.083 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:32.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:32.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:32.090 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:43:32.090 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:32.090 INFO [WorkbenchTestable][RequirementsRunner] Started test: testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:43:32.090 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:43:32.090 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:32.090 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:32.090 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:32.100 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:32.100 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:32.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:32.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:32.120 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:32.120 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:32.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:32.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:32.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:32.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:32.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:32.122 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:32.122 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:32.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:32.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:32.122 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:32.122 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:32.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:32.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:32.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:32.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:32.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:32.123 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:32.123 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:32.123 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:32.124 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:32.124 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:32.124 INFO [main][AbstractShell] Close shell Testing shell 08:43:32.124 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:32.127 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:32.127 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:32.128 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:43:32.128 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:32.128 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:32.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:32.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:32.135 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:43:32.135 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:32.135 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:43:32.135 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:43:32.135 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:32.135 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:32.135 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:32.147 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:32.147 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:32.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:32.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:32.176 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:32.176 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:32.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:32.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:32.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:32.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:32.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:32.180 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:43:32.180 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:32.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:32.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:32.681 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:32.683 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:43:32.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:32.683 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:43:32.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:32.684 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:43:32.684 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 08:43:32.684 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:43:32.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:33.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:33.184 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:43:33.187 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:43:33.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:33.187 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:43:33.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:33.187 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:43:33.187 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 08:43:33.187 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 08:43:33.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:33.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:33.688 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 08:43:33.688 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 08:43:33.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:34.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:34.188 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 08:43:34.188 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 08:43:34.188 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 08:43:34.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:34.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:34.689 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 08:43:34.689 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 08:43:34.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:35.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:35.189 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 08:43:35.189 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 08:43:35.190 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 08:43:35.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:35.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:35.690 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 08:43:35.691 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 08:43:35.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:35.691 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 08:43:35.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:35.691 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 08:43:35.691 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 08:43:35.691 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 08:43:35.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:36.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:36.191 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 08:43:36.191 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 08:43:36.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:36.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:36.692 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 08:43:36.692 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 08:43:36.692 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 08:43:36.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:37.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:37.192 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 08:43:37.193 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 08:43:37.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:37.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:37.693 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 08:43:37.694 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:37.694 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:37.694 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:37.694 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:37.694 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:37.694 INFO [main][AbstractShell] Close shell Testing shell 08:43:37.694 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:37.698 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:37.698 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:37.698 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:43:37.699 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:37.699 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:37.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:37.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:37.721 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:43:37.721 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:37.721 INFO [WorkbenchTestable][RequirementsRunner] Started test: testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:43:37.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:43:37.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:37.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:37.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:37.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:37.734 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:37.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:37.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:37.751 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:37.751 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:37.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:37.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:37.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:37.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:37.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:37.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:37.753 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:37.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:37.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:37.753 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:37.753 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:37.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:37.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:37.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:37.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:37.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:37.755 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:37.755 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:37.755 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:37.755 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:37.755 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:37.755 INFO [main][AbstractShell] Close shell Testing shell 08:43:37.755 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:37.759 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:37.759 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:37.759 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:43:37.759 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:37.759 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:37.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:37.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:37.765 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:43:37.765 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:37.765 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:43:37.765 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:43:37.765 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:37.765 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:37.765 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:37.787 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:37.787 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:37.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:37.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:37.802 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:37.802 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:37.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:37.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:37.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:37.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:37.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:37.803 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:37.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 08:43:37.803 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:37.803 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:37.803 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:37.803 INFO [main][AbstractShell] Close shell Testing shell 08:43:37.803 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:37.806 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:37.806 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:37.806 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:43:37.807 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:37.807 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:37.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:37.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:37.812 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:43:37.812 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:37.812 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:43:37.812 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:43:37.812 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:37.812 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:37.812 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:37.821 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:37.821 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:37.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:37.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:37.840 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:37.840 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:37.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:37.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:37.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:37.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:37.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:37.841 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and following matchers specified ( with key 'id' and value 'tree001') 08:43:37.841 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:37.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:37.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:37.841 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:37.841 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:37.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:37.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:37.841 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 08:43:37.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:37.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:37.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:37.841 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:37.841 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:37.841 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:37.842 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:37.842 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:37.842 INFO [main][AbstractShell] Close shell Testing shell 08:43:37.842 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:37.845 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:37.845 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:37.845 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:43:37.845 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:37.845 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:37.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:37.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:37.864 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:43:37.864 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:37.864 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:43:37.864 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:43:37.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:37.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:37.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:37.874 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:37.874 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:37.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:37.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:37.890 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:37.890 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:37.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:37.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:37.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:37.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:37.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:37.891 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:37.891 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:37.891 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:37.891 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:37.891 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:37.891 INFO [main][AbstractShell] Close shell Testing shell 08:43:37.891 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:37.909 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:37.909 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:37.909 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:43:37.909 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:37.909 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:37.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:37.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:37.915 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:43:37.915 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:43:37.915 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:37.915 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:37.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:37.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.883 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.044 s testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 5.586 s testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.044 s testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.047 s testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.052 s testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.051 s Running org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:43:37.920 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:43:37.920 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:43:37.921 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:37.921 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:43:37.921 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:37.921 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:43:37.931 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:37.931 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:43:37.931 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:37.931 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:37.931 INFO [WorkbenchTestable][RequirementsRunner] Started test: openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 08:43:37.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:43:37.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:37.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:37.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:37.957 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:37.957 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:37.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:37.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:37.971 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:37.971 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:37.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:37.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:37.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:37.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:37.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:37.975 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 08:43:37.979 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:37.979 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:37.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:37.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:37.980 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:37.980 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:37.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:37.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:37.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:37.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:37.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:37.980 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 08:43:37.980 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:43:37.980 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:37.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 08:43:37.980 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:37.981 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:37.981 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:37.981 INFO [main][AbstractShell] Close shell Testing shell 08:43:37.981 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:37.984 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:37.984 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:37.984 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:43:37.984 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:37.984 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:37.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:37.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:37.989 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 08:43:37.990 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:37.990 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 08:43:37.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:43:37.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:37.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:37.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:38.028 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:38.028 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:38.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:38.043 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:38.043 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:38.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:38.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:38.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:38.043 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 08:43:38.044 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:38.044 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:38.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:38.044 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:38.044 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:38.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:38.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:38.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:38.044 INFO [WorkbenchTestable][AbstractStyledText] Select text styled in styled text 08:43:38.047 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:38.047 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:38.047 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:38.048 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:38.048 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:38.048 INFO [main][AbstractShell] Close shell Testing shell 08:43:38.048 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:38.051 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:38.051 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:38.051 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:43:38.051 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:38.051 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:38.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:38.057 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 08:43:38.057 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:38.057 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 08:43:38.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:43:38.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:38.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:38.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:38.063 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:38.063 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:38.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:38.082 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:38.082 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:38.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:38.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:38.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:38.082 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 08:43:38.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:38.083 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:38.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:38.083 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:38.083 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:38.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:38.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:38.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:38.084 INFO [WorkbenchTestable][AbstractStyledText] Select position start: 8 end: 10 in styled text 08:43:38.085 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:38.085 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:38.085 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:38.085 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:38.085 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:38.085 INFO [main][AbstractShell] Close shell Testing shell 08:43:38.085 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:38.088 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:38.088 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:38.088 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:43:38.088 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:38.088 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:38.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:38.132 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 08:43:38.132 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:43:38.132 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:38.132 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:38.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s - in org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) Time elapsed: 0.058 s selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) Time elapsed: 0.067 s selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) Time elapsed: 0.075 s Running org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 08:43:38.138 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 08:43:38.139 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:43:38.140 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:38.140 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 08:43:38.140 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:38.140 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:43:38.141 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:38.141 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:43:38.141 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:38.141 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:38.141 INFO [WorkbenchTestable][RequirementsRunner] Started test: okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) 08:43:38.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 08:43:38.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:38.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:38.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:38.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:38.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:38.172 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:43:38.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:38.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:38.172 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.OkCancelShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 08:43:38.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:38.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:38.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:43:38.173 INFO [WorkbenchTestable][AbstractButton] Click button OK 08:43:38.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:43:38.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:43:38.173 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:43:38.173 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:43:38.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification... 08:43:38.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification finished successfully 08:43:38.174 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.OkCancelShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:43:38.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:38.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:38.175 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:43:38.175 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:43:38.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:43:38.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:43:38.175 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:43:38.175 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:43:38.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification... 08:43:38.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification finished successfully 08:43:38.176 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:38.176 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:38.176 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:38.176 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:38.176 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:38.176 INFO [main][AbstractShell] Close shell Testing shell 08:43:38.176 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:38.179 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:38.179 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:38.179 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 08:43:38.179 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:38.179 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:38.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:38.211 INFO [WorkbenchTestable][RequirementsRunner] Finished test: okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) 08:43:38.211 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 08:43:38.211 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:38.211 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:38.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) Time elapsed: 0.07 s Running org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 08:43:38.218 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 08:43:38.218 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:43:38.219 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:38.219 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 08:43:38.219 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:38.219 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:43:38.219 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:38.219 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:43:38.219 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:38.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:38.227 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 08:43:38.227 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:43:38.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:38.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:38.227 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:43:38.227 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:43:38.228 DEBUG [main][MenuItemLookup] Found menu:'File' 08:43:38.228 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:43:38.228 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:43:38.228 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:43:38.228 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:43:38.228 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:43:38.228 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:43:38.228 DEBUG [main][MenuItemLookup] Item match:Window 08:43:38.229 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:43:38.229 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:43:38.229 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:43:38.229 DEBUG [main][MenuItemLookup] Found menu:'' 08:43:38.229 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:43:38.229 DEBUG [main][MenuItemLookup] Item match:Show View 08:43:38.235 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 08:43:38.236 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 08:43:38.236 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:43:38.236 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 08:43:38.236 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:43:38.236 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 08:43:38.236 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:43:38.236 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:43:38.236 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:43:38.236 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 08:43:38.236 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:43:38.236 DEBUG [main][MenuItemLookup] Found menu:'Templates' 08:43:38.236 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 08:43:38.236 DEBUG [main][MenuItemLookup] Found menu:'' 08:43:38.236 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:43:38.236 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:43:38.236 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:43:38.236 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:43:38.236 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:43:38.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:43:38.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:43:38.333 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:43:38.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:38.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:38.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:38.334 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:38.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:38.334 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:43:38.334 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:38.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:38.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:38.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:38.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:43:38.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:43:38.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 08:43:38.336 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:43:38.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:38.337 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 08:43:38.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:38.337 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:43:38.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 08:43:38.337 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:43:38.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:38.337 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 08:43:38.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:38.337 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:43:38.337 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 08:43:38.337 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 08:43:38.337 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 08:43:38.337 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 08:43:38.338 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:38.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:38.338 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:43:38.338 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:38.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.338 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:43:38.338 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:38.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:38.339 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:43:38.339 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:38.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:38.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:38.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:43:38.340 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:43:38.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:43:38.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:43:38.340 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:43:38.340 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:43:38.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:43:38.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:43:38.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:43:38.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:43:38.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.418 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:43:38.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:38.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:38.419 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:43:38.419 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 08:43:38.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:38.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:38.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:43:38.424 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 08:43:38.424 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:43:38.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:43:38.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:43:38.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:43:38.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:43:38.427 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:38.427 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 08:43:38.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 08:43:38.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:38.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:38.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:38.428 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified ( with key 'org.eclipse.reddeer.widget.key' and value 'label1') 08:43:38.428 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:38.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:38.428 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 08:43:38.428 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:38.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:38.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.429 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key org.eclipse.reddeer.widget.key 08:43:38.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:38.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 08:43:38.430 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 08:43:38.430 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:38.430 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:38.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:38.430 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 08:43:38.430 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:38.430 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 08:43:38.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 08:43:38.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:38.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:38.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:38.430 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Name:") 08:43:38.430 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:38.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:38.430 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 08:43:38.430 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:38.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:38.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:38.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 08:43:38.431 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 08:43:38.431 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:38.431 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:38.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:38.431 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 08:43:38.431 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 08:43:38.431 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:38.431 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:38.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 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 08:43:38.438 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 08:43:38.438 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:43:38.438 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:38.438 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 08:43:38.439 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:38.439 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:43:38.442 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:38.442 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:43:38.442 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:38.442 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:38.442 INFO [WorkbenchTestable][RequirementsRunner] Started test: spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) 08:43:38.442 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 08:43:38.442 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:38.442 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:38.442 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:38.456 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and no matchers specified 08:43:38.456 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:38.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:38.464 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:38.464 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:38.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:38.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:38.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 08:43:38.467 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and no matchers specified 08:43:38.467 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:38.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:38.467 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:38.467 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:38.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:38.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:38.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 08:43:38.467 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 1 08:43:38.468 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and no matchers specified 08:43:38.468 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:38.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:38.468 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:38.468 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:38.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:38.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:38.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 08:43:38.469 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 1 and no matchers specified 08:43:38.469 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:38.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:38.469 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:38.469 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:38.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:38.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:43:38.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:43:38.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:38.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 1 was found 08:43:38.470 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 2 08:43:38.470 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 1 and no matchers specified 08:43:38.470 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:38.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:38.470 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:38.470 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:38.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:38.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:43:38.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:43:38.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:38.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 1 was found 08:43:38.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "First spinner:") 08:43:38.471 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:38.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:38.471 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:38.471 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:38.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:38.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:38.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 08:43:38.473 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 11 08:43:38.473 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "First spinner:") 08:43:38.473 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:38.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:38.473 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:38.473 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:38.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:38.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:38.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 08:43:38.474 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Second spinner:") 08:43:38.474 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:38.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:38.474 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:38.474 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:38.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:38.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:38.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 08:43:38.476 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 22 08:43:38.476 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Second spinner:") 08:43:38.476 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:38.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:38.476 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:38.476 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:38.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:38.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:38.480 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 08:43:38.480 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:38.480 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:38.480 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:38.481 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:38.481 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:38.481 INFO [main][AbstractShell] Close shell Testing shell 08:43:38.481 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:38.485 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:38.485 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:38.485 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 08:43:38.485 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:38.485 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:38.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:38.516 INFO [WorkbenchTestable][RequirementsRunner] Finished test: spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) 08:43:38.516 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 08:43:38.516 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:38.516 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:38.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) Time elapsed: 0.074 s Running org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:43:38.522 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:43:38.523 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:43:38.523 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:38.523 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:43:38.523 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:38.523 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:43:38.524 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:38.524 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:43:38.524 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:38.524 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:38.524 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 08:43:38.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:43:38.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:38.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:38.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:38.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.535 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:43:38.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:38.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:38.536 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:43:38.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 '\*?\QRedDeer SWT Controls\E') 08:43:38.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:38.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:38.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:43:38.540 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 08:43:38.540 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:43:38.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:43:38.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:43:38.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:43:38.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:43:38.542 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 08:43:38.542 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 08:43:38.543 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:43:38.553 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:43:38.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:38.612 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 08:43:38.612 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:43:38.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:38.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:38.613 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:43:38.613 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:43:38.613 DEBUG [main][MenuItemLookup] Found menu:'File' 08:43:38.613 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:43:38.613 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:43:38.613 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:43:38.613 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:43:38.613 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:43:38.613 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:43:38.613 DEBUG [main][MenuItemLookup] Item match:Window 08:43:38.614 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:43:38.614 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:43:38.614 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:43:38.614 DEBUG [main][MenuItemLookup] Found menu:'' 08:43:38.614 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:43:38.614 DEBUG [main][MenuItemLookup] Item match:Show View 08:43:38.618 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 08:43:38.618 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 08:43:38.618 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:43:38.618 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 08:43:38.618 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:43:38.618 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 08:43:38.618 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:43:38.618 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:43:38.618 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:43:38.618 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 08:43:38.618 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:43:38.618 DEBUG [main][MenuItemLookup] Found menu:'Templates' 08:43:38.618 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 08:43:38.618 DEBUG [main][MenuItemLookup] Found menu:'' 08:43:38.618 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:43:38.618 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:43:38.618 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:43:38.618 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:43:38.618 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:43:38.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:43:38.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:43:38.689 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:43:38.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:38.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:38.690 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:38.690 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:38.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:38.690 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:43:38.690 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:38.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:38.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:38.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:38.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:43:38.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:43:38.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 08:43:38.691 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:43:38.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:38.691 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 08:43:38.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:38.691 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:43:38.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 08:43:38.692 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:43:38.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:38.692 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 08:43:38.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:38.692 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:43:38.692 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 08:43:38.692 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 08:43:38.692 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 08:43:38.692 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 08:43:38.692 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:38.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:38.692 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:43:38.692 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:38.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.693 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:43:38.693 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:38.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:38.693 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:43:38.693 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:38.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:38.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:38.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:43:38.694 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:43:38.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:43:38.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:43:38.694 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:43:38.694 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:43:38.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:43:38.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:43:38.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:43:38.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:43:38.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:43:38.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:38.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:38.753 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:43:38.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 08:43:38.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:38.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:38.771 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:43:38.772 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 08:43:38.772 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:43:38.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:43:38.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:43:38.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:43:38.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:43:38.775 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.workbench.impl.view.WorkbenchView, index 0 and following matchers specified ( with key 'org.eclipse.reddeer.widget.key' and value 'text1') 08:43:38.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:38.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.776 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key org.eclipse.reddeer.widget.key 08:43:38.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:38.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:38.776 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:38.776 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:43:38.776 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:38.776 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:38.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:38.776 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 08:43:38.776 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:38.776 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 08:43:38.776 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:43:38.776 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:38.776 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:38.776 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:38.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.782 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:43:38.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:38.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:38.783 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:43:38.783 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 08:43:38.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:38.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:38.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:43:38.786 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 08:43:38.786 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:43:38.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:43:38.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:43:38.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:43:38.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:43:38.811 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 08:43:38.811 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 08:43:38.811 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:43:38.812 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:43:38.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:38.859 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 08:43:38.859 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:43:38.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:38.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:38.860 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:43:38.860 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:43:38.860 DEBUG [main][MenuItemLookup] Found menu:'File' 08:43:38.860 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:43:38.860 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:43:38.860 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:43:38.860 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:43:38.860 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:43:38.860 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:43:38.860 DEBUG [main][MenuItemLookup] Item match:Window 08:43:38.861 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:43:38.861 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:43:38.861 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:43:38.861 DEBUG [main][MenuItemLookup] Found menu:'' 08:43:38.861 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:43:38.861 DEBUG [main][MenuItemLookup] Item match:Show View 08:43:38.866 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 08:43:38.866 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 08:43:38.866 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:43:38.866 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 08:43:38.866 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:43:38.866 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 08:43:38.866 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:43:38.866 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:43:38.866 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:43:38.866 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 08:43:38.866 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:43:38.866 DEBUG [main][MenuItemLookup] Found menu:'Templates' 08:43:38.866 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 08:43:38.866 DEBUG [main][MenuItemLookup] Found menu:'' 08:43:38.866 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:43:38.866 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:43:38.867 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:43:38.867 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:43:38.867 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:43:38.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:43:38.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:43:38.953 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:43:38.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:38.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:38.954 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:38.954 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:38.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:38.954 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:43:38.954 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:38.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:38.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:38.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:38.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:43:38.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:43:38.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 08:43:38.955 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:43:38.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:38.956 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 08:43:38.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:38.956 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:43:38.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 08:43:38.956 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:43:38.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:38.956 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 08:43:38.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:38.956 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:43:38.956 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 08:43:38.956 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 08:43:38.956 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 08:43:38.956 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 08:43:38.956 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:38.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:38.956 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:43:38.956 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:38.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.957 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:43:38.957 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:38.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:38.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:38.957 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:43:38.957 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:38.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:38.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:38.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:38.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:38.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:43:38.958 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:43:38.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:43:38.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:43:38.958 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:43:38.958 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:43:38.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:43:38.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:43:38.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:43:38.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:39.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:39.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:43:39.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:39.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:39.004 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:43:39.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:39.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:39.005 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:43:39.005 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 08:43:39.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:39.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:39.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:39.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:39.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:43:39.008 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 08:43:39.009 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:43:39.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:43:39.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:43:39.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:43:39.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:43:39.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:39.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:39.025 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:43:39.025 DEBUG [main][MenuItemLookup] Found menu:'File' 08:43:39.025 DEBUG [main][MenuItemLookup] Item match:File 08:43:39.028 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:43:39.028 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:43:39.032 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 08:43:39.032 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:43:39.032 DEBUG [main][MenuItemLookup] Found menu:'' 08:43:39.032 DEBUG [main][MenuItemLookup] Found menu:'Package' 08:43:39.032 DEBUG [main][MenuItemLookup] Found menu:'Class' 08:43:39.032 DEBUG [main][MenuItemLookup] Found menu:'Interface' 08:43:39.032 DEBUG [main][MenuItemLookup] Found menu:'Enum' 08:43:39.032 DEBUG [main][MenuItemLookup] Found menu:'Record' 08:43:39.032 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 08:43:39.032 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 08:43:39.032 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 08:43:39.032 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:43:39.032 DEBUG [main][MenuItemLookup] Found menu:'File' 08:43:39.032 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:43:39.032 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 08:43:39.032 DEBUG [main][MenuItemLookup] Found menu:'' 08:43:39.032 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:43:39.032 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:43:39.034 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:43:39.035 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:43:39.035 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:43:39.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available.... 08:43:39.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available. finished successfully 08:43:39.112 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:43:39.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:39.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:39.113 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:43:39.113 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:39.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:39.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:39.114 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 08:43:39.114 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:39.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:39.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:39.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:39.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:39.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:39.114 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:39.115 INFO [WorkbenchTestable][AbstractText] Text set to: myvalue 08:43:39.116 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:43:39.116 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:39.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:39.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:39.116 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 08:43:39.116 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:39.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:39.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:39.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:39.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:39.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:43:39.118 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:43:39.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:43:39.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:43:39.118 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:43:39.118 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:43:39.137 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:43:39.137 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:39.137 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:39.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:39.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:39.137 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 08:43:39.137 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:39.137 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 08:43:39.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:43:39.138 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:39.138 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:39.138 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:39.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:39.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:39.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:39.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:39.148 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:43:39.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:39.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:39.149 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:43:39.149 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 08:43:39.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:39.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:39.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:39.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:39.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:43:39.151 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 08:43:39.151 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:43:39.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:43:39.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:43:39.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:43:39.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:43:39.153 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 08:43:39.153 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 08:43:39.153 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:43:39.154 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:43:39.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:39.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:43:39.185 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 08:43:39.185 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:43:39.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:39.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:39.185 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:43:39.185 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:43:39.185 DEBUG [main][MenuItemLookup] Found menu:'File' 08:43:39.185 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:43:39.185 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:43:39.185 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:43:39.185 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:43:39.185 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:43:39.185 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:43:39.186 DEBUG [main][MenuItemLookup] Item match:Window 08:43:39.186 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:43:39.186 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:43:39.186 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:43:39.186 DEBUG [main][MenuItemLookup] Found menu:'' 08:43:39.186 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:43:39.186 DEBUG [main][MenuItemLookup] Item match:Show View 08:43:39.189 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 08:43:39.189 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 08:43:39.189 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:43:39.189 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 08:43:39.189 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:43:39.189 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 08:43:39.189 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:43:39.189 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:43:39.189 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:43:39.189 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 08:43:39.189 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:43:39.189 DEBUG [main][MenuItemLookup] Found menu:'Templates' 08:43:39.189 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 08:43:39.189 DEBUG [main][MenuItemLookup] Found menu:'' 08:43:39.189 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:43:39.189 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:43:39.201 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:43:39.201 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:43:39.201 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:43:39.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:43:39.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:43:39.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:43:39.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:39.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:39.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:43:39.258 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:39.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:39.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:39.258 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:43:39.258 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:39.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:39.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:39.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:39.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:39.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:43:39.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:43:39.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:43:39.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 08:43:39.260 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:43:39.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:39.260 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 08:43:39.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:39.260 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:43:39.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 08:43:39.260 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:43:39.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:43:39.260 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 08:43:39.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:43:39.260 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:43:39.261 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 08:43:39.261 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 08:43:39.261 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 08:43:39.261 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 08:43:39.261 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:39.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:39.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:39.261 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:43:39.261 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:39.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:39.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:39.262 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:43:39.262 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:39.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:39.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:39.262 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:43:39.262 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:39.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:39.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:39.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:39.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:39.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:43:39.262 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:43:39.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:43:39.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:43:39.263 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:43:39.263 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:43:39.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:43:39.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:43:39.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:43:39.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:39.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:39.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:43:39.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:39.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:39.323 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:43:39.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:39.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:39.324 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:43:39.324 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 08:43:39.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:39.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:39.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:39.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:39.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:43:39.337 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 08:43:39.337 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:43:39.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:43:39.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:43:39.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:43:39.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:43:39.340 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:43:39.340 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:39.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:39.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:39.340 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 08:43:39.340 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:39.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:39.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:39.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:39.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:39.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:39.341 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:39.341 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Original text") 08:43:39.341 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:39.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:39.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:39.341 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 08:43:39.341 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:39.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:39.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:39.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:39.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:39.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:39.341 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:39.341 INFO [WorkbenchTestable][AbstractText] Text set to: New text 08:43:39.342 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:43:39.342 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:39.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:39.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:39.351 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 08:43:39.351 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:39.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:39.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:39.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:39.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:39.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:39.351 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:39.351 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "New text") 08:43:39.351 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:39.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:39.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:39.351 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 08:43:39.351 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:39.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:39.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:39.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:39.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:39.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:39.352 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:39.352 INFO [WorkbenchTestable][AbstractText] Text set to: Original text 08:43:39.352 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:43:39.352 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:39.352 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:39.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:39.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:39.352 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 08:43:39.352 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:43:39.352 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:39.353 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:39.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:39.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.831 s - in org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.252 s testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.361 s defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.215 s Running org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:39.359 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:39.359 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:43:39.360 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:39.360 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:39.360 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:39.360 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:43:39.361 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:39.361 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:43:39.361 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:39.361 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:39.361 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:43:39.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:39.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:39.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:39.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:39.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:39.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:39.417 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:43:39.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:39.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:39.417 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test clabel") 08:43:39.417 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:39.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:39.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:39.418 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:39.418 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:39.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:39.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:39.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:39.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:39.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:39.422 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:39.423 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:39.423 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:39.423 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:39.424 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:39.424 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:39.424 INFO [main][AbstractShell] Close shell Testing shell 08:43:39.424 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:39.432 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:39.432 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:39.432 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:39.432 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:39.432 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:39.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:39.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:39.440 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:43:39.440 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:39.440 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:43:39.440 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:39.440 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:39.440 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:39.440 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:39.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:39.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:39.481 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:43:39.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:39.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:39.481 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "FormLabel") 08:43:39.481 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:39.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:39.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:39.481 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:39.481 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:39.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:39.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:39.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:39.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:39.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:39.487 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:39.488 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:39.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 08:43:39.488 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:39.488 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:39.488 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:39.488 INFO [main][AbstractShell] Close shell Testing shell 08:43:39.488 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:39.496 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:39.496 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:39.496 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:39.496 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:39.496 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:39.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:39.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:39.502 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:43:39.502 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:39.503 INFO [WorkbenchTestable][RequirementsRunner] Started test: setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:43:39.503 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:39.503 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:39.503 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:39.503 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:39.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:39.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:39.542 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:43:39.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:39.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:39.542 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 1 and no matchers specified 08:43:39.542 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:39.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:39.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:39.542 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:39.542 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:39.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:39.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:43:39.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:43:39.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:39.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 08:43:39.542 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:39.543 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label") 08:43:39.543 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:39.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:39.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:39.543 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:39.543 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:39.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:39.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:39.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:39.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:39.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:39.544 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:39.545 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 08:43:39.545 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:39.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:39.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:39.545 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:39.545 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:39.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:39.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:39.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:39.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:39.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:39.547 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:39.548 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label") 08:43:39.548 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:39.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:39.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:39.548 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:39.548 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:39.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:39.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:39.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:39.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:39.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:39.549 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:39.550 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:39.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 08:43:39.550 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:39.550 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:39.550 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:39.550 INFO [main][AbstractShell] Close shell Testing shell 08:43:39.550 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:39.558 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:39.558 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:39.558 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:39.558 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:39.558 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:39.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:39.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:39.566 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:43:39.566 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:39.566 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:43:39.566 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:39.566 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:39.566 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:39.566 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:39.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:39.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:39.624 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:43:39.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:39.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:39.624 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label4") 08:43:39.624 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:39.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:39.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:39.624 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:39.624 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:39.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:39.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:39.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:39.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:39.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:39.629 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:39.630 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:39.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 08:43:39.630 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:39.631 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:39.631 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:39.631 INFO [main][AbstractShell] Close shell Testing shell 08:43:39.631 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:39.643 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:39.643 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:39.643 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:39.643 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:39.643 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:39.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:39.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:39.650 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:43:39.650 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:39.650 INFO [WorkbenchTestable][RequirementsRunner] Started test: setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:43:39.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:39.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:39.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:39.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:39.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:39.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:39.691 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:43:39.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:39.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:39.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label2") 08:43:39.691 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:39.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:39.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:39.691 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:39.691 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:39.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:39.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:39.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:39.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:39.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:39.711 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:39.711 INFO [WorkbenchTestable][AbstractText] Text set to: funny text 08:43:39.712 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:39.712 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:39.712 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:39.712 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:39.712 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:39.712 INFO [main][AbstractShell] Close shell Testing shell 08:43:39.712 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:39.720 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:39.720 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:39.720 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:39.720 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:39.720 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:39.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:39.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:39.727 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:43:39.728 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:39.728 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:43:39.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:39.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:39.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:39.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:39.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:39.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:39.767 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:43:39.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:39.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:39.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 "Required label1*") 08:43:39.767 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:39.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:39.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:39.767 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:39.767 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:39.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:39.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:39.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:39.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:39.775 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:39.775 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:39.776 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:39.776 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:39.776 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:39.777 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:39.777 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:39.777 INFO [main][AbstractShell] Close shell Testing shell 08:43:39.777 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:39.784 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:39.784 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:39.785 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:39.785 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:39.785 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:39.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:39.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:39.820 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:43:39.820 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:39.820 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:43:39.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:39.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:39.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:39.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:39.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:39.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:39.855 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:43:39.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:39.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:39.856 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label3") 08:43:39.856 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:39.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:39.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:39.856 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:39.856 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:39.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:39.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:39.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:39.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:39.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:39.860 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:39.861 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:39.861 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:39.861 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:39.862 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:39.862 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:39.862 INFO [main][AbstractShell] Close shell Testing shell 08:43:39.862 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:39.870 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:39.870 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:39.870 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:39.870 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:39.870 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:39.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:39.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:39.877 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:43:39.877 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:39.877 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:43:39.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:39.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:39.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:39.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:39.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:39.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 08:43:39.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:43:39.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:39.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:39.936 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Required label1") 08:43:39.936 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:39.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:39.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:39.936 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:39.936 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:39.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:39.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:39.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:39.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:39.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:39.942 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:39.943 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:39.944 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:39.944 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:39.944 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:39.944 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:39.944 INFO [main][AbstractShell] Close shell Testing shell 08:43:39.944 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:39.952 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:39.952 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:39.952 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:39.952 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:39.952 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:39.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:39.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:39.960 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:43:39.960 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:39.960 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:43:39.960 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:39.960 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:39.960 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:39.960 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:39.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:40.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:40.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:43:40.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:40.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:40.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label") 08:43:40.002 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:40.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:40.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:40.002 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:40.002 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:40.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:40.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:40.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:40.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:40.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:40.003 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:40.004 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:40.004 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:40.004 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:40.005 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:40.005 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:40.005 INFO [main][AbstractShell] Close shell Testing shell 08:43:40.005 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:40.012 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:40.012 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:40.012 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:40.012 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:40.012 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:40.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:40.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:40.025 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:43:40.025 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:40.025 INFO [WorkbenchTestable][RequirementsRunner] Started test: typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:43:40.025 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:40.025 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:40.025 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:40.025 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:40.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:40.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:40.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:43:40.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:40.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:40.064 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 08:43:40.064 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:40.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:40.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:40.064 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:40.064 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:40.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:40.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:40.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:40.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:40.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:40.066 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:40.067 INFO [WorkbenchTestable][AbstractText] Type text not so funny text 08:43:40.067 INFO [WorkbenchTestable][AbstractText] Text set to: 08:43:40.067 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:40.067 DEBUG [WorkbenchTestable][AbstractText] Force focus to receive keyboard events 08:43:40.070 INFO [WorkbenchTestable][Keyboard] Type text "not so funny text" 08:43:40.178 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:43:40.178 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 08:43:40.780 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:43:40.780 INFO [WorkbenchTestable][Keyboard] As char:o, as int:111 08:43:41.382 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:43:41.382 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:43:41.983 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:43:41.983 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 08:43:42.584 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:43:42.584 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 08:43:43.185 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:43:43.185 INFO [WorkbenchTestable][Keyboard] As char:o, as int:111 08:43:43.786 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:43:43.786 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 08:43:44.387 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:43:44.387 INFO [WorkbenchTestable][Keyboard] As char:f, as int:102 08:43:44.988 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:43:44.988 INFO [WorkbenchTestable][Keyboard] As char:u, as int:117 08:43:45.589 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:43:45.589 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 08:43:46.190 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:43:46.190 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 08:43:46.791 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:43:46.791 INFO [WorkbenchTestable][Keyboard] As char:y, as int:121 08:43:47.392 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:43:47.392 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 08:43:47.993 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:43:47.993 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:43:48.594 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:43:48.594 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:43:49.196 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:43:49.196 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 08:43:49.816 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:43:49.816 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:43:50.416 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 08:43:50.416 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:50.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:50.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:50.417 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:50.417 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:50.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:50.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:50.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:50.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:50.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:50.419 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:50.419 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:50.419 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:50.419 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:50.420 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:50.420 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:50.420 INFO [main][AbstractShell] Close shell Testing shell 08:43:50.420 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:50.428 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:50.428 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:50.428 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:50.428 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:50.428 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:50.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:50.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:50.435 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:43:50.435 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:50.436 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:43:50.436 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:50.436 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:50.436 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:50.436 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:50.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:50.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:50.477 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:43:50.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:50.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:50.477 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 08:43:50.477 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:50.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:50.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:50.477 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:50.477 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:50.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:50.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:50.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:50.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:50.480 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:50.480 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:50.480 INFO [WorkbenchTestable][AbstractText] Text set to: funny text 08:43:50.480 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 08:43:50.480 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:50.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:50.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:50.480 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:50.480 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:50.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:50.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:50.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:50.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:50.483 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:50.483 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:50.483 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:50.483 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:50.483 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:50.483 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:50.483 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:50.483 INFO [main][AbstractShell] Close shell Testing shell 08:43:50.484 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:50.491 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:50.491 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:50.491 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:50.491 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:50.491 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:50.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:50.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:50.498 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:43:50.498 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:50.498 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:43:50.498 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:50.498 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:50.498 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:50.498 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:50.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:50.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:50.536 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:43:50.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:50.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:50.536 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Special label?") 08:43:50.536 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:50.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:50.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:50.536 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:50.536 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:50.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:50.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:50.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:50.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:50.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:50.543 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:50.544 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:50.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 08:43:50.544 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:50.545 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:50.545 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:50.545 INFO [main][AbstractShell] Close shell Testing shell 08:43:50.545 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:50.552 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:50.553 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:50.553 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:50.553 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:50.553 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:50.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:50.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:50.559 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:43:50.559 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:50.559 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:43:50.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:50.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:50.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:50.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:50.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:50.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:50.612 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:43:50.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:50.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:50.612 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Required label2 *") 08:43:50.612 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:50.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:50.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:50.612 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:50.612 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:50.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:50.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:50.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:50.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:50.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:50.619 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:50.620 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:50.620 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:50.620 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:50.621 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:50.621 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:50.621 INFO [main][AbstractShell] Close shell Testing shell 08:43:50.621 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:50.629 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:50.629 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:50.629 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:50.629 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:50.629 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:50.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:50.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:50.635 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:43:50.636 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:50.636 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:43:50.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:50.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:50.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:50.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:50.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:50.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:50.673 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:43:50.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:50.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:50.673 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label2") 08:43:50.673 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:50.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:50.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:50.673 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:50.673 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:50.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:50.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:50.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:50.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:50.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:50.676 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:50.677 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:50.677 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:50.677 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:50.678 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:50.678 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:50.678 INFO [main][AbstractShell] Close shell Testing shell 08:43:50.678 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:50.685 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:50.685 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:50.685 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:50.686 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:50.686 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:50.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:50.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:50.692 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:43:50.692 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:50.692 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:43:50.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:50.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:50.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:50.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:50.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:50.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:50.735 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:43:50.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:50.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:50.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 "Required label2") 08:43:50.735 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:50.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:50.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:50.736 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:50.736 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:50.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:50.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:50.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:50.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:50.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:50.742 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:50.743 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:50.743 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:50.743 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:50.744 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:50.744 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:50.744 INFO [main][AbstractShell] Close shell Testing shell 08:43:50.744 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:50.752 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:50.752 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:50.752 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:50.752 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:50.752 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:50.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:50.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:50.758 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:43:50.759 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:50.759 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:43:50.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:50.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:50.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:50.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:50.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:50.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:50.812 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:43:50.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:50.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:50.812 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 08:43:50.812 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:50.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:50.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:50.812 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:50.812 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:50.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:50.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:50.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:50.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:50.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:50.815 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:50.815 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:50.816 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:50.816 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:50.816 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:50.816 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:50.816 INFO [main][AbstractShell] Close shell Testing shell 08:43:50.816 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:50.824 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:50.824 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:50.825 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:50.825 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:50.825 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:50.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:50.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:50.831 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:43:50.831 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:50.831 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:43:50.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:50.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:50.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:50.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:50.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:50.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:50.869 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:43:50.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:50.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:50.869 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "FormCLabel") 08:43:50.869 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:50.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:50.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:50.869 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:50.869 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:50.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:50.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:50.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:50.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:50.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:50.876 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:50.878 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:50.878 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:50.878 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:50.878 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:50.878 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:50.878 INFO [main][AbstractShell] Close shell Testing shell 08:43:50.878 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:50.889 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:50.889 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:50.889 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:50.889 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:50.889 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:50.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:50.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:50.908 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:43:50.909 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:43:50.909 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:50.909 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:50.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:50.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.551 s - in org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.079 s findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.062 s setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.063 s findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.084 s setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.077 s findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.092 s getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.057 s findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.083 s findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.065 s typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 10.41 s setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.062 s findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.061 s findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.076 s findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.056 s findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.066 s findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.072 s findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.077 s Running org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:43:50.915 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:43:50.916 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:43:50.916 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:50.916 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:43:50.916 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:50.916 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:43:50.917 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:50.917 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:43:50.917 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:50.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:50.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:50.921 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' is already open. Activate. 08:43:50.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:50.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:50.926 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:43:50.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:50.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:50.928 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:43:50.928 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 08:43:50.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:50.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:50.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:50.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:50.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:43:50.931 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 08:43:50.931 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:43:50.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:43:50.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:43:50.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:43:50.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:43:50.934 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:50.934 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 08:43:50.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:43:50.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:50.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:50.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:50.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:50.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:50.960 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:43:50.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:50.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:50.961 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:50.961 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:50.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:50.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:50.961 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:50.961 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:50.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:50.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:50.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:50.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:50.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:50.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:50.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:50.978 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:43:50.978 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:50.978 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:50.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:50.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:50.979 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 08:43:50.979 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:50.979 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 08:43:50.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:43:50.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:50.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:50.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:50.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:51.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:51.019 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:43:51.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:43:51.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:43:51.020 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:51.020 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:51.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:51.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:51.020 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:51.020 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:51.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:51.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:51.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:51.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:51.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:51.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:51.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:51.041 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:43:51.041 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:51.041 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:51.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:51.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:51.041 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 08:43:51.041 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:51.041 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 08:43:51.041 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:43:51.041 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:51.041 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:51.041 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:51.041 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:43:51.041 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:51.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:51.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:51.042 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 08:43:51.042 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:51.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:51.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:51.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:51.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:51.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:51.043 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Styled text") 08:43:51.043 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:51.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:51.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:51.044 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 08:43:51.044 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:51.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:51.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:51.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:51.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:51.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:43:51.044 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: Modified styled text 08:43:51.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:51.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:51.045 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:43:51.045 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:51.045 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:51.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:51.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:51.045 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 08:43:51.045 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:43:51.045 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:51.045 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:51.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:51.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s - in org.eclipse.reddeer.swt.test.impl.text.StyledTextTest defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) Time elapsed: 0.045 s defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) Time elapsed: 0.062 s defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) Time elapsed: 0.004 s Running org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:43:51.051 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:43:51.052 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:43:51.052 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:51.052 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:43:51.052 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:51.052 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:43:51.053 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:51.053 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:43:51.053 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:51.053 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:51.053 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:43:51.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:43:51.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:51.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:51.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:51.060 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 256) 08:43:51.060 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:51.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:51.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:51.067 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:51.067 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:51.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:51.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:43:51.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 08:43:51.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:43:51.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 08:43:52.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:43:52.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 08:43:52.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:52.069 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 2 was not found 08:43:52.069 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:52.069 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:52.069 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:52.069 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:52.069 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:52.069 INFO [main][AbstractShell] Close shell Testing shell 08:43:52.069 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:52.072 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:52.072 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:52.072 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:43:52.072 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:52.072 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:52.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:52.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:52.085 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:43:52.085 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:52.085 INFO [WorkbenchTestable][RequirementsRunner] Started test: IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:43:52.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:43:52.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:52.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:52.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:52.091 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2) 08:43:52.091 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:52.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:52.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:52.098 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:52.098 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:52.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:52.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:52.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:52.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:52.098 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 08:43:52.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: 2) 08:43:52.098 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:52.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:52.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:52.098 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:52.098 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:52.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:52.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:52.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:52.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:52.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 08:43:52.099 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:52.099 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:52.099 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:52.099 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:52.099 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:52.099 INFO [main][AbstractShell] Close shell Testing shell 08:43:52.099 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:52.101 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:52.102 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:52.102 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:43:52.102 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:52.102 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:52.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:52.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:52.107 INFO [WorkbenchTestable][RequirementsRunner] Finished test: IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:43:52.107 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:52.107 INFO [WorkbenchTestable][RequirementsRunner] Started test: horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:43:52.107 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:43:52.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:52.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:52.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:52.113 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 256) 08:43:52.113 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:52.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:52.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:52.124 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:52.124 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:52.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:52.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:52.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:52.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:52.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 08:43:52.125 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 256) 08:43:52.125 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:52.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:52.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:52.125 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:52.125 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:52.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:52.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:52.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:52.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:52.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 08:43:52.125 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 256) 08:43:52.125 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:52.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:52.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:52.125 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:52.125 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:52.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:52.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:43:52.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:43:52.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:52.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was found 08:43:52.128 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:52.128 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:52.128 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:52.128 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:52.128 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:52.128 INFO [main][AbstractShell] Close shell Testing shell 08:43:52.128 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:52.131 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:52.131 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:52.131 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:43:52.131 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:52.131 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:52.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:52.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:52.137 INFO [WorkbenchTestable][RequirementsRunner] Finished test: horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:43:52.137 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:52.137 INFO [WorkbenchTestable][RequirementsRunner] Started test: noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:43:52.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:43:52.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:52.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:52.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:52.142 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 2) 08:43:52.142 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:52.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:52.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:52.153 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:52.153 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:52.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:52.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:43:52.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:43:52.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:43:52.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:43:53.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:43:53.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:43:53.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:53.154 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was not found 08:43:53.154 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:53.155 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:53.155 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:53.155 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:53.155 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:53.155 INFO [main][AbstractShell] Close shell Testing shell 08:43:53.155 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:53.158 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:53.158 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:53.158 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:43:53.158 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:53.158 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:53.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:53.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:53.171 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:43:53.171 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:53.171 INFO [WorkbenchTestable][RequirementsRunner] Started test: verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:43:53.171 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:43:53.171 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:53.171 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:53.171 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:53.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 512) 08:43:53.178 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:53.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:53.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:53.186 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:53.186 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:53.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:53.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:53.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:53.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:53.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 08:43:53.186 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 512) 08:43:53.186 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:53.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:53.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:53.186 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:53.186 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:53.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:53.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:53.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:53.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:53.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 08:43:53.187 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:53.187 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:53.187 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:53.187 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:53.187 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:53.187 INFO [main][AbstractShell] Close shell Testing shell 08:43:53.187 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:53.190 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:53.190 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:53.190 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:43:53.190 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:53.190 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:53.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:53.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:53.202 INFO [WorkbenchTestable][RequirementsRunner] Finished test: verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:43:53.202 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:53.202 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:43:53.202 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:43:53.202 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:53.202 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:53.202 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:53.208 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 512) 08:43:53.208 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:53.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:53.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:53.215 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:53.215 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:53.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:53.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:43:53.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:43:53.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:43:53.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:43:54.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:43:54.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:43:54.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:54.217 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was not found 08:43:54.217 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:54.217 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:54.218 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:54.218 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:54.218 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:54.218 INFO [main][AbstractShell] Close shell Testing shell 08:43:54.218 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:54.222 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:54.222 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:54.222 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:43:54.222 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:54.222 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:54.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:54.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:54.242 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:43:54.242 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:43:54.242 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:54.242 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:54.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:54.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.191 s - in org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 1.032 s IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 0.022 s horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 0.03 s noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 1.034 s verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 0.031 s nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 1.04 s Running org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:43:54.248 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:43:54.249 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:43:54.249 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:54.249 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:43:54.249 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:54.249 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:43:54.250 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:54.250 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:43:54.250 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:54.250 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:54.250 INFO [WorkbenchTestable][RequirementsRunner] Started test: findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:43:54.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:43:54.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:54.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:54.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:54.265 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 1 and no matchers specified 08:43:54.265 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:54.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:54.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:54.277 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:54.277 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:54.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:54.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:43:54.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:43:54.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:54.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 08:43:54.279 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:54.279 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:54.279 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:54.279 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:54.279 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:54.279 INFO [main][AbstractShell] Close shell Testing shell 08:43:54.279 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:54.282 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:54.282 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:54.282 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:43:54.282 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:54.282 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:54.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:54.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:54.288 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:43:54.288 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:54.288 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:43:54.288 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:43:54.289 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:54.289 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:54.289 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:54.296 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 4 and no matchers specified 08:43:54.296 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:54.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:54.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:54.314 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:54.314 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:54.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:54.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:43:54.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:43:54.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:43:54.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:43:55.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:43:55.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:43:55.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:43:55.316 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 4 was not found 08:43:55.316 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:55.316 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:55.316 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:55.316 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:55.316 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:55.316 INFO [main][AbstractShell] Close shell Testing shell 08:43:55.316 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:55.320 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:55.320 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:55.320 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:43:55.320 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:55.320 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:55.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:55.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:55.326 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:43:55.326 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:55.326 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:43:55.326 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:43:55.326 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:55.326 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:55.326 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:55.339 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 1 and no matchers specified 08:43:55.339 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:55.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:55.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:55.347 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:55.347 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:55.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:55.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:43:55.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:43:55.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:55.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 08:43:55.349 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:55.349 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:55.349 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:55.349 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:55.349 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:55.349 INFO [main][AbstractShell] Close shell Testing shell 08:43:55.349 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:55.353 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:55.353 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:55.353 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:43:55.353 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:55.353 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:55.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:55.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:55.359 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:43:55.359 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:55.359 INFO [WorkbenchTestable][RequirementsRunner] Started test: setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:43:55.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:43:55.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:55.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:55.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:55.370 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 0 and no matchers specified 08:43:55.370 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:55.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:55.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:55.381 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:55.381 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:55.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:55.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:55.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:55.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:55.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 0 was found 08:43:55.383 TRACE [WorkbenchTestable][WidgetHandler] Notify Scale with event 13 08:43:55.383 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:43:55.383 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:43:55.383 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:55.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:55.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:55.383 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:55.383 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:55.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:55.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:55.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:55.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:55.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:43:55.384 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:43:55.384 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:55.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 08:43:55.385 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:55.385 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:55.385 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:55.385 INFO [main][AbstractShell] Close shell Testing shell 08:43:55.385 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:55.388 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:55.388 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:55.389 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:43:55.389 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:55.389 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:55.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:55.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:55.399 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:43:55.399 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:55.399 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:43:55.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:43:55.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:55.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:55.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:55.413 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 1 and no matchers specified 08:43:55.413 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:55.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:55.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:55.421 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:55.421 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:55.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:55.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:43:55.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:43:55.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:55.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 08:43:55.422 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:55.423 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:55.423 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:55.423 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:55.423 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:55.423 INFO [main][AbstractShell] Close shell Testing shell 08:43:55.423 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:55.426 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:55.426 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:55.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:43:55.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:55.426 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:55.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:55.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:55.437 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:43:55.437 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:55.438 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:43:55.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:43:55.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:55.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:55.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:55.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 0 and no matchers specified 08:43:55.444 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:55.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:55.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:55.452 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:55.452 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:55.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:55.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:55.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:55.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:55.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 0 was found 08:43:55.453 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:55.453 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:55.453 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:55.453 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:55.453 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:55.453 INFO [main][AbstractShell] Close shell Testing shell 08:43:55.453 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:55.457 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:55.457 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:55.457 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:43:55.457 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:55.457 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:55.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:55.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:55.469 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:43:55.469 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:43:55.469 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:55.469 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:55.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:55.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.222 s - in org.eclipse.reddeer.swt.test.impl.scale.ScaleTest findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.038 s findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 1.038 s getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.033 s setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.04 s getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.038 s getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.031 s Running org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:43:55.474 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:43:55.475 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:43:55.476 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:55.476 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:43:55.476 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:55.476 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:43:55.476 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:55.476 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:43:55.476 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:55.477 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:55.477 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:43:55.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:43:55.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:55.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:55.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:55.743 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:43:55.743 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:55.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:55.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:55.970 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:55.970 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:55.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:55.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:55.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:55.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:55.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:43:55.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:43:55.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:43:55.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:43:55.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:43:55.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:43:55.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:43:55.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:43:55.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:43:56.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:43:56.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:43:56.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:43:56.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:43:56.028 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:56.028 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:56.028 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:56.029 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:56.029 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:56.029 INFO [main][AbstractShell] Close shell Testing shell 08:43:56.029 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:56.038 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:56.038 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:56.038 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:43:56.038 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:56.038 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:56.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:56.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:56.051 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:43:56.051 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:56.051 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:43:56.051 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:43:56.051 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:56.051 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:56.051 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:56.312 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:43:56.312 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:56.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:56.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:56.539 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:56.539 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:56.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:56.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:56.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:56.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:56.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:43:56.542 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 08:43:56.542 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:56.542 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:56.542 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:56.542 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:56.542 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:56.542 INFO [main][AbstractShell] Close shell Testing shell 08:43:56.542 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:56.552 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:56.552 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:56.552 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:43:56.552 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:56.552 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:56.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:56.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:56.558 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:43:56.558 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:56.558 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:43:56.558 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:43:56.558 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:56.558 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:56.558 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:56.818 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:43:56.818 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:57.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:57.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:57.053 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:57.053 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:57.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:57.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:57.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:57.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:57.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:43:57.054 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 3) 08:43:57.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:43:57.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:43:57.056 TRACE [main][WidgetHandler] Notify Table with event 13 08:43:57.056 TRACE [main][WidgetHandler] Wait for synchronization 08:43:57.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:43:57.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:43:57.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:43:57.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:43:57.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:43:57.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:43:57.060 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:57.060 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:57.060 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:57.061 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:57.061 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:57.061 INFO [main][AbstractShell] Close shell Testing shell 08:43:57.061 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:57.071 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:57.071 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:57.071 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:43:57.071 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:57.071 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:57.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:57.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:57.084 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:43:57.084 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:57.084 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:43:57.084 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:43:57.084 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:57.084 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:57.084 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:57.351 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 08:43:57.351 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:57.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:57.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:57.576 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:57.576 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:57.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:57.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:43:57.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:43:57.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:57.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:43:57.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:43:57.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:43:57.583 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 08:43:57.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 08:43:57.587 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 08:43:57.587 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:43:57.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 08:43:57.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:43:57.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:43:57.591 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:57.591 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:57.591 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:57.591 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:57.591 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:57.591 INFO [main][AbstractShell] Close shell Testing shell 08:43:57.591 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:57.601 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:57.601 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:57.601 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:43:57.601 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:57.601 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:57.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:57.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:57.608 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:43:57.608 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:57.608 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:43:57.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:43:57.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:57.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:57.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:57.873 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:43:57.873 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:58.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:58.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:58.120 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:58.120 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:58.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:58.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:43:58.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:43:58.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:58.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:43:58.121 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 08:43:58.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:43:58.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:43:58.121 TRACE [main][WidgetHandler] Notify Table with event 13 08:43:58.121 TRACE [main][WidgetHandler] Wait for synchronization 08:43:58.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:43:58.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:43:58.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:43:58.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:43:58.124 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:58.124 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:58.124 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:58.124 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:58.124 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:58.124 INFO [main][AbstractShell] Close shell Testing shell 08:43:58.124 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:58.134 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:58.134 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:58.134 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:43:58.134 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:58.134 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:58.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:58.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:58.140 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:43:58.140 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:58.141 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:43:58.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:43:58.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:58.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:58.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:58.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:43:58.406 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:58.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:58.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:58.656 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:58.656 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:58.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:58.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:43:58.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:43:58.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:58.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:43:58.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:43:58.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:43:58.662 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:43:58.662 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:58.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:58.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:58.662 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:58.662 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:58.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:58.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:43:58.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:43:58.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:58.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:43:58.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:43:58.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:43:58.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:43:58.666 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:58.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:58.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:58.666 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:58.666 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:58.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:58.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:43:58.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:43:58.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:58.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:43:58.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:43:58.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:43:58.671 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:58.671 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:58.671 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:58.671 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:58.671 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:58.671 INFO [main][AbstractShell] Close shell Testing shell 08:43:58.671 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:58.684 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:58.684 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:58.684 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:43:58.684 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:58.684 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:58.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:58.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:58.690 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:43:58.690 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:58.690 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:43:58.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:43:58.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:58.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:58.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:58.998 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:43:58.998 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:59.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:59.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:59.233 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:59.233 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:59.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:59.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:43:59.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:43:59.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:59.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:43:59.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:43:59.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:43:59.237 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 08:43:59.237 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:59.238 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:43:59.238 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:59.238 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:59.238 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:59.238 INFO [main][AbstractShell] Close shell Testing shell 08:43:59.238 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:59.252 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:59.252 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:59.252 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:43:59.252 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:59.252 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:59.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:59.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:59.270 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:43:59.270 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:59.270 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:43:59.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:43:59.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:59.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:59.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:43:59.523 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:43:59.523 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:43:59.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:59.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:59.750 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:43:59.750 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:43:59.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:43:59.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:43:59.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:43:59.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:43:59.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:43:59.754 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 08:43:59.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:43:59.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:43:59.754 TRACE [main][WidgetHandler] Notify Table with event 13 08:43:59.754 TRACE [main][WidgetHandler] Wait for synchronization 08:43:59.754 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:43:59.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 08:43:59.754 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:43:59.754 DEBUG [main][AbstractWait] Waiting until shell is active... 08:43:59.754 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:43:59.754 INFO [main][AbstractShell] Close shell Testing shell 08:43:59.754 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:43:59.763 DEBUG [main][AbstractWait] Waiting while shell is available... 08:43:59.763 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:43:59.763 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:43:59.763 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:43:59.763 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:43:59.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:43:59.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:43:59.769 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:43:59.769 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:43:59.770 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:43:59.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:43:59.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:43:59.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:43:59.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:00.045 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 08:44:00.046 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:00.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:00.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:00.283 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:00.283 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:00.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:00.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:44:00.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:44:00.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:00.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:44:00.291 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4) 08:44:00.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:00.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:00.292 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:00.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 08:44:00.292 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:00.292 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:00.292 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:00.292 INFO [main][AbstractShell] Close shell Testing shell 08:44:00.292 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:00.305 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:00.305 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:00.306 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:44:00.306 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:00.306 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:00.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:00.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:00.322 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:44:00.322 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:00.322 INFO [WorkbenchTestable][RequirementsRunner] Started test: waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:44:00.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:44:00.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:00.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:00.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:00.583 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:44:00.583 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:00.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:00.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:00.811 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:00.811 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:00.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:00.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:44:00.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:44:00.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:00.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:44:00.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text '!' in cell 2... 08:44:00.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:00.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:00.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text '!' in cell 2 finished successfully 08:44:00.815 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:00.816 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:00.816 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:00.816 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:00.816 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:00.816 INFO [main][AbstractShell] Close shell Testing shell 08:44:00.816 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:00.825 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:00.825 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:00.825 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:44:00.825 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:00.825 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:00.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:00.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:00.832 INFO [WorkbenchTestable][RequirementsRunner] Finished test: waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:44:00.832 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:00.832 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:44:00.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:44:00.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:00.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:00.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:01.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:44:01.089 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:01.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:01.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:01.330 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:01.330 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:01.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:01.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:01.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:01.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:01.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:44:01.332 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:01.332 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:01.332 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:01.332 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:01.332 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:01.332 INFO [main][AbstractShell] Close shell Testing shell 08:44:01.332 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:01.341 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:01.341 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:01.341 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:44:01.342 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:01.342 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:01.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:01.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:01.354 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:44:01.354 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:01.354 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:44:01.354 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:44:01.354 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:01.354 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:01.354 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:01.609 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:44:01.609 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:01.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:01.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:01.846 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:01.846 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:01.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:01.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:44:01.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:44:01.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:01.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:44:01.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and following matchers specified ( with key 'id' and value 'table2') 08:44:01.850 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:01.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:01.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:01.850 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:01.850 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:01.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:01.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:01.850 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 08:44:01.853 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 08:44:01.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:01.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:01.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:44:01.853 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:01.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 08:44:01.853 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:01.853 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:01.853 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:01.853 INFO [main][AbstractShell] Close shell Testing shell 08:44:01.853 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:01.863 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:01.863 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:01.863 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:44:01.863 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:01.863 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:01.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:01.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:01.869 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:44:01.869 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:01.869 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:44:01.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:44:01.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:01.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:01.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:02.142 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:44:02.142 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:02.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:02.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:02.372 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:02.372 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:02.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:02.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:02.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:02.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:02.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:44:02.373 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 08:44:02.373 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:02.374 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:02.374 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:02.374 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:02.374 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:02.374 INFO [main][AbstractShell] Close shell Testing shell 08:44:02.374 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:02.384 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:02.384 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:02.384 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:44:02.384 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:02.384 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:02.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:02.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:02.391 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:44:02.391 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:02.391 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:44:02.391 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:44:02.391 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:02.391 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:02.391 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:02.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:44:02.643 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:02.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:02.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:02.873 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:02.873 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:02.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:02.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:02.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:02.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:02.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:44:02.874 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 08:44:02.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:02.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:02.882 TRACE [main][WidgetHandler] Notify Table with event 13 08:44:02.882 TRACE [main][WidgetHandler] Wait for synchronization 08:44:02.882 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:02.882 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:02.882 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:02.883 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:02.883 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:02.883 INFO [main][AbstractShell] Close shell Testing shell 08:44:02.883 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:02.892 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:02.892 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:02.892 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:44:02.892 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:02.892 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:02.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:02.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:02.904 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:44:02.904 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:02.904 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:44:02.904 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:44:02.904 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:02.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:02.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:03.156 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:44:03.156 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:03.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:03.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:03.383 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:03.383 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:03.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:03.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:03.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:03.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:03.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:44:03.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:03.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:03.384 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 08:44:03.384 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:03.384 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:03.384 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:03.384 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:03.384 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:03.384 INFO [main][AbstractShell] Close shell Testing shell 08:44:03.385 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:03.394 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:03.394 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:03.394 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:44:03.394 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:03.394 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:03.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:03.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:03.399 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:44:03.400 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:03.400 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:44:03.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:44:03.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:03.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:03.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:03.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:44:03.669 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:03.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:03.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:03.897 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:03.897 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:03.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:03.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:03.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:03.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:03.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:44:03.898 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:03.898 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:03.898 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:03.898 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:03.898 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:03.898 INFO [main][AbstractShell] Close shell Testing shell 08:44:03.898 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:03.907 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:03.907 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:03.907 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:44:03.907 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:03.907 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:03.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:03.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:03.913 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:44:03.913 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:03.913 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:44:03.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:44:03.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:03.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:03.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:04.166 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:44:04.166 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:04.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:04.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:04.396 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:04.396 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:04.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:04.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:04.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:04.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:04.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:44:04.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:04.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:04.398 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:04.398 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:04.398 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:04.398 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:04.398 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:04.398 INFO [main][AbstractShell] Close shell Testing shell 08:44:04.398 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:04.407 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:04.407 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:04.407 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:44:04.407 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:04.407 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:04.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:04.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:04.414 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:44:04.414 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:04.414 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:44:04.414 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:44:04.414 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:04.414 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:04.414 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:04.665 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 08:44:04.665 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:04.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:04.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:04.894 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:04.894 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:04.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:04.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:44:04.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:44:04.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:04.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:44:04.900 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 08:44:04.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:04.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:04.900 TRACE [main][WidgetHandler] Notify Table with event 13 08:44:04.900 TRACE [main][WidgetHandler] Wait for synchronization 08:44:04.900 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:04.900 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:04.900 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:04.901 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:04.901 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:04.901 INFO [main][AbstractShell] Close shell Testing shell 08:44:04.901 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:04.910 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:04.910 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:04.910 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:44:04.910 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:04.910 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:04.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:04.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:04.916 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:44:04.916 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:04.916 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:44:04.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:44:04.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:04.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:04.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:05.185 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:44:05.185 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:05.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:05.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:05.412 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:05.412 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:05.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:05.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:05.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:05.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:05.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:44:05.413 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:05.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 08:44:05.413 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:05.414 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:05.414 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:05.414 INFO [main][AbstractShell] Close shell Testing shell 08:44:05.414 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:05.423 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:05.423 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:05.423 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:44:05.423 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:05.423 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:05.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:05.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:05.429 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:44:05.429 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:05.429 INFO [WorkbenchTestable][RequirementsRunner] Started test: doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:44:05.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:44:05.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:05.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:05.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:05.681 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:44:05.681 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:05.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:05.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:05.910 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:05.910 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:05.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:05.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:44:05.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:44:05.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:05.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:44:05.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:05.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:05.914 INFO [WorkbenchTestable][AbstractTableItem] Double click table item x 08:44:05.916 TRACE [main][WidgetHandler] Notify Table with event 13 08:44:05.916 TRACE [main][WidgetHandler] Wait for synchronization 08:44:05.916 TRACE [main][WidgetHandler] Notify Table with event 8 08:44:05.916 TRACE [main][WidgetHandler] Wait for synchronization 08:44:05.917 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:05.917 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:05.917 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:05.918 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:05.918 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:05.918 INFO [main][AbstractShell] Close shell Testing shell 08:44:05.918 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:05.927 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:05.927 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:05.927 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:44:05.927 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:05.927 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:05.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:05.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:05.939 INFO [WorkbenchTestable][RequirementsRunner] Finished test: doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:44:05.939 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:05.939 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:44:05.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:44:05.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:05.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:05.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:06.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:44:06.191 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:06.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:06.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:06.416 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:06.416 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:06.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:06.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:44:06.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:44:06.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:06.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:44:06.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:06.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:06.421 TRACE [main][WidgetHandler] Notify Table with event 13 08:44:06.421 TRACE [main][WidgetHandler] Wait for synchronization 08:44:06.421 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:44:06.421 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:06.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:06.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:06.422 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:06.422 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:06.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:06.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:44:06.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:44:06.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:06.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:44:06.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:06.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:06.426 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:06.426 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:06.426 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:06.426 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:06.426 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:06.426 INFO [main][AbstractShell] Close shell Testing shell 08:44:06.426 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:06.436 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:06.436 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:06.436 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:44:06.437 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:06.437 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:06.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:06.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:06.449 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:44:06.449 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:06.449 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:44:06.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:44:06.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:06.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:06.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:06.701 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:44:06.701 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:06.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:06.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:06.928 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:06.928 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:06.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:06.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:06.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:06.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:06.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:44:06.929 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4, 5) 08:44:06.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:06.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:06.930 TRACE [main][WidgetHandler] Notify Table with event 13 08:44:06.930 TRACE [main][WidgetHandler] Wait for synchronization 08:44:06.930 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:06.930 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:06.930 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:06.930 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:06.930 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:06.930 INFO [main][AbstractShell] Close shell Testing shell 08:44:06.930 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:06.939 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:06.939 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:06.939 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:44:06.939 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:06.939 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:06.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:06.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:06.945 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:44:06.945 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:06.946 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:44:06.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:44:06.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:06.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:06.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:07.197 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:44:07.197 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:07.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:07.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:07.428 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:07.428 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:07.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:07.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:44:07.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:44:07.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:07.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:44:07.432 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4) 08:44:07.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:07.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:07.432 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:07.432 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:07.432 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:07.433 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:07.433 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:07.433 INFO [main][AbstractShell] Close shell Testing shell 08:44:07.433 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:07.442 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:07.442 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:07.442 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:44:07.442 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:07.442 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:07.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:07.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:07.448 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:44:07.448 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:07.448 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:44:07.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:44:07.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:07.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:07.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:07.703 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:44:07.703 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:07.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:07.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:07.936 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:07.936 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:07.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:07.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:07.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:07.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:07.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:44:07.937 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 08:44:07.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:07.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:07.937 TRACE [main][WidgetHandler] Notify Table with event 13 08:44:07.937 TRACE [main][WidgetHandler] Wait for synchronization 08:44:07.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:07.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:07.939 INFO [WorkbenchTestable][AbstractTable] Deselect all table rows 08:44:07.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:07.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:07.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:07.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:07.942 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:07.942 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:07.942 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:07.942 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:07.942 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:07.942 INFO [main][AbstractShell] Close shell Testing shell 08:44:07.942 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:07.952 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:07.952 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:07.952 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:44:07.952 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:07.952 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:07.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:07.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:07.964 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:44:07.964 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:07.964 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:44:07.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:44:07.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:07.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:07.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:08.215 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:44:08.215 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:08.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:08.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:08.439 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:08.439 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:08.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:08.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:08.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:08.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:08.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:44:08.440 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 08:44:08.440 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:08.440 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:08.440 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:08.441 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:08.441 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:08.441 INFO [main][AbstractShell] Close shell Testing shell 08:44:08.441 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:08.450 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:08.450 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:08.450 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:44:08.450 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:08.450 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:08.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:08.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:08.456 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:44:08.456 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:08.456 INFO [WorkbenchTestable][RequirementsRunner] Started test: waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:44:08.456 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:44:08.456 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:08.456 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:08.456 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:08.709 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:44:08.709 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:08.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:08.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:08.939 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:08.939 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:08.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:08.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:44:08.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:44:08.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:08.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:44:08.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text 'this does not exist' in cell 2... 08:44:08.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:08.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:09.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:09.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:09.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:09.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:10.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:10.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:10.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:10.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:11.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:11.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:11.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:11.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:12.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:12.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:12.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:12.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:13.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:13.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:13.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:13.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:14.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:14.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:14.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:14.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:15.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:15.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:15.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:15.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:16.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:16.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:16.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:16.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:17.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:17.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:17.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:17.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:18.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:18.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:18.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:18.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:18.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text 'this does not exist' in cell 2 failed, an exception will be thrown 08:44:18.977 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:18.977 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:18.977 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:18.978 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:18.978 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:18.978 INFO [main][AbstractShell] Close shell Testing shell 08:44:18.978 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:18.987 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:18.987 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:18.987 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:44:18.987 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:18.987 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:18.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:18.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:18.995 INFO [WorkbenchTestable][RequirementsRunner] Finished test: waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:44:18.995 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:44:18.995 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:18.995 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:18.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:18.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.521 s - in org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.574 s testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.507 s testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.526 s testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.524 s testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.532 s testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.549 s testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.58 s testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.499 s testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.552 s waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.51 s testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.522 s testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.515 s testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.522 s testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.513 s testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.495 s testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.513 s indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.501 s testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.502 s testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.513 s doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.51 s testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.51 s testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.496 s testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.503 s testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.516 s testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.492 s waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 10.539 s Running org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:44:19.004 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:44:19.004 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:44:19.004 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:19.004 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:44:19.004 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:19.004 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:44:19.012 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:19.012 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:44:19.012 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:19.012 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:19.012 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:44:19.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:44:19.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:19.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:19.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:19.183 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:44:19.183 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:19.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:19.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:19.345 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:19.345 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:19.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:19.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:19.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:19.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:19.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:44:19.346 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 7 and no matchers specified 08:44:19.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:19.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 7 with specified parent and matchers 08:44:19.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 7 is found 08:44:19.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:19.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 7 was found 08:44:19.346 INFO [WorkbenchTestable][AbstractTableItem] Set text array: [Ljava.lang.String;@653e4bd3 08:44:19.348 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:19.348 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:19.348 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:19.348 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:19.348 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:19.348 INFO [main][AbstractShell] Close shell Testing shell 08:44:19.348 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:19.355 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:19.356 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:19.356 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:44:19.356 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:19.356 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:19.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:19.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:19.362 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:44:19.362 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:19.362 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:44:19.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:44:19.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:19.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:19.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:19.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 08:44:19.531 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:19.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:19.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:19.695 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:19.695 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:19.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:19.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:44:19.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:44:19.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:19.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:44:19.701 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 0 and following matchers specified (Matcher matching widget which text matches: "1 3") 08:44:19.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:19.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:19.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:19.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:19.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 08:44:19.702 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:19.702 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:19.702 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:19.702 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:19.702 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:19.702 INFO [main][AbstractShell] Close shell Testing shell 08:44:19.702 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:19.709 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:19.709 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:19.709 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:44:19.709 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:19.709 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:19.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:19.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:19.725 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:44:19.725 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:19.725 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:44:19.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:44:19.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:19.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:19.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:19.897 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 0 and no matchers specified 08:44:19.897 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:20.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:20.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:20.067 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:20.067 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:20.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:20.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:20.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:20.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:20.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 08:44:20.068 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:20.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 08:44:20.068 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:20.068 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:20.068 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:20.068 INFO [main][AbstractShell] Close shell Testing shell 08:44:20.068 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:20.075 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:20.075 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:20.075 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:44:20.075 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:20.075 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:20.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:20.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:20.081 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:44:20.081 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:20.081 INFO [WorkbenchTestable][RequirementsRunner] Started test: text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:44:20.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:44:20.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:20.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:20.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:20.249 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "0 3") 08:44:20.249 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:20.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:20.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:20.425 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:20.425 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:20.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:20.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:20.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:20.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:20.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 08:44:20.425 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:20.425 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:20.425 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:20.425 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:20.425 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:20.425 INFO [main][AbstractShell] Close shell Testing shell 08:44:20.425 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:20.436 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:20.436 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:20.436 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:44:20.436 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:20.436 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:20.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:20.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:20.444 INFO [WorkbenchTestable][RequirementsRunner] Finished test: text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:44:20.444 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:20.444 INFO [WorkbenchTestable][RequirementsRunner] Started test: click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:44:20.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:44:20.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:20.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:20.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:20.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:44:20.648 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:20.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:20.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:20.811 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:20.812 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:20.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:20.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:44:20.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:44:20.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:20.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:44:20.815 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 0 and following matchers specified (Matcher matching widget which text matches: "1 2") 08:44:20.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:20.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:20.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:20.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:20.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 08:44:20.816 INFO [WorkbenchTestable][AbstractTableItem] Double click table item 1 2 08:44:20.816 TRACE [main][WidgetHandler] Notify Table with event 13 08:44:20.816 TRACE [main][WidgetHandler] Wait for synchronization 08:44:20.817 TRACE [main][WidgetHandler] Notify Table with event 3 08:44:20.817 TRACE [main][WidgetHandler] Wait for synchronization 08:44:20.817 TRACE [main][WidgetHandler] Notify Table with event 4 08:44:20.817 TRACE [main][WidgetHandler] Wait for synchronization 08:44:20.818 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:20.818 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:20.818 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:20.818 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:20.818 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:20.818 INFO [main][AbstractShell] Close shell Testing shell 08:44:20.818 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:20.825 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:20.825 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:20.825 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:44:20.825 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:20.825 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:20.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:20.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:20.831 INFO [WorkbenchTestable][RequirementsRunner] Finished test: click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:44:20.832 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:20.832 INFO [WorkbenchTestable][RequirementsRunner] Started test: index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:44:20.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:44:20.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:20.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:20.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:21.004 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 1 and no matchers specified 08:44:21.004 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:21.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:21.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:21.165 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:21.165 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:21.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:21.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:44:21.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:44:21.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:21.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 1 was found 08:44:21.166 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:21.166 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:21.166 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:21.166 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:21.166 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:21.166 INFO [main][AbstractShell] Close shell Testing shell 08:44:21.166 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:21.173 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:21.173 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:21.173 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:44:21.173 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:21.173 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:21.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:21.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:21.179 INFO [WorkbenchTestable][RequirementsRunner] Finished test: index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:44:21.179 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:21.179 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:44:21.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:44:21.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:21.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:21.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:21.347 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:44:21.347 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:21.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:21.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:21.508 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:21.508 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:21.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:21.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:44:21.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:44:21.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:21.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:44:21.512 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 0 and no matchers specified 08:44:21.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:21.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:21.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:21.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:21.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 08:44:21.512 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:21.512 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:21.512 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:21.513 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:21.513 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:21.513 INFO [main][AbstractShell] Close shell Testing shell 08:44:21.513 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:21.520 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:21.520 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:21.520 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:44:21.520 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:21.520 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:21.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:21.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:21.525 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:44:21.525 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:21.526 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:44:21.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:44:21.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:21.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:21.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:21.693 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:44:21.693 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:21.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:21.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:21.856 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:21.856 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:21.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:21.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:44:21.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:44:21.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:21.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:44:21.996 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 1 and no matchers specified 08:44:21.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:21.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:44:21.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:44:21.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:21.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 1 was found 08:44:21.996 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:21.996 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:21.996 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:21.997 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:21.997 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:21.997 INFO [main][AbstractShell] Close shell Testing shell 08:44:21.997 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:22.007 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:22.008 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:22.008 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:44:22.008 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:22.008 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:22.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:22.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:22.088 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:44:22.088 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:22.088 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextColumn no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:44:22.088 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:44:22.088 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:22.088 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:22.088 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:22.271 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 7 and no matchers specified 08:44:22.271 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:22.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:22.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:22.451 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:22.451 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:22.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:22.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 7 with specified parent and matchers 08:44:22.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 7 is found 08:44:22.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:22.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 7 was found 08:44:22.451 INFO [WorkbenchTestable][AbstractTableItem] Set text some text in columnin column 6 08:44:22.452 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 7 and no matchers specified 08:44:22.452 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:22.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:22.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:22.453 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:22.453 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:22.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:22.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 7 with specified parent and matchers 08:44:22.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 7 is found 08:44:22.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:22.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 7 was found 08:44:22.453 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:22.453 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:22.453 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:22.453 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:22.453 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:22.453 INFO [main][AbstractShell] Close shell Testing shell 08:44:22.453 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:22.460 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:22.460 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:22.460 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:44:22.461 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:22.461 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:22.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:22.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:22.473 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextColumn no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:44:22.474 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:22.474 INFO [WorkbenchTestable][RequirementsRunner] Started test: setText no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:44:22.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:44:22.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:22.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:22.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:22.655 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:44:22.655 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:22.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:22.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:22.831 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:22.831 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:22.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:22.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:22.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:22.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:22.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:44:22.831 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 6 and no matchers specified 08:44:22.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:22.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 08:44:22.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6 is found 08:44:22.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:22.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 6 was found 08:44:22.832 INFO [WorkbenchTestable][AbstractTableItem] Set text some text 08:44:22.832 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 6 and no matchers specified 08:44:22.832 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:22.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:22.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:22.833 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:22.833 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:22.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:22.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 08:44:22.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6 is found 08:44:22.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:22.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 6 was found 08:44:22.834 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:22.834 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:22.834 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:22.834 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:22.834 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:22.834 INFO [main][AbstractShell] Close shell Testing shell 08:44:22.834 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:22.843 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:22.844 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:22.844 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:44:22.844 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:22.844 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:22.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:22.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:22.850 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setText no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:44:22.850 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:44:22.850 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:22.850 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:22.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:22.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.847 s - in org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest setTextStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.35 s referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.363 s defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.356 s text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.363 s click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.387 s index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.347 s referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.346 s referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.562 s setTextColumn no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.385 s setText no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.376 s Running org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:44:22.856 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:44:22.856 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:44:22.857 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:22.857 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:44:22.857 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:22.857 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:44:22.857 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:22.857 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:44:22.857 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:22.857 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:22.858 INFO [WorkbenchTestable][RequirementsRunner] Started test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:44:22.858 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:44:22.858 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:22.858 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:22.858 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:22.889 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 08:44:22.889 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:22.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:22.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:22.900 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:22.900 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:22.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:22.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:44:22.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:44:22.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:22.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 08:44:22.902 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Disabled:") 08:44:22.902 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:22.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:22.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:22.902 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:22.902 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:22.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:22.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:22.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:22.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:22.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:44:22.904 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:22.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 08:44:22.905 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:22.905 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:22.905 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:22.905 INFO [main][AbstractShell] Close shell Testing shell 08:44:22.905 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:22.912 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:22.912 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:22.912 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:44:22.912 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:22.912 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:22.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:22.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:22.918 INFO [WorkbenchTestable][RequirementsRunner] Finished test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:44:22.918 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:22.918 INFO [WorkbenchTestable][RequirementsRunner] Started test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:44:22.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:44:22.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:22.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:22.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:22.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified ( with key 'comboTestKey' and value '3') 08:44:22.937 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:22.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:22.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:22.953 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:22.953 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:22.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:22.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:22.953 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 08:44:22.953 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 08:44:22.953 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 08:44:22.953 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 08:44:22.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:22.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:22.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:44:22.955 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 3 08:44:22.958 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:22.958 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:22.958 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:22.959 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:22.959 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:22.959 INFO [main][AbstractShell] Close shell Testing shell 08:44:22.959 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:22.965 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:22.966 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:22.966 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:44:22.966 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:22.966 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:22.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:22.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:22.972 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:44:22.972 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:22.972 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:44:22.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:44:22.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:22.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:22.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:22.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 "Combo0") 08:44:22.990 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:23.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:23.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:23.006 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:23.006 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:23.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:23.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:23.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:23.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:23.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:44:23.007 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and no matchers specified 08:44:23.007 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:23.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:23.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:23.007 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:23.007 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:23.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:23.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:23.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:23.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:23.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:44:23.007 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo1") 08:44:23.007 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:23.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:23.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:23.008 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:23.008 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:23.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:23.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:23.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:23.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:23.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:44:23.009 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 08:44:23.009 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:23.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:23.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:23.009 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:23.009 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:23.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:23.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:44:23.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:44:23.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:23.009 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 08:44:23.009 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo2") 08:44:23.009 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:23.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:23.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:23.009 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:23.009 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:23.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:23.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:23.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:23.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:23.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:44:23.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 2 and no matchers specified 08:44:23.011 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:23.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:23.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:23.011 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:23.011 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:23.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:23.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:44:23.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:44:23.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:23.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 2 was found 08:44:23.012 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo3") 08:44:23.012 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:23.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:23.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:23.012 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:23.012 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:23.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:23.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:23.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:23.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:23.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:44:23.014 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 3 and no matchers specified 08:44:23.014 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:23.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:23.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:23.014 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:23.014 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:23.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:23.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:44:23.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 08:44:23.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:23.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 3 was found 08:44:23.014 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:23.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 08:44:23.014 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:23.015 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:23.015 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:23.015 INFO [main][AbstractShell] Close shell Testing shell 08:44:23.015 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:23.022 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:23.022 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:23.022 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:44:23.022 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:23.022 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:23.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:23.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:23.034 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:44:23.034 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:23.034 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:44:23.034 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:44:23.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:23.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:23.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:23.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 "Combo3") 08:44:23.053 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:23.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:23.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:23.066 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:23.066 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:23.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:23.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:23.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:23.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:23.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:44:23.068 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 3 08:44:23.068 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:23.069 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:23.069 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:23.069 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:23.069 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:23.069 INFO [main][AbstractShell] Close shell Testing shell 08:44:23.069 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:23.076 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:23.076 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:23.076 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:44:23.076 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:23.076 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:23.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:23.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:23.087 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:44:23.087 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:23.087 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:44:23.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:44:23.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:23.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:23.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:23.104 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo1") 08:44:23.104 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:23.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:23.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:23.115 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:23.115 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:23.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:23.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:23.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:23.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:23.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:44:23.117 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 2 08:44:23.117 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:44:23.117 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:23.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:23.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:23.117 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:23.117 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:23.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:23.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:23.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:23.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:23.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:44:23.117 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:44:23.118 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:23.118 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:23.118 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:23.118 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:23.119 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:23.119 INFO [main][AbstractShell] Close shell Testing shell 08:44:23.119 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:23.125 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:23.125 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:23.125 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:44:23.125 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:23.125 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:23.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:23.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:23.137 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:44:23.137 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:23.137 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:44:23.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:44:23.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:23.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:23.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:23.157 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 08:44:23.157 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:23.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:23.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:23.174 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:23.174 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:23.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:23.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:44:23.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:44:23.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:23.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 08:44:23.175 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 1 08:44:23.176 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:23.176 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:23.176 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:23.176 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:23.176 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:23.176 INFO [main][AbstractShell] Close shell Testing shell 08:44:23.176 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:23.184 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:23.184 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:23.184 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:44:23.184 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:23.184 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:23.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:23.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:23.190 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:44:23.190 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:23.190 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:44:23.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:44:23.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:23.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:23.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:23.207 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 5 and no matchers specified 08:44:23.207 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:23.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:23.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:23.222 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:23.222 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:23.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:23.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:44:23.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:44:23.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:44:23.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:44:24.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:44:24.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:44:24.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:24.224 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 5 was not found 08:44:24.224 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:24.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 08:44:24.225 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:24.225 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:24.225 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:24.225 INFO [main][AbstractShell] Close shell Testing shell 08:44:24.225 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:24.232 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:24.232 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:24.232 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:44:24.232 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:24.232 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:24.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:24.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:24.238 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:44:24.238 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:24.238 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:44:24.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:44:24.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:24.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:24.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:24.256 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "NON_EXISTING_LABEL_&*") 08:44:24.256 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:24.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:24.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:24.278 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:24.278 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:24.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:24.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:24.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:24.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:24.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:25.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:25.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:25.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:25.287 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was not found 08:44:25.287 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:25.287 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:25.287 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:25.287 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:25.287 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:25.287 INFO [main][AbstractShell] Close shell Testing shell 08:44:25.287 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:25.294 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:25.294 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:25.294 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:44:25.294 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:25.294 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:25.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:25.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:25.306 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:44:25.306 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:25.306 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:44:25.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:44:25.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:25.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:25.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:25.323 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo2") 08:44:25.323 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:25.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:25.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:25.336 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:25.336 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:25.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:25.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:25.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:25.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:25.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:44:25.339 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Item23 08:44:25.344 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:44:25.344 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:25.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:25.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:25.345 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:25.345 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:25.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:25.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:25.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:25.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:25.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:44:25.345 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:44:25.346 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:25.346 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:25.346 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:25.346 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:25.346 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:25.346 INFO [main][AbstractShell] Close shell Testing shell 08:44:25.346 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:25.355 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:25.355 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:25.356 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:44:25.356 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:25.356 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:25.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:25.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:25.362 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:44:25.362 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:44:25.362 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:25.362 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:25.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:25.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.508 s - in org.eclipse.reddeer.swt.test.impl.combo.ComboTest enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.06 s findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.054 s getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.062 s findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.053 s selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.05 s findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.053 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 1.048 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 1.067 s selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.056 s Running org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:44:25.373 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:44:25.374 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:44:25.374 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:25.374 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:44:25.374 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:25.374 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:44:25.375 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:25.375 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:44:25.375 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:25.375 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:25.376 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:44:25.376 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:44:25.376 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:25.376 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:25.376 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:25.399 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 2 and no matchers specified 08:44:25.399 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:25.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:25.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:25.408 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:25.408 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:25.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:25.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:44:25.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:44:25.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:25.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 2 was found 08:44:25.409 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 2 08:44:25.411 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:44:25.411 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:25.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:25.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:25.411 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:25.411 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:25.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:25.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:25.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:25.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:25.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:44:25.411 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:44:25.412 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:25.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 08:44:25.412 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:25.413 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:25.413 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:25.413 INFO [main][AbstractShell] Close shell Testing shell 08:44:25.413 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:25.417 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:25.417 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:25.417 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:44:25.417 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:25.417 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:25.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:25.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:25.429 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:44:25.430 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:25.430 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:44:25.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:44:25.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:25.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:25.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:25.447 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabFolder with no referenced composite specified, index 0 and no matchers specified 08:44:25.447 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:25.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:25.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:25.455 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:25.455 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:25.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:25.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:25.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:25.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:25.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 08:44:25.457 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:25.457 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:25.457 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:25.458 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:25.458 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:25.458 INFO [main][AbstractShell] Close shell Testing shell 08:44:25.458 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:25.463 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:25.463 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:25.463 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:44:25.463 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:25.463 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:25.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:25.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:25.468 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:44:25.468 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:25.469 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:44:25.469 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:44:25.469 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:25.469 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:25.469 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:25.490 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and no matchers specified 08:44:25.490 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:25.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:25.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:25.500 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:25.500 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:25.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:25.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:25.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:25.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:25.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 08:44:25.500 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 0 08:44:25.500 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabFolder with no referenced composite specified, index 0 and no matchers specified 08:44:25.500 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:25.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:25.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:25.500 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:25.500 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:25.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:25.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:25.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:25.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:25.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 08:44:25.502 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:25.502 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:25.502 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:25.502 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:25.502 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:25.502 INFO [main][AbstractShell] Close shell Testing shell 08:44:25.502 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:25.507 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:25.507 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:25.507 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:44:25.507 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:25.507 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:25.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:25.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:25.513 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:44:25.513 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:25.513 INFO [WorkbenchTestable][RequirementsRunner] Started test: isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:44:25.513 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:44:25.513 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:25.513 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:25.513 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:25.530 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Item 0") 08:44:25.530 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:25.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:25.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:25.543 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:25.543 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:25.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:25.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:25.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:25.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:25.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 08:44:25.544 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Item 1") 08:44:25.544 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:25.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:25.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:25.544 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:25.544 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:25.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:25.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:25.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:25.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:25.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 08:44:25.544 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 1 08:44:25.545 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 0 08:44:25.546 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:25.546 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:25.546 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:25.546 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:25.546 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:25.546 INFO [main][AbstractShell] Close shell Testing shell 08:44:25.546 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:25.550 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:25.551 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:25.551 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:44:25.551 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:25.551 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:25.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:25.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:25.562 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:44:25.562 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:25.562 INFO [WorkbenchTestable][RequirementsRunner] Started test: tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:44:25.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:44:25.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:25.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:25.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:25.579 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabFolder with no referenced composite specified, index 0 and no matchers specified 08:44:25.579 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:25.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:25.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:25.589 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:25.589 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:25.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:25.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:25.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:25.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:25.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 08:44:25.590 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:25.590 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:25.590 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:25.590 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:25.590 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:25.590 INFO [main][AbstractShell] Close shell Testing shell 08:44:25.590 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:25.595 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:25.595 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:25.595 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:44:25.595 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:25.595 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:25.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:25.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:25.601 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:44:25.601 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:25.601 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:44:25.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:44:25.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:25.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:25.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:25.624 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 5 and no matchers specified 08:44:25.624 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:25.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:25.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:25.634 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:25.634 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:25.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:25.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:44:25.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:44:26.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:44:26.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:44:26.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:44:26.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:44:26.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:26.636 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 5 was not found 08:44:26.637 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:26.637 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:26.637 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:26.637 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:26.637 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:26.637 INFO [main][AbstractShell] Close shell Testing shell 08:44:26.637 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:26.641 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:26.641 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:26.641 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:44:26.641 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:26.641 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:26.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:26.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:26.647 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:44:26.647 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:26.648 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:44:26.648 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:44:26.648 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:26.648 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:26.648 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:26.665 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_#$") 08:44:26.665 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:26.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:26.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:26.678 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:26.678 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:26.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:26.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:26.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:27.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:27.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:27.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:27.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:27.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:27.680 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was not found 08:44:27.680 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:27.680 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:27.680 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:27.680 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:27.680 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:27.680 INFO [main][AbstractShell] Close shell Testing shell 08:44:27.680 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:27.685 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:27.685 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:27.685 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:44:27.685 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:27.685 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:27.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:27.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:27.691 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:44:27.691 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:27.691 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:44:27.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:44:27.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:27.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:27.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:27.708 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Item 1") 08:44:27.708 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:27.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:27.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:27.721 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:27.721 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:27.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:27.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:27.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:27.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:27.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 08:44:27.721 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 1 08:44:27.722 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:44:27.722 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:27.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:27.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:27.722 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:27.722 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:27.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:27.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:27.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:27.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:27.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:44:27.722 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:44:27.723 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:27.723 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:27.723 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:27.723 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:27.723 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:27.723 INFO [main][AbstractShell] Close shell Testing shell 08:44:27.723 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:27.728 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:27.728 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:27.728 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:44:27.728 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:27.728 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:27.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:27.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:27.734 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:44:27.734 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:44:27.734 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:27.734 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:27.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:27.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.361 s - in org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.053 s getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.038 s getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.044 s isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.049 s tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.039 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 1.046 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 1.043 s findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.043 s Running org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:44:27.740 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:44:27.741 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:44:27.741 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:27.741 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:44:27.741 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:27.741 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:44:27.742 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:27.742 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:44:27.742 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:27.742 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:27.742 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:44:27.742 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:44:27.742 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:27.742 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:27.742 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:27.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 08:44:27.753 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:27.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:27.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:27.761 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:27.761 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:27.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:27.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:27.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:27.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:27.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 08:44:27.764 TRACE [main][WidgetHandler] Notify List with event 13 08:44:27.764 TRACE [main][WidgetHandler] Wait for synchronization 08:44:27.765 TRACE [main][WidgetHandler] Notify List with event 13 08:44:27.765 TRACE [main][WidgetHandler] Wait for synchronization 08:44:27.765 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:27.765 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:27.765 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:27.765 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:27.765 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:27.765 INFO [main][AbstractShell] Close shell Testing shell 08:44:27.765 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:27.768 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:27.768 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:27.768 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:44:27.768 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:27.768 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:27.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:27.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:27.780 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:44:27.780 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:27.780 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:44:27.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:44:27.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:27.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:27.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:27.790 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 08:44:27.790 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:27.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:27.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:27.800 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:27.800 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:27.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:27.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:27.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:27.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:27.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 08:44:27.801 TRACE [main][WidgetHandler] Notify List with event 13 08:44:27.801 TRACE [main][WidgetHandler] Wait for synchronization 08:44:27.801 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:27.801 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:27.801 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:27.801 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:27.801 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:27.801 INFO [main][AbstractShell] Close shell Testing shell 08:44:27.801 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:27.804 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:27.804 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:27.804 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:44:27.804 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:27.804 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:27.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:27.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:27.815 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:44:27.815 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:27.815 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:44:27.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:44:27.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:27.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:27.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:27.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 08:44:27.829 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:27.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:27.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:27.841 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:27.841 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:27.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:27.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:27.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:27.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:27.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 08:44:27.842 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:27.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 08:44:27.842 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:27.843 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:27.843 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:27.843 INFO [main][AbstractShell] Close shell Testing shell 08:44:27.843 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:27.847 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:27.847 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:27.847 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:44:27.847 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:27.847 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:27.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:27.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:27.862 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:44:27.863 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:27.863 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:44:27.863 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:44:27.863 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:27.863 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:27.863 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:27.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 08:44:27.873 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:27.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:27.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:27.884 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:27.884 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:27.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:27.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:27.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:27.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:27.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 08:44:27.885 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 2) 08:44:27.889 TRACE [main][WidgetHandler] Notify List with event 13 08:44:27.889 TRACE [main][WidgetHandler] Wait for synchronization 08:44:27.890 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:27.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 08:44:27.890 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:27.890 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:27.890 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:27.890 INFO [main][AbstractShell] Close shell Testing shell 08:44:27.890 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:27.893 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:27.893 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:27.893 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:44:27.893 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:27.893 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:27.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:27.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:27.899 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:44:27.899 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:27.899 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:44:27.899 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:44:27.899 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:27.899 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:27.899 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:27.909 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 08:44:27.909 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:27.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:27.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:27.916 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:27.916 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:27.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:27.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:27.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:27.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:27.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 08:44:27.917 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and following matchers specified ( with key 'id' and value 'list001') 08:44:27.917 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:27.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:27.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:27.917 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:27.917 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:27.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:27.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:27.917 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 08:44:27.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:27.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:27.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 08:44:27.917 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:27.917 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:27.917 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:27.917 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:27.917 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:27.917 INFO [main][AbstractShell] Close shell Testing shell 08:44:27.917 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:27.921 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:27.921 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:27.921 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:44:27.921 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:27.921 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:27.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:27.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:27.931 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:44:27.931 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:27.931 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:44:27.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:44:27.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:27.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:27.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:27.939 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 08:44:27.939 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:27.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:27.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:27.949 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:27.949 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:27.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:27.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:27.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:27.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:27.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 08:44:27.950 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 3) 08:44:27.950 TRACE [main][WidgetHandler] Notify List with event 13 08:44:27.950 TRACE [main][WidgetHandler] Wait for synchronization 08:44:27.951 TRACE [main][WidgetHandler] Notify List with event 13 08:44:27.951 TRACE [main][WidgetHandler] Wait for synchronization 08:44:27.951 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:27.951 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:27.952 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:27.952 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:27.952 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:27.952 INFO [main][AbstractShell] Close shell Testing shell 08:44:27.952 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:27.955 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:27.955 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:27.955 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:44:27.955 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:27.955 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:27.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:27.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:27.964 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:44:27.964 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:27.964 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:44:27.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:44:27.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:27.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:27.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:27.972 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 08:44:27.972 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:27.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:27.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:27.982 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:27.982 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:27.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:27.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:27.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:27.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:27.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 08:44:27.983 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 2) 08:44:27.983 TRACE [main][WidgetHandler] Notify List with event 13 08:44:27.983 TRACE [main][WidgetHandler] Wait for synchronization 08:44:27.983 TRACE [main][WidgetHandler] Notify List with event 13 08:44:27.983 TRACE [main][WidgetHandler] Wait for synchronization 08:44:27.984 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:27.984 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:27.984 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:27.984 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:27.984 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:27.984 INFO [main][AbstractShell] Close shell Testing shell 08:44:27.984 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:27.987 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:27.987 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:27.987 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:44:27.987 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:27.987 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:27.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:27.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:27.996 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:44:27.996 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:44:27.996 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:27.996 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:27.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:27.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 s - in org.eclipse.reddeer.swt.test.impl.list.DefaultListTest testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.038 s testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.035 s testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.047 s testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.036 s testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.032 s testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.033 s testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.032 s Running org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:44:28.001 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:44:28.001 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:44:28.001 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:28.001 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:44:28.002 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:28.002 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:44:28.005 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:28.005 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:44:28.005 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:28.005 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:28.005 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:44:28.005 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:44:28.005 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:28.005 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:28.005 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:28.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 2 and no matchers specified 08:44:28.021 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:28.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:28.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:28.031 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:28.031 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:28.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:28.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:44:28.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:44:28.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:28.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 2 was found 08:44:28.032 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 2 08:44:28.033 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:44:28.033 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:28.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:28.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:28.033 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:28.033 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:28.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:28.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:28.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:28.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:28.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:44:28.033 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:44:28.035 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabFolder with no referenced composite specified, index 0 and no matchers specified 08:44:28.035 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:28.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:28.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:28.035 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:28.035 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:28.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:28.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:28.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:28.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:28.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabFolder and index 0 was found 08:44:28.036 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:28.036 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:28.037 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:28.037 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:28.037 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:28.037 INFO [main][AbstractShell] Close shell Testing shell 08:44:28.037 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:28.042 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:28.042 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:28.042 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:44:28.042 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:28.042 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:28.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:28.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:28.048 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:44:28.048 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:28.048 INFO [WorkbenchTestable][RequirementsRunner] Started test: close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:44:28.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:44:28.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:28.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:28.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:28.063 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 3 and no matchers specified 08:44:28.063 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:28.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:28.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:28.076 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:28.076 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:28.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:28.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:44:28.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 08:44:28.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:28.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 3 was found 08:44:28.077 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Item 3 08:44:28.077 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 3 08:44:28.078 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:44:28.079 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 3 and no matchers specified 08:44:28.079 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:28.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:28.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:28.079 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:28.079 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:28.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:28.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:44:28.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 08:44:28.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:44:28.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 08:44:29.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:44:29.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 08:44:29.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:29.081 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 3 was not found 08:44:29.081 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:29.081 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:29.081 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:29.081 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:29.081 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:29.081 INFO [main][AbstractShell] Close shell Testing shell 08:44:29.081 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:29.085 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:29.085 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:29.085 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:44:29.085 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:29.085 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:29.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:29.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:29.092 INFO [WorkbenchTestable][RequirementsRunner] Finished test: close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:44:29.092 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:29.092 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:44:29.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:44:29.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:29.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:29.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:29.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 5 and no matchers specified 08:44:29.107 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:29.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:29.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:29.121 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:29.121 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:29.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:29.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:44:29.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:44:29.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:44:29.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:44:30.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:44:30.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:44:30.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:30.123 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 5 was not found 08:44:30.123 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:30.123 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:30.123 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:30.123 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:30.123 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:30.123 INFO [main][AbstractShell] Close shell Testing shell 08:44:30.123 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:30.128 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:30.128 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:30.128 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:44:30.128 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:30.128 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:30.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:30.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:30.141 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:44:30.142 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:30.142 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:44:30.142 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:44:30.142 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:30.142 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:30.142 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:30.158 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_#$") 08:44:30.158 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:30.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:30.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:30.168 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:30.168 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:30.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:30.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:30.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:30.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:30.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:31.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:31.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:31.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:31.170 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was not found 08:44:31.170 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:31.171 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:31.171 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:31.171 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:31.171 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:31.171 INFO [main][AbstractShell] Close shell Testing shell 08:44:31.171 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:31.175 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:31.175 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:31.175 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:44:31.175 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:31.175 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:31.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:31.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:31.188 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:44:31.188 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:31.188 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:44:31.188 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:44:31.188 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:31.188 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:31.188 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:31.203 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Item 1") 08:44:31.203 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:31.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:31.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:31.214 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:31.214 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:31.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:31.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:31.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:31.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:31.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:44:31.214 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 1 08:44:31.215 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:44:31.215 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:31.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:31.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:31.215 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:31.215 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:31.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:31.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:31.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:31.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:31.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:44:31.216 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:44:31.216 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabFolder with no referenced composite specified, index 0 and no matchers specified 08:44:31.216 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:31.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:31.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:31.216 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:31.216 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:31.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:31.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:31.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:31.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:31.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabFolder and index 0 was found 08:44:31.216 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:31.217 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:31.217 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:31.217 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:31.217 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:31.217 INFO [main][AbstractShell] Close shell Testing shell 08:44:31.217 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:31.221 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:31.221 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:31.221 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:44:31.221 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:31.221 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:31.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:31.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:31.227 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:44:31.227 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:44:31.227 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:31.227 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:31.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:31.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.227 s - in org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 0.043 s close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 1.044 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 1.049 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 1.046 s findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 0.039 s Running org.eclipse.reddeer.swt.test.DummyTest 08:44:31.232 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.DummyTest 08:44:31.233 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:44:31.233 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:31.233 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.DummyTest 08:44:31.233 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:31.233 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:44:31.236 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:31.236 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:44:31.236 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:31.236 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:31.236 INFO [WorkbenchTestable][RequirementsRunner] Started test: dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest) 08:44:31.236 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.DummyTest 08:44:31.236 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:31.236 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:31.236 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:31.236 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.DummyTest 08:44:31.236 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:31.236 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:31.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:31.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:31.237 INFO [WorkbenchTestable][RequirementsRunner] Finished test: dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest) 08:44:31.237 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.DummyTest 08:44:31.237 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:31.237 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:31.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:31.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 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 08:44:31.249 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:44:31.249 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:44:31.249 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:31.249 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:44:31.249 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:31.249 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:44:31.250 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:31.250 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:44:31.250 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:31.250 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:31.250 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:44:31.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:44:31.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:31.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:31.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:31.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:31.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:31.266 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:31.267 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 2 and no matchers specified 08:44:31.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:31.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:44:31.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:44:31.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:31.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 2 was found 08:44:31.267 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:31.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 08:44:31.267 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:31.267 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:31.267 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:31.267 INFO [main][AbstractShell] Close shell Testing shell 08:44:31.267 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:31.270 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:31.270 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:31.270 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:44:31.270 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:31.270 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:31.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:31.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:31.276 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:44:31.276 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:31.276 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:44:31.276 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:44:31.276 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:31.276 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:31.276 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:31.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:31.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:31.294 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:31.294 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'PUSH.*tb2') 08:44:31.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:31.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:31.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:31.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:31.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:44:31.295 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:31.295 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:31.295 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:31.295 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:31.295 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:31.295 INFO [main][AbstractShell] Close shell Testing shell 08:44:31.295 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:31.298 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:31.298 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:31.298 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:44:31.298 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:31.298 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:31.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:31.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:31.303 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:44:31.303 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:31.303 INFO [WorkbenchTestable][RequirementsRunner] Started test: WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:44:31.303 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:44:31.303 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:31.303 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:31.303 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:31.322 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:31.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:31.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:31.322 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:31.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "RedDeer SWT WorkbenchToolItem with mnemonic") 08:44:31.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:31.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:31.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:31.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:31.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:44:31.342 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:31.342 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:31.342 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:31.342 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:31.342 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:31.342 INFO [main][AbstractShell] Close shell Testing shell 08:44:31.342 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:31.344 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:31.344 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:31.345 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:44:31.345 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:31.345 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:31.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:32.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 08:44:32.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 08:44:33.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 08:44:33.349 INFO [WorkbenchTestable][RequirementsRunner] Finished test: WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:44:33.349 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:33.349 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:44:33.349 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:44:33.349 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:33.349 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:33.349 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:33.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:33.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:33.371 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:33.371 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "PUSH tooltip") 08:44:33.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:33.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:33.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:33.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:33.371 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:44:33.371 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:33.371 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:33.371 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:33.371 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:33.371 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:33.371 INFO [main][AbstractShell] Close shell Testing shell 08:44:33.371 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:33.375 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:33.375 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:33.375 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:44:33.375 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:33.375 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:33.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:33.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:33.393 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:44:33.393 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:33.393 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:44:33.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:44:33.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:33.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:33.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:33.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:33.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:33.406 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:33.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and no matchers specified 08:44:33.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:33.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:33.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:33.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:33.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found PUSH tooltip 08:44:33.407 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:33.407 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:33.407 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:33.407 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:33.407 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:33.407 INFO [main][AbstractShell] Close shell Testing shell 08:44:33.407 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:33.409 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:33.409 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:33.409 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:44:33.410 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:33.410 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:33.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:33.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:33.422 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:44:33.422 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:44:33.422 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:33.422 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:33.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:33.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.174 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.027 s WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 2.046 s testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.044 s constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.029 s Running org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:44:33.426 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:44:33.426 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:44:33.427 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:33.427 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:44:33.427 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:33.427 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:44:33.436 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:33.436 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:44:33.436 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:33.436 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:33.437 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:44:33.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:44:33.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:33.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:33.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:33.446 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:44:33.446 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:33.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:33.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:33.460 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:33.460 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:33.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:33.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:33.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:33.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:33.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:44:33.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, XXX]... 08:44:33.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:44:33.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:44:33.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:44:33.463 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:44:33.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:44:33.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:44:33.963 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:44:33.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:44:33.966 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:44:33.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:44:33.966 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:44:33.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:44:33.966 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:44:34.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:44:34.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:44:34.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:44:34.467 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:44:34.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:44:34.467 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:44:34.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:44:34.467 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:44:34.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:44:34.467 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:44:34.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:44:34.467 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:44:34.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:44:34.467 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:44:34.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, XXX] failed, an exception will be thrown 08:44:34.467 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:34.467 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:34.467 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:34.468 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:34.468 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:34.468 INFO [main][AbstractShell] Close shell Testing shell 08:44:34.468 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:34.473 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:34.473 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:34.473 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:44:34.473 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:34.473 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:34.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:34.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:34.480 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:44:34.480 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:34.480 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:44:34.480 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:44:34.480 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:34.480 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:34.480 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:34.493 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:44:34.493 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:34.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:34.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:34.510 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:34.510 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:34.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:34.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:34.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:34.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:34.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:44:34.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]... 08:44:34.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:44:34.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:44:34.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:44:34.513 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:44:34.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:44:35.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:44:35.014 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:44:35.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:44:35.016 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:44:35.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:44:35.016 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:44:35.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:44:35.017 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:44:35.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:44:35.017 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:44:35.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:44:35.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:44:35.517 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:44:35.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:44:35.520 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:44:35.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:44:35.520 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:44:35.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:44:35.520 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:44:35.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] finished successfully 08:44:35.520 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:44:35.520 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:35.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:35.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:35.520 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:35.520 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:35.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:35.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:35.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:35.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:35.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:44:35.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]... 08:44:35.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:44:35.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:44:35.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:44:35.521 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:44:35.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:44:35.521 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:44:35.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:44:35.521 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:44:35.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:44:35.521 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:44:35.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:44:35.521 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:44:35.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:44:35.521 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:44:35.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:44:35.521 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:44:35.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:44:35.521 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:44:35.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:44:35.521 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:44:35.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:44:35.521 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:44:35.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:44:35.522 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:44:35.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:44:35.522 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:44:35.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] finished successfully 08:44:35.522 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:35.522 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:35.522 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:35.522 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:35.522 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:35.522 INFO [main][AbstractShell] Close shell Testing shell 08:44:35.522 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:35.526 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:35.526 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:35.526 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:44:35.526 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:35.526 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:35.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:35.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:35.531 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:44:35.531 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:35.531 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:44:35.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:44:35.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:35.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:35.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:35.540 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:44:35.540 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:35.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:35.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:35.557 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:35.557 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:35.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:35.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:35.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:35.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:35.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:44:35.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A]... 08:44:35.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:44:35.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:44:35.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A] finished successfully 08:44:35.559 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:44:35.559 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:35.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:35.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:35.559 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:35.559 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:35.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:35.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:35.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:35.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:35.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:44:35.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A]... 08:44:35.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:44:35.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:44:35.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A] finished successfully 08:44:35.559 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:35.559 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:35.559 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:35.560 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:35.560 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:35.560 INFO [main][AbstractShell] Close shell Testing shell 08:44:35.560 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:35.563 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:35.563 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:35.563 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:44:35.563 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:35.563 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:35.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:35.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:35.569 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:44:35.569 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:35.569 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:44:35.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:44:35.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:35.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:35.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:35.578 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:44:35.578 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:35.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:35.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:35.595 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:35.595 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:35.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:35.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:35.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:35.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:35.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:44:35.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[AA]... 08:44:35.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:44:35.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:44:36.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:44:36.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:44:36.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:44:36.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:44:36.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[AA] failed, NO exception will be thrown 08:44:36.598 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:36.598 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:36.598 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:36.598 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:36.598 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:36.598 INFO [main][AbstractShell] Close shell Testing shell 08:44:36.598 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:36.602 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:36.602 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:36.602 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:44:36.602 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:36.602 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:36.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:36.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:36.622 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:44:36.622 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:36.622 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:44:36.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:44:36.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:36.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:36.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:36.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:44:36.634 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:36.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:36.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:36.653 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:36.653 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:36.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:36.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:36.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:36.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:36.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:44:36.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX]... 08:44:36.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:44:36.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:44:37.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:44:37.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:44:37.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:44:37.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:44:37.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX] failed, NO exception will be thrown 08:44:37.657 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:44:37.657 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:37.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:37.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:37.657 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:37.657 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:37.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:37.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:37.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:37.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:37.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:44:37.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX]... 08:44:37.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:44:37.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:44:38.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:44:38.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:44:38.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:44:38.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:44:38.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX] failed, NO exception will be thrown 08:44:38.659 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:38.659 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:38.659 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:38.659 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:38.659 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:38.659 INFO [main][AbstractShell] Close shell Testing shell 08:44:38.659 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:38.664 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:38.664 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:38.664 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:44:38.664 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:38.664 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:38.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:38.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:38.680 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:44:38.680 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:38.680 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:44:38.680 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:44:38.680 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:38.680 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:38.680 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:38.689 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:44:38.689 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:38.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:38.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:38.702 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:38.702 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:38.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:38.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:38.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:38.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:38.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:44:38.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item 'null... 08:44:39.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item 'null failed, an exception will be thrown 08:44:39.704 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:39.704 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:39.704 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:39.705 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:39.705 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:39.705 INFO [main][AbstractShell] Close shell Testing shell 08:44:39.705 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:39.708 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:39.708 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:39.708 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:44:39.708 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:39.708 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:39.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:39.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:39.713 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:44:39.713 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:39.713 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:44:39.713 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:44:39.713 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:39.713 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:39.713 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:39.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 08:44:39.723 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:39.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:39.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:39.739 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:39.739 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:39.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:39.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:39.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:39.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:39.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:44:39.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]... 08:44:41.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] failed, an exception will be thrown 08:44:41.242 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:41.242 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:41.242 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:41.243 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:41.243 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:41.243 INFO [main][AbstractShell] Close shell Testing shell 08:44:41.243 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:41.246 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:41.246 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:41.246 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:44:41.246 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:41.246 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:41.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:41.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:41.263 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:44:41.263 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:44:41.263 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:41.263 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:41.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:41.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.838 s - in org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.043 s testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.051 s testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 0.038 s testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.053 s testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 2.058 s testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.033 s testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.55 s Running org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest 08:44:41.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:44:41.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:44:41.277 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:44:41.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:41.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:41.278 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:44:41.278 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:44:41.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:41.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:41.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:44:41.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:44:41.304 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:44:41.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:41.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:41.305 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:44:41.305 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:44:41.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:41.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:41.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:44:41.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:44:41.329 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:44:41.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:41.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:41.330 INFO [WorkbenchTestable][ShellHandler] Minimize shell 'shell' 08:44:41.331 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'shell' 08:44:41.331 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:44:41.331 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:44:41.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:41.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:41.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:44:41.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:44:41.360 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:44:41.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:41.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:41.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:44:41.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:44:41.360 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:44:41.361 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:44:41.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:41.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:41.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:44:41.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:44:41.392 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:44:41.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:41.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:41.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:44:42.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. failed, an exception will be thrown 08:44:42.393 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:44:42.393 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:44:42.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:42.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:42.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:44:42.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:44:42.408 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:44:42.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:42.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:42.409 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:44:42.409 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:44:42.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:42.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:42.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:44:42.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:44:42.436 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:44:42.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:42.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:42.436 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:44:42.436 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:44:42.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:42.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:42.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:44:42.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:44:42.461 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:44:42.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:42.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:42.462 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:44:42.462 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:44:42.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:42.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:42.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:44:42.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:44:42.493 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:44:42.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:42.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:42.494 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:44:42.494 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:44:42.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:42.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:42.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:44:42.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:44:42.520 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:44:42.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:42.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:42.520 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:44:42.520 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:44:42.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:42.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:42.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:44:42.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:44:42.545 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:44:42.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:42.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:42.545 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:44:42.545 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:44:42.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:42.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:42.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:44:42.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:44:42.561 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:44:42.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:42.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:42.561 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:44:42.561 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:44:42.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:42.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.311 s - in org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest testGetResultShellWithText(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.028 s testShellWithText(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.016 s testMinimizeMaximize(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.028 s testWaitUntil(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.041 s testWaitWhile(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 1.02 s testClosedShell(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.028 s testShellWithMatcherUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.015 s testGetResultNull(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.032 s testShellWithTextUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.036 s testShellWithLabelMatcherUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.015 s testShellWithMatcher(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.026 s testGetResultShell(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.026 s Running org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:44:42.583 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:44:42.583 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:44:42.583 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:42.583 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:44:42.583 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:42.583 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:44:42.587 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:42.587 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:44:42.587 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:42.587 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:42.587 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:44:42.587 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:44:42.587 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:42.587 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:42.587 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:42.674 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:44:42.674 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:42.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:42.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:42.761 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:42.761 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:42.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:42.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:42.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:42.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:42.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:44:42.762 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:42.762 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:42.762 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:42.762 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:42.763 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:42.763 INFO [main][AbstractShell] Close shell Testing shell 08:44:42.763 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:42.768 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:42.769 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:42.769 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:44:42.769 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:42.769 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:42.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:42.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:42.775 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:44:42.775 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:42.775 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:44:42.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:44:42.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:42.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:42.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:42.862 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:44:42.862 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:42.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:42.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:42.946 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:42.946 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:42.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:42.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:42.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:42.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:42.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:44:42.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:42.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:42.949 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:42.949 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:42.949 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:42.949 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:42.949 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:42.949 INFO [main][AbstractShell] Close shell Testing shell 08:44:42.949 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:42.955 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:42.955 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:42.955 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:44:42.955 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:42.955 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:42.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:42.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:42.960 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:44:42.960 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:42.960 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:44:42.960 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:44:42.960 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:42.960 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:42.960 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:43.045 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:44:43.045 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:43.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:43.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:43.131 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:43.131 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:43.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:43.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:43.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:43.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:43.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:44:43.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:43.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:43.134 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:43.134 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:43.134 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:43.134 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:43.134 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:43.134 INFO [main][AbstractShell] Close shell Testing shell 08:44:43.134 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:43.140 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:43.140 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:43.140 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:44:43.140 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:43.140 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:43.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:43.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:43.146 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:44:43.146 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:43.146 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:44:43.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:44:43.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:43.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:43.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:43.231 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:44:43.231 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:43.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:43.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:43.318 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:43.318 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:43.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:43.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:44:43.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:44:43.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:43.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:44:43.322 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:43.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 08:44:43.323 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:43.323 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:43.323 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:43.323 INFO [main][AbstractShell] Close shell Testing shell 08:44:43.323 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:43.330 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:43.330 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:43.330 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:44:43.330 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:43.330 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:43.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:43.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:43.349 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:44:43.349 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:43.350 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:44:43.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:44:43.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:43.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:43.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:43.436 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:44:43.436 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:43.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:43.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:43.539 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:43.539 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:43.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:43.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:43.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:43.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:43.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:44:43.540 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:43.540 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:43.540 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:43.540 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:43.541 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:43.541 INFO [main][AbstractShell] Close shell Testing shell 08:44:43.541 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:43.549 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:43.549 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:43.549 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:44:43.549 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:43.549 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:43.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:43.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:43.556 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:44:43.556 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:43.556 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:44:43.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:44:43.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:43.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:43.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:43.656 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:44:43.656 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:43.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:43.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:43.758 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:43.758 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:43.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:43.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:43.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:43.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:43.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:44:43.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:43.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:43.777 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:43.777 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:43.777 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:43.778 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:43.778 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:43.778 INFO [main][AbstractShell] Close shell Testing shell 08:44:43.778 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:43.784 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:43.784 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:43.784 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:44:43.784 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:43.784 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:43.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:43.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:43.789 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:44:43.789 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:43.789 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:44:43.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:44:43.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:43.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:43.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:43.875 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:44:43.875 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:43.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:43.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:43.960 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:43.960 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:43.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:43.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:43.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:43.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:43.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:44:43.961 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:44:43.961 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:43.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:43.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:43.961 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:43.961 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:43.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:43.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:43.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:43.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:43.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:44:43.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:43.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:43.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:43.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:43.972 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:43.972 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:43.972 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:43.973 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:43.973 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:43.973 INFO [main][AbstractShell] Close shell Testing shell 08:44:43.973 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:43.979 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:43.979 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:43.979 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:44:43.979 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:43.979 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:43.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:43.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:43.984 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:44:43.984 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:43.984 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:44:43.984 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:44:43.984 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:43.984 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:43.984 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:44.070 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:44:44.070 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:44.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:44.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:44.156 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:44:44.156 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:44.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:44.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:44.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:44.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:44.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:44:44.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:44:44.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:44:44.166 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:44.166 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:44.166 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:44.167 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:44.167 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:44.167 INFO [main][AbstractShell] Close shell Testing shell 08:44:44.167 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:44.173 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:44.173 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:44.173 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:44:44.173 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:44.173 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:44.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:44.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:44.189 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:44:44.189 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:44:44.189 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:44.189 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:44.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:44.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.608 s - in org.eclipse.reddeer.swt.test.condition.TableHasRowsTest tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.188 s tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.185 s tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.186 s tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.203 s tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.206 s tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.233 s tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.195 s tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.205 s Running org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:44:44.194 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:44:44.195 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:44:44.195 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:44.195 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:44:44.195 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:44.195 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:44:44.196 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:44.196 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:44:44.196 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:44.196 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:44.196 INFO [WorkbenchTestable][RequirementsRunner] Started test: activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:44:44.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:44:44.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:44.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:44.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:44.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available.... 08:44:44.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available. finished successfully 08:44:44.224 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 2 08:44:44.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:44.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:44.224 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Shell 2") 08:44:44.224 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:44.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:44.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:44.224 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 08:44:44.224 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:44.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:44.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:44.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:44.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:44.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 08:44:44.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 1"] is available.... 08:44:44.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 1"] is available. finished successfully 08:44:44.224 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 1 08:44:44.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:44.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:44.225 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Shell 1") 08:44:44.225 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:44.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:44.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:44.225 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 1" as the parent 08:44:44.225 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:44.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:44.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:44.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:44.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:44.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 08:44:44.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available.... 08:44:44.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available. finished successfully 08:44:44.227 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 2 08:44:44.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:44.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:44.227 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Shell 2") 08:44:44.227 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:44.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:44.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:44.227 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 08:44:44.227 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:44.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:44.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:44.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:44.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:44.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 08:44:44.227 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Shell 1") 08:44:44.227 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:44.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:44.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:44.227 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 08:44:44.227 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:44.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:44.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:44.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:44.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:44.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:45.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:45.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:44:45.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:44:45.229 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was not found 08:44:45.229 INFO [WorkbenchTestable][AbstractShell] Close shell Shell 1 08:44:45.229 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Shell 1' 08:44:45.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:45.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:45.231 INFO [WorkbenchTestable][AbstractShell] Close shell Shell 2 08:44:45.231 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Shell 2' 08:44:45.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:45.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:45.250 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:44:45.250 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:45.250 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:45.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:45.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:45.250 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:44:45.250 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:45.251 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:44:45.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:44:45.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:45.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:45.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:45.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 08:44:45.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 08:44:45.269 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:44:45.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:45.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:45.269 INFO [WorkbenchTestable][AbstractShell] Close shell 08:44:45.269 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 08:44:45.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:45.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:45.277 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:44:45.277 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:45.277 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:45.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:45.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:45.277 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:44:45.277 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:45.277 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:44:45.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:44:45.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:45.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:45.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:45.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:45.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:45.277 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:45.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:45.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:45.277 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:44:45.277 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:45.277 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:45.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:45.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:45.278 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:44:45.278 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:45.278 INFO [WorkbenchTestable][RequirementsRunner] Started test: manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:44:45.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:44:45.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:45.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:45.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:45.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MaxMin"] is available.... 08:44:45.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MaxMin"] is available. finished successfully 08:44:45.288 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MaxMin 08:44:45.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:45.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:45.289 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'MaxMin' 08:44:45.300 INFO [WorkbenchTestable][ShellHandler] Restore shell 'MaxMin' 08:44:45.300 INFO [WorkbenchTestable][ShellHandler] Minimize shell 'MaxMin' 08:44:45.302 ERROR [WorkbenchTestable][RunTestMethod] Test org.eclipse.reddeer.swt.test.shell.DefaultShellTest.manipulateShellTest throws exception: java.lang.AssertionError at org.junit.Assert.fail(Assert.java:87) at org.junit.Assert.assertTrue(Assert.java:42) at org.junit.Assert.assertTrue(Assert.java:53) at org.eclipse.reddeer.swt.test.shell.DefaultShellTest.manipulateShellTest(DefaultShellTest.java:106) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:46) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:79) at java.base/java.lang.Thread.run(Thread.java:833) 08:44:45.329 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.swt.test.shell.DefaultShellTest.manipulateShellTest.png 08:44:45.432 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/./target/screenshots/no-configuration/org.eclipse.reddeer.swt.test.shell.DefaultShellTest.manipulateShellTest.png 08:44:45.443 INFO [WorkbenchTestable][AbstractShell] Close shell MaxMin 08:44:45.444 INFO [WorkbenchTestable][ShellHandler] Closing shell 'MaxMin' 08:44:45.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:45.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:45.448 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:44:45.448 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:45.448 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:45.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:45.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:45.450 ERROR [WorkbenchTestable][RequirementsRunner] Failed test: manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) java.lang.AssertionError at org.junit.Assert.fail(Assert.java:87) at org.junit.Assert.assertTrue(Assert.java:42) at org.junit.Assert.assertTrue(Assert.java:53) at org.eclipse.reddeer.swt.test.shell.DefaultShellTest.manipulateShellTest(DefaultShellTest.java:106) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:46) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:79) at java.base/java.lang.Thread.run(Thread.java:833) 08:44:45.451 INFO [WorkbenchTestable][RequirementsRunner] Finished test: manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:44:45.451 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:45.451 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:44:45.451 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:44:45.451 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:45.451 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:45.451 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:45.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 08:44:45.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 08:44:45.467 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:44:45.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:45.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:45.467 INFO [WorkbenchTestable][AbstractShell] Close shell 08:44:45.478 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 08:44:45.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:45.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:45.528 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:44:45.528 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:45.528 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:45.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:45.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:45.529 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:44:45.529 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:45.529 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:44:45.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:44:45.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:45.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:45.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:45.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Dummy shell"] is available.... 08:44:45.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Dummy shell"] is available. finished successfully 08:44:45.555 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Dummy shell 08:44:45.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:45.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:45.555 INFO [WorkbenchTestable][AbstractShell] Close shell Dummy shell 08:44:45.555 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Dummy shell' 08:44:45.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:44:45.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:44:45.567 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:44:45.567 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:45.567 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:45.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:45.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:45.567 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:44:45.567 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:44:45.567 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:45.567 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:45.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:45.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.373 s <<< FAILURE! - in org.eclipse.reddeer.swt.test.shell.DefaultShellTest activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 1.054 s testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.026 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.172 s <<< FAILURE! java.lang.AssertionError at org.eclipse.reddeer.swt.test.shell.DefaultShellTest.manipulateShellTest(DefaultShellTest.java:106) testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.078 s closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.038 s Running org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 08:44:45.575 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 08:44:45.575 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:44:45.575 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:45.576 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 08:44:45.576 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:45.576 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:44:45.576 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:45.576 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:44:45.576 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:45.576 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:45.577 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 08:44:45.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 08:44:45.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:45.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:45.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:45.590 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:45.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:45.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:45.590 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:45.590 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 08:44:45.590 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:45.590 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:45.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:45.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:45.590 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 08:44:45.590 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:45.591 INFO [WorkbenchTestable][RequirementsRunner] Started test: maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 08:44:45.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 08:44:45.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:45.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:45.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:45.591 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:45.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:45.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:45.591 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:45.591 INFO [WorkbenchTestable][ShellHandler] Restore shell 'data - Eclipse Platform' 08:44:45.591 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 08:44:45.591 INFO [WorkbenchTestable][ShellHandler] Restore shell 'data - Eclipse Platform' 08:44:45.591 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 08:44:45.591 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:45.591 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:45.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:45.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:45.591 INFO [WorkbenchTestable][RequirementsRunner] Finished test: maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 08:44:45.591 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 08:44:45.591 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:45.591 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:45.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:45.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) Time elapsed: 0.013 s maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) Time elapsed: 0 s Running org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 08:44:45.624 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 08:44:45.625 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:44:45.625 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:45.625 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 08:44:45.625 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:45.625 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:44:45.625 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:45.625 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:44:45.625 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:45.626 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:45.626 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) 08:44:45.626 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 08:44:45.626 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:45.626 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:45.626 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:45.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:45.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:45.639 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:44:45.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:45.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:45.639 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 08:44:45.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:45.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:45.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:45.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:45.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:44:45.641 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:45.641 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:45.641 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:45.641 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:45.641 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:45.641 INFO [main][AbstractShell] Close shell Testing shell 08:44:45.641 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:45.644 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:45.644 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:45.644 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 08:44:45.644 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:45.644 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:45.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:45.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:45.672 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) 08:44:45.672 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 08:44:45.672 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:45.672 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:45.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:45.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.reddeer.swt.test.widgets.DefaultControlTest defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) Time elapsed: 0.046 s Running org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 08:44:45.676 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 08:44:45.677 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:44:45.677 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:45.677 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 08:44:45.677 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:45.677 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:44:45.677 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:45.677 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:44:45.677 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:45.678 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:45.678 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) 08:44:45.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 08:44:45.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:45.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:45.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:45.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:45.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:45.690 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:44:45.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:45.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:45.690 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 08:44:45.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:45.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:45.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:45.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:45.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:44:45.691 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'Testing shell' 08:44:45.691 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:44:45.691 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:44:45.691 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:44:45.691 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:45.691 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:45.691 INFO [main][AbstractShell] Close shell Testing shell 08:44:45.692 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:44:45.694 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:45.694 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:45.694 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 08:44:45.694 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:45.694 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:45.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:45.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:45.705 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) 08:44:45.705 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 08:44:45.705 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:45.705 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:45.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:45.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) Time elapsed: 0.027 s Running org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:44:45.710 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:44:45.711 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:44:45.711 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:45.711 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:44:45.711 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:45.711 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:44:45.724 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:45.724 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:44:45.724 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:45.725 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:45.725 INFO [WorkbenchTestable][RequirementsRunner] Started test: testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 08:44:45.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:44:45.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:45.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:45.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:45.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:45.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:45.728 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 08:44:45.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:45.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:45.731 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:45.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:45.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:45.731 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:45.731 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 08:44:45.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:45.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:45.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:45.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:45.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:44:45.734 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 08:44:45.734 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 08:44:45.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:44:45.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:44:45.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:44:45.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:44:45.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:45.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:45.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:45.751 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:45.754 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:44:45.754 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:45.754 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:45.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:45.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:45.754 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 08:44:45.754 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:45.754 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 08:44:45.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:44:45.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:45.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:45.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:45.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:45.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:45.757 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 08:44:45.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:45.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:45.760 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:45.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:45.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:45.761 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:45.761 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 08:44:45.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:45.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:45.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:45.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:45.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:44:45.764 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 08:44:45.764 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 08:44:45.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:44:45.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:44:45.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:44:45.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:44:45.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:45.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:45.776 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 08:44:45.776 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "RedDeer SWT ViewToolItem") 08:44:45.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:45.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:45.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:45.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:45.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:44:45.777 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:44:45.777 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:45.777 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:45.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:45.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:45.777 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 08:44:45.777 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:45.777 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 08:44:45.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:44:45.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:45.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:45.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:45.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:45.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:45.780 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 08:44:45.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:45.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:45.791 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:45.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:45.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:45.791 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:45.791 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 08:44:45.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:45.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:45.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:45.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:45.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:44:45.793 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 08:44:45.793 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 08:44:45.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:44:45.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:44:45.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:44:45.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:44:45.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:45.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:45.794 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 08:44:45.794 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "RedDeer SWT ViewToolItem") 08:44:45.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:45.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:45.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:45.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:45.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:44:45.795 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT ViewToolItem 08:44:45.795 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:44:45.795 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:44:45.795 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:44:45.795 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:45.795 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:45.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:45.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:45.795 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 08:44:45.795 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:45.796 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 08:44:45.796 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:44:45.796 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:45.796 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:45.796 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:45.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:45.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:45.798 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 08:44:45.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:45.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:45.808 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:45.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:45.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:45.808 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:45.809 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 08:44:45.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:45.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:45.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:45.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:45.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:44:45.811 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 08:44:45.811 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 08:44:45.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:44:45.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:44:45.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:44:45.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:44:45.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:45.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:45.813 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 08:44:45.813 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'RedDeer SWT View.*') 08:44:45.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:45.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:45.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:45.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:45.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:44:45.814 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT ViewToolItem 08:44:45.814 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:44:45.814 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:44:45.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:44:45.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:45.826 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:45.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:45.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:45.827 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 08:44:45.827 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:44:45.827 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:45.827 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:45.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:45.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.029 s testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.023 s testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.018 s testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.031 s Running org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:44:45.831 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:44:45.831 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:44:45.832 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:45.832 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:44:45.832 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:45.832 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:44:45.832 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:45.832 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:44:45.832 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:45.832 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:45.833 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:44:45.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:44:45.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:45.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:45.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:45.833 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:45.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:45.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:45.833 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:45.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "RedDeer SWT WorkbenchToolItem") 08:44:45.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:45.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:45.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:45.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:45.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:44:45.838 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT WorkbenchToolItem 08:44:45.838 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:44:45.838 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:44:45.838 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:44:45.838 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:45.838 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:45.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:45.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:45.838 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:44:45.838 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:45.838 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:44:45.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:44:45.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:45.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:45.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:45.838 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:45.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:45.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:45.838 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:45.838 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'RedDeer SWT Workbench.*') 08:44:45.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:45.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:45.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:45.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:45.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:44:45.843 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT WorkbenchToolItem 08:44:45.843 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:44:45.843 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:44:45.843 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:44:45.843 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:45.843 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:45.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:45.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:45.843 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:44:45.844 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:45.844 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:44:45.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:44:45.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:45.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:45.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:45.850 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:44:45.857 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:44:45.857 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:44:45.857 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:44:45.857 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:44:45.857 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:44:45.857 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:45.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:45.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:45.857 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:45.857 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:44:45.857 DEBUG [main][MenuItemLookup] Found menu:'File' 08:44:45.857 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:44:45.858 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:44:45.858 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:44:45.858 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:44:45.858 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:44:45.858 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:44:45.858 DEBUG [main][MenuItemLookup] Item match:Window 08:44:45.858 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:44:45.858 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:44:45.858 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:44:45.858 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:45.858 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:44:45.858 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:44:45.858 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:45.858 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:44:45.858 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:45.858 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:44:45.858 DEBUG [main][MenuItemLookup] Item match:Preferences 08:44:45.858 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:44:45.858 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:44:45.858 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:44:45.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 08:44:45.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 08:44:45.982 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:44:45.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:45.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:45.983 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:44:45.983 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:44:45.983 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:44:45.983 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:45.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:45.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:45.983 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:44:45.983 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:45.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:45.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:45.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:45.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:45.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:44:45.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:44:45.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:44:45.984 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 08:44:45.984 DEBUG [main][TreeItemHandler] Selecting tree item: General 08:44:45.985 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 08:44:45.985 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 08:44:45.985 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and no matchers specified 08:44:45.985 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:45.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:45.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:45.985 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:44:45.985 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:45.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:45.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:45.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:45.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:45.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 08:44:45.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 08:44:45.985 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:45.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:45.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:45.986 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:44:45.986 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:45.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:45.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:45.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:45.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:45.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:44:45.986 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java 08:44:45.986 DEBUG [main][TreeItemHandler] Selecting tree item: Java 08:44:45.986 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java about selection 08:44:45.986 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java 08:44:45.986 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and no matchers specified 08:44:45.986 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:46.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:46.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:46.046 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:44:46.046 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:46.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:46.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:46.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:46.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:46.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 08:44:46.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:46.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:46.047 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:44:46.047 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and no matchers specified 08:44:46.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:46.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:46.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:46.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:46.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:44:46.048 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Back to General 08:44:46.048 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:44:46.048 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:44:46.051 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and no matchers specified 08:44:46.051 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:46.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:46.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:46.051 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:44:46.051 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:46.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:46.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:46.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:46.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:46.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 08:44:46.051 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:44:46.051 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:46.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:46.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:46.051 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:44:46.051 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:46.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:46.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:46.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:46.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:46.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:44:46.052 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 08:44:46.052 DEBUG [main][TreeItemHandler] Selecting tree item: General 08:44:46.052 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 08:44:46.052 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 08:44:46.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:44:46.052 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:46.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:46.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:46.052 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:44:46.052 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:46.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:46.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:46.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:46.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:46.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:44:46.054 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:44:46.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:44:46.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:44:46.054 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:44:46.054 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:44:46.079 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:44:46.079 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:46.079 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:46.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:46.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:46.079 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:44:46.079 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:46.079 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:44:46.079 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:44:46.079 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:46.079 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:46.079 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:46.079 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:44:46.079 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:44:46.079 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:44:46.079 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:44:46.080 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:44:46.080 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:44:46.080 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:46.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:46.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:46.080 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:46.080 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:44:46.080 DEBUG [main][MenuItemLookup] Found menu:'File' 08:44:46.080 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:44:46.080 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:44:46.080 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:44:46.080 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:44:46.080 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:44:46.080 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:44:46.080 DEBUG [main][MenuItemLookup] Item match:Window 08:44:46.081 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:44:46.081 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:44:46.081 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:44:46.081 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:46.081 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:44:46.081 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:44:46.081 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:46.081 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:44:46.081 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:46.081 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:44:46.081 DEBUG [main][MenuItemLookup] Item match:Preferences 08:44:46.081 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:44:46.081 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:44:46.081 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:44:46.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 08:44:46.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 08:44:46.176 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:44:46.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:46.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:46.177 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:44:46.177 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:44:46.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:44:46.178 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:46.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:46.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:46.178 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:44:46.178 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:46.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:46.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:46.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:46.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:46.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:44:46.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:44:46.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:44:46.190 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 08:44:46.190 DEBUG [main][TreeItemHandler] Selecting tree item: General 08:44:46.190 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 08:44:46.190 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 08:44:46.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:46.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:46.191 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:44:46.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and no matchers specified 08:44:46.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:46.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:46.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:46.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:46.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:44:46.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:44:46.191 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:46.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:46.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:46.191 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:44:46.191 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:46.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:46.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:46.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:46.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:46.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:44:46.192 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 08:44:46.192 DEBUG [main][TreeItemHandler] Selecting tree item: General 08:44:46.192 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 08:44:46.192 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 08:44:46.192 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:44:46.192 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:46.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:46.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:46.192 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:44:46.192 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:46.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:46.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:46.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:46.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:46.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:44:46.212 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:44:46.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:44:46.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:44:46.212 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:44:46.212 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:44:46.231 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:44:46.232 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:46.232 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:46.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:46.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:46.232 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:44:46.232 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:46.232 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:44:46.232 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:44:46.232 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:46.232 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:46.232 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:46.232 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:44:46.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:44:46.232 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:44:46.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:44:46.233 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:44:46.233 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:44:46.233 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:46.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:46.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:46.233 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:46.233 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:44:46.233 DEBUG [main][MenuItemLookup] Found menu:'File' 08:44:46.233 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:44:46.233 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:44:46.233 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:44:46.233 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:44:46.233 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:44:46.233 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:44:46.233 DEBUG [main][MenuItemLookup] Item match:Window 08:44:46.233 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:44:46.233 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:44:46.233 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:44:46.233 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:46.233 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:44:46.233 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:44:46.233 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:46.233 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:44:46.233 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:46.233 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:44:46.233 DEBUG [main][MenuItemLookup] Item match:Preferences 08:44:46.233 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:44:46.233 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:44:46.233 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:44:46.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 08:44:46.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 08:44:46.313 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:44:46.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:46.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:46.314 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:44:46.314 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:44:46.314 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:44:46.314 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:46.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:46.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:46.314 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:44:46.314 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:46.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:46.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:46.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:46.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:46.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:44:46.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:44:46.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:44:46.316 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 08:44:46.316 DEBUG [main][TreeItemHandler] Selecting tree item: General 08:44:46.316 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 08:44:46.316 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 08:44:46.316 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:44:46.316 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:46.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:46.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:46.316 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:44:46.316 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:46.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:46.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:46.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:46.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:46.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:44:46.317 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java 08:44:46.317 DEBUG [main][TreeItemHandler] Selecting tree item: Java 08:44:46.317 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java about selection 08:44:46.317 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java 08:44:46.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:46.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:46.362 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:44:46.362 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression '.*ack.*') 08:44:46.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:46.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:46.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:46.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:46.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:44:46.362 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:44:46.362 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:46.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:46.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:46.363 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:44:46.363 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:46.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:46.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:46.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:46.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:46.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:44:46.363 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 08:44:46.363 DEBUG [main][TreeItemHandler] Selecting tree item: General 08:44:46.363 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 08:44:46.363 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 08:44:46.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:44:46.363 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:46.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:46.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:46.365 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:44:46.365 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:46.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:46.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:46.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:46.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:46.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:44:46.367 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:44:46.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:44:46.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:44:46.367 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:44:46.367 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:44:46.402 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:44:46.402 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:46.402 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:46.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:46.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:46.403 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:44:46.403 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:46.403 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:44:46.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:44:46.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:46.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:46.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:46.403 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:44:46.403 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:44:46.403 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:44:46.403 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:44:46.403 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:44:46.403 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:44:46.403 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:44:46.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:46.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:46.403 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:44:46.403 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:44:46.404 DEBUG [main][MenuItemLookup] Found menu:'File' 08:44:46.404 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:44:46.404 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:44:46.404 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:44:46.404 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:44:46.404 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:44:46.404 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:44:46.404 DEBUG [main][MenuItemLookup] Item match:Window 08:44:46.404 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:44:46.404 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:44:46.404 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:44:46.404 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:46.404 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:44:46.404 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:44:46.404 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:46.404 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:44:46.404 DEBUG [main][MenuItemLookup] Found menu:'' 08:44:46.404 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:44:46.404 DEBUG [main][MenuItemLookup] Item match:Preferences 08:44:46.404 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:44:46.404 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:44:46.404 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:44:46.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 08:44:46.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 08:44:46.481 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:44:46.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:46.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:46.483 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:44:46.483 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:44:46.483 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:44:46.483 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:46.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:46.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:46.483 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:44:46.483 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:46.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:46.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:46.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:46.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:46.483 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:44:46.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:44:46.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:44:46.484 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 08:44:46.484 DEBUG [main][TreeItemHandler] Selecting tree item: General 08:44:46.484 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 08:44:46.484 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 08:44:46.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:46.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:46.485 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:44:46.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:46.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:46.485 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolBar with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 08:44:46.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:46.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:46.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:46.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:46.486 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolBar and index 0 was found 08:44:46.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 08:44:46.486 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:46.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:46.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:46.486 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:44:46.486 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:46.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:46.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:46.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:46.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:46.486 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:44:46.487 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 08:44:46.487 DEBUG [main][TreeItemHandler] Selecting tree item: General 08:44:46.487 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 08:44:46.487 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 08:44:46.487 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:44:46.487 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:46.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:46.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:46.487 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:44:46.487 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:46.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:46.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:46.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:46.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:46.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:44:46.489 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:44:46.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:44:46.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:44:46.489 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:44:46.489 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:44:46.530 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:44:46.530 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:46.530 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:46.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:46.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:46.531 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:44:46.531 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:44:46.531 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:46.531 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:46.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:46.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.7 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.005 s testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.235 s testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.153 s testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.171 s testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.128 s Running org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:44:46.535 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:44:46.536 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:44:46.536 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:46.536 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:44:46.536 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:46.536 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:44:46.536 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:46.536 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:44:46.536 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:46.537 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:46.537 INFO [WorkbenchTestable][RequirementsRunner] Started test: typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:44:46.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:44:46.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:46.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:46.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:46.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 08:44:46.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 08:44:46.549 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 08:44:46.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:46.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:46.549 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:44:46.549 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:46.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:46.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:46.549 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 08:44:46.549 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:46.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:46.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:46.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:46.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:46.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:44:46.549 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:44:46.550 INFO [WorkbenchTestable][Keyboard] Type text "test123" 08:44:46.550 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:44:46.550 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:44:47.151 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:44:47.151 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:44:47.752 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:44:47.752 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 08:44:48.353 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:44:48.353 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:44:48.954 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:44:48.954 INFO [WorkbenchTestable][Keyboard] As char:1, as int:49 08:44:49.555 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:44:49.555 INFO [WorkbenchTestable][Keyboard] As char:2, as int:50 08:44:50.156 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:44:50.156 INFO [WorkbenchTestable][Keyboard] As char:3, as int:51 08:44:50.759 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 08:44:50.759 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 08:44:50.759 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 08:44:50.760 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:50.760 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:50.760 INFO [main][AbstractShell] Close shell Keyboard testing shell 08:44:50.760 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 08:44:50.764 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:50.764 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:50.764 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:44:50.765 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:50.765 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:50.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:50.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:50.770 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:44:50.770 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:50.771 INFO [WorkbenchTestable][RequirementsRunner] Started test: cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:44:50.771 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:44:50.771 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:50.771 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:50.771 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:50.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 08:44:50.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 08:44:50.792 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 08:44:50.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:50.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:50.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:44:50.792 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:50.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:50.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:50.792 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 08:44:50.792 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:50.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:50.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:50.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:50.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:50.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:44:50.793 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:44:50.793 INFO [WorkbenchTestable][Keyboard] Type text "test" 08:44:50.793 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:44:50.793 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:44:51.394 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:44:51.394 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:44:51.996 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:44:51.996 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 08:44:52.597 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:44:52.597 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:44:53.198 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 08:44:53.198 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 08:44:53.399 INFO [WorkbenchTestable][Keyboard] Move cursor 08:44:53.599 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:44:53.599 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:44:53.800 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:44:54.202 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:44:54.202 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:44:54.403 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:44:54.612 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 08:44:54.839 INFO [WorkbenchTestable][DefaultKeyboard] Write to clipboard 08:44:54.839 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 08:44:55.039 INFO [WorkbenchTestable][Keyboard] Type character 'x', as int:120 08:44:55.040 DEBUG [WorkbenchTestable][Keyboard] Press character 'x', as int:120 08:44:55.240 DEBUG [WorkbenchTestable][Keyboard] Release character 'x', as int:120 08:44:55.441 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 08:44:55.642 INFO [WorkbenchTestable][Keyboard] Move cursor 08:44:55.842 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:44:55.842 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:44:56.043 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:44:56.444 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:44:56.444 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:44:56.644 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:44:57.045 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:44:57.045 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:44:57.246 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:44:57.647 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:44:57.647 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:44:57.847 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:44:58.248 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:44:58.248 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:44:58.449 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:44:58.649 INFO [WorkbenchTestable][DefaultKeyboard] Paste from clipboard 08:44:58.649 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 08:44:58.850 INFO [WorkbenchTestable][Keyboard] Type character 'v', as int:118 08:44:58.850 DEBUG [WorkbenchTestable][Keyboard] Press character 'v', as int:118 08:44:59.050 DEBUG [WorkbenchTestable][Keyboard] Release character 'v', as int:118 08:44:59.251 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 08:44:59.453 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 08:44:59.453 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 08:44:59.453 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 08:44:59.454 DEBUG [main][AbstractWait] Waiting until shell is active... 08:44:59.454 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:44:59.454 INFO [main][AbstractShell] Close shell Keyboard testing shell 08:44:59.454 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 08:44:59.457 DEBUG [main][AbstractWait] Waiting while shell is available... 08:44:59.458 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:44:59.458 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:44:59.458 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:44:59.458 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:44:59.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:59.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:59.475 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:44:59.475 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:44:59.475 INFO [WorkbenchTestable][RequirementsRunner] Started test: typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:44:59.475 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:44:59.475 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:44:59.475 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:44:59.475 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:44:59.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 08:44:59.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 08:44:59.486 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 08:44:59.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:44:59.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:44:59.486 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:44:59.486 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:44:59.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:44:59.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:44:59.487 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 08:44:59.487 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:44:59.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:44:59.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:44:59.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:44:59.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:44:59.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:44:59.487 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:44:59.487 INFO [WorkbenchTestable][Keyboard] Type text "{@Test}" 08:44:59.487 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:44:59.487 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 08:44:59.687 INFO [WorkbenchTestable][Keyboard] As char:[, as int:91 08:45:00.689 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:45:00.689 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 08:45:00.889 INFO [WorkbenchTestable][Keyboard] As char:2, as int:50 08:45:01.891 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:45:01.891 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 08:45:02.091 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:45:03.093 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:45:03.093 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:45:03.694 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:45:03.694 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 08:45:04.295 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:45:04.295 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:45:04.896 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:45:04.896 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 08:45:05.097 INFO [WorkbenchTestable][Keyboard] As char:], as int:93 08:45:06.098 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 08:45:06.098 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 08:45:06.098 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 08:45:06.099 DEBUG [main][AbstractWait] Waiting until shell is active... 08:45:06.099 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:45:06.099 INFO [main][AbstractShell] Close shell Keyboard testing shell 08:45:06.099 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 08:45:06.103 DEBUG [main][AbstractWait] Waiting while shell is available... 08:45:06.103 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:45:06.103 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:45:06.103 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:45:06.103 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:45:06.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:06.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:06.109 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:45:06.109 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:45:06.109 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:45:06.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:45:06.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:45:06.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:45:06.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:45:06.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 08:45:06.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 08:45:06.130 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 08:45:06.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:06.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:06.130 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:45:06.130 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:06.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:06.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:06.130 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 08:45:06.130 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:06.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:06.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:06.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:06.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:06.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:45:06.130 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:45:06.131 INFO [WorkbenchTestable][Keyboard] Type text "test" 08:45:06.131 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:45:06.131 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:45:06.732 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:45:06.732 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:45:07.333 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:45:07.333 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 08:45:07.934 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:45:07.934 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:45:08.535 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 08:45:08.535 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 08:45:08.735 INFO [WorkbenchTestable][Keyboard] Move cursor 08:45:08.936 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:45:08.936 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:45:09.136 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:45:09.538 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:45:09.538 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:45:09.738 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:45:09.939 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 08:45:10.140 INFO [WorkbenchTestable][Keyboard] Type character '', as int:127 08:45:10.140 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:127 08:45:10.340 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:127 08:45:10.542 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 08:45:10.542 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 08:45:10.542 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 08:45:10.543 DEBUG [main][AbstractWait] Waiting until shell is active... 08:45:10.543 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:45:10.543 INFO [main][AbstractShell] Close shell Keyboard testing shell 08:45:10.543 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 08:45:10.546 DEBUG [main][AbstractWait] Waiting while shell is available... 08:45:10.546 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:45:10.546 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:45:10.546 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:45:10.546 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:45:10.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:10.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:10.552 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:45:10.553 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:45:10.553 INFO [WorkbenchTestable][RequirementsRunner] Started test: keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:45:10.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:45:10.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:45:10.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:45:10.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:45:10.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:10.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:10.553 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:45:10.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:10.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:10.553 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:45:10.553 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 08:45:10.753 INFO [WorkbenchTestable][Keyboard] As char:h, as int:104 08:45:11.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Search"] is available.... 08:45:11.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Search"] is available. finished successfully 08:45:11.755 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Search 08:45:11.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:11.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:11.765 INFO [WorkbenchTestable][AbstractShell] Close shell Search 08:45:11.765 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Search' 08:45:11.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:45:11.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:45:11.796 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 08:45:11.797 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:45:11.797 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:45:11.797 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:45:11.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:11.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:11.797 INFO [WorkbenchTestable][RequirementsRunner] Finished test: keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:45:11.797 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:45:11.797 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:45:11.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:45:11.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:45:11.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:45:11.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:45:11.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 08:45:11.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 08:45:11.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 08:45:11.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:11.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:11.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:45:11.816 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:11.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:11.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:11.816 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 08:45:11.816 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:11.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:11.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:11.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:11.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:11.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:45:11.816 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:45:11.817 INFO [WorkbenchTestable][Keyboard] Type text "test" 08:45:11.817 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:45:11.817 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:45:12.418 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:45:12.418 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:45:13.019 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:45:13.019 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 08:45:13.620 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:45:13.621 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:45:14.221 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 08:45:14.222 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 08:45:14.422 INFO [WorkbenchTestable][Keyboard] Move cursor 08:45:14.622 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:45:14.622 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:45:14.822 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:45:15.224 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:45:15.224 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:45:15.425 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:45:15.626 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 08:45:15.826 INFO [WorkbenchTestable][DefaultKeyboard] Write to clipboard 08:45:15.826 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 08:45:16.026 INFO [WorkbenchTestable][Keyboard] Type character 'c', as int:99 08:45:16.026 DEBUG [WorkbenchTestable][Keyboard] Press character 'c', as int:99 08:45:16.227 DEBUG [WorkbenchTestable][Keyboard] Release character 'c', as int:99 08:45:16.428 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 08:45:16.628 INFO [WorkbenchTestable][Keyboard] Move cursor 08:45:16.828 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:45:16.828 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:45:17.028 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:45:17.430 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:45:17.430 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:45:17.630 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:45:18.031 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:45:18.031 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:45:18.232 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:45:18.633 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:45:18.633 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:45:18.833 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:45:19.234 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:45:19.234 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:45:19.435 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:45:19.635 INFO [WorkbenchTestable][DefaultKeyboard] Paste from clipboard 08:45:19.635 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 08:45:19.836 INFO [WorkbenchTestable][Keyboard] Type character 'v', as int:118 08:45:19.836 DEBUG [WorkbenchTestable][Keyboard] Press character 'v', as int:118 08:45:20.036 DEBUG [WorkbenchTestable][Keyboard] Release character 'v', as int:118 08:45:20.237 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 08:45:20.438 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 08:45:20.438 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 08:45:20.438 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 08:45:20.439 DEBUG [main][AbstractWait] Waiting until shell is active... 08:45:20.439 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:45:20.439 INFO [main][AbstractShell] Close shell Keyboard testing shell 08:45:20.439 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 08:45:20.443 DEBUG [main][AbstractWait] Waiting while shell is available... 08:45:20.443 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:45:20.443 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:45:20.443 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:45:20.443 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:45:20.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:20.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:20.448 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:45:20.448 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:45:20.448 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:45:20.448 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:45:20.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:20.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.913 s - in org.eclipse.reddeer.swt.test.keyboard.KeyboardTest typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 4.233 s cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 8.704 s typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 6.634 s selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 4.443 s keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 1.244 s copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 8.651 s Running org.eclipse.reddeer.swt.test.WidgetResolverTest 08:45:20.454 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.WidgetResolverTest 08:45:20.454 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:45:20.454 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:45:20.454 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 08:45:20.454 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:45:20.454 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:45:20.465 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:45:20.465 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:45:20.465 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:45:20.465 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:45:20.465 INFO [WorkbenchTestable][RequirementsRunner] Started test: parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) 08:45:20.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 08:45:20.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:45:20.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:45:20.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:45:20.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:20.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:20.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:45:20.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:20.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:20.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widgets with specified parent and matchers 08:45:20.471 TRACE [WorkbenchTestable][WidgetLookup] 145 widget(s) found 08:45:20.471 INFO [WorkbenchTestable][WidgetResolverTest] Testing 145 widgets for matching children to parent. 08:45:20.473 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@fef4fda] 08:45:20.473 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@1d2d3bc2] matches to its parent widget Shell {data - Eclipse Platform} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout@fef4fda] 08:45:20.473 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@79c01d37] matches to its parent widget Shell {data - Eclipse Platform} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout@fef4fda] 08:45:20.473 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@18e6b4e2] matches to its parent widget Shell {data - Eclipse Platform} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout@fef4fda] 08:45:20.473 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@6d82a9bb] matches to its parent widget Shell {data - Eclipse Platform} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout@fef4fda] 08:45:20.473 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@19057ce2] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 08:45:20.474 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@19057ce2] 08:45:20.474 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget Composite {} [layout=StackLayout {topControl=Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}]}] 08:45:20.474 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@60d5f350] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 08:45:20.474 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@4d390a0c] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@60d5f350] 08:45:20.474 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@60d5f350] 08:45:20.474 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@358ebd61] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@60d5f350] 08:45:20.474 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@75e355e] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@60d5f350] 08:45:20.475 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@4d390a0c] 08:45:20.475 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@4d390a0c] 08:45:20.475 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@4d390a0c] 08:45:20.476 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@4d390a0c] 08:45:20.476 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Package Explorer} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@4d390a0c] 08:45:20.476 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:45:20.476 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:45:20.476 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] 08:45:20.476 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] 08:45:20.479 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:45:20.479 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:45:20.479 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:45:20.479 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 08:45:20.479 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] 08:45:20.480 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=StackLayout {topControl=Composite {} [layout=GridLayout {horizontalSpacing=7 verticalSpacing=9}]}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 08:45:20.480 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {horizontalSpacing=7 verticalSpacing=9}] matches to its parent widget Composite {} [layout=StackLayout {topControl=Composite {} [layout=GridLayout {horizontalSpacing=7 verticalSpacing=9}]}] 08:45:20.480 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Tree {} [layout=null] matches to its parent widget Composite {} [layout=StackLayout {topControl=Composite {} [layout=GridLayout {horizontalSpacing=7 verticalSpacing=9}]}] 08:45:20.480 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] matches to its parent widget Composite {} [layout=GridLayout {horizontalSpacing=7 verticalSpacing=9}] 08:45:20.480 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Link {There are no projects in your workspace. To add a project:} matches to its parent widget Composite {} [layout=GridLayout {marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 08:45:20.481 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] matches to its parent widget Composite {} [layout=GridLayout {marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 08:45:20.481 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 08:45:20.481 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Hyperlink {} [layout=null] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 08:45:20.481 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 08:45:20.481 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Hyperlink {} [layout=null] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 08:45:20.481 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 08:45:20.482 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Hyperlink {} [layout=null] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 08:45:20.482 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Package Explorer} 08:45:20.482 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 08:45:20.482 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@27779eaa] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 08:45:20.482 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@27779eaa] 08:45:20.483 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@27779eaa] 08:45:20.483 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@27779eaa] 08:45:20.483 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@27779eaa] 08:45:20.483 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:45:20.483 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:45:20.483 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] matches to its parent widget Composite {} [layout=GridLayout {marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 08:45:20.484 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 08:45:20.484 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Open a file or drop files here to open them.} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 08:45:20.484 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Find Actions} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 08:45:20.484 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Ctrl+3} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 08:45:20.484 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Show Key Assist} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 08:45:20.484 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Shift+Ctrl+L} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 08:45:20.484 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {New} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 08:45:20.484 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Ctrl+N} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 08:45:20.485 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Open Type} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 08:45:20.485 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Shift+Ctrl+T} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 08:45:20.485 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@358ebd61] 08:45:20.485 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@358ebd61] 08:45:20.485 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@358ebd61] 08:45:20.486 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@358ebd61] 08:45:20.486 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Outline} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@358ebd61] 08:45:20.486 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] 08:45:20.486 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] 08:45:20.486 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:45:20.486 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:45:20.486 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 08:45:20.487 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] 08:45:20.487 INFO [WorkbenchTestable][WidgetResolverTest] Child widget PageBook {} [layout=org.eclipse.ui.part.PageBook$PageBookLayout@758d901e] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 08:45:20.487 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@758d901e] 08:45:20.487 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {There is no active editor that provides an outline.} matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL marginWidth=5 marginHeight=5}] 08:45:20.487 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Outline} 08:45:20.488 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@75e355e] 08:45:20.488 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@75e355e] 08:45:20.488 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@75e355e] 08:45:20.488 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@75e355e] 08:45:20.488 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@75e355e] 08:45:20.488 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@75e355e] 08:45:20.488 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@75e355e] 08:45:20.488 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Problems} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@75e355e] 08:45:20.488 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Javadoc} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@75e355e] 08:45:20.489 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Declaration} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@75e355e] 08:45:20.489 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {RedDeer SWT} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@75e355e] 08:45:20.489 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Error Log} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@75e355e] 08:45:20.489 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {RedDeer SWT Controls} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@75e355e] 08:45:20.489 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:45:20.489 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:45:20.489 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] 08:45:20.489 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] 08:45:20.489 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=org.eclipse.reddeer.swt.test.command.testCommand, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:45:20.490 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:45:20.490 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 08:45:20.490 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] 08:45:20.490 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Problems} 08:45:20.490 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {RedDeer SWT} 08:45:20.490 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Error Log} 08:45:20.490 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {RedDeer SWT Controls} 08:45:20.490 INFO [WorkbenchTestable][WidgetResolverTest] Child widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@56e92cdf] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@1d2d3bc2] 08:45:20.491 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@1d2d3bc2] 08:45:20.491 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CLabel {} [layout=null] matches to its parent widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@56e92cdf] 08:45:20.491 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@56e92cdf] 08:45:20.491 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {}] matches to its parent widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@56e92cdf] 08:45:20.491 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:45:20.491 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressIndicator {} [layout=StackLayout {}] matches to its parent widget Composite {} [layout=GridLayout {}] 08:45:20.491 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressBar {} matches to its parent widget ProgressIndicator {} [layout=StackLayout {}] 08:45:20.491 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressBar {} matches to its parent widget ProgressIndicator {} [layout=StackLayout {}] 08:45:20.491 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressRegion$1 {} [layout=GridLayout {numColumns=3 horizontalSpacing=5 verticalSpacing=5}] matches to its parent widget ImageBasedFrame {} [layout=null] 08:45:20.492 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Canvas {} [layout=null] matches to its parent widget ProgressRegion$1 {} [layout=GridLayout {numColumns=3 horizontalSpacing=5 verticalSpacing=5}] 08:45:20.492 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {numColumns=2 horizontalSpacing=2 verticalSpacing=5}] matches to its parent widget ProgressRegion$1 {} [layout=GridLayout {numColumns=3 horizontalSpacing=5 verticalSpacing=5}] 08:45:20.492 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressIndicator {} [layout=StackLayout {topControl=ProgressBar {}}] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 horizontalSpacing=2 verticalSpacing=5}] 08:45:20.492 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 horizontalSpacing=2 verticalSpacing=5}] 08:45:20.492 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@79c01d37] 08:45:20.492 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@79c01d37] 08:45:20.492 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@79c01d37] 08:45:20.492 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@79c01d37] 08:45:20.492 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@79c01d37] 08:45:20.492 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@79c01d37] 08:45:20.493 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@79c01d37] 08:45:20.493 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@79c01d37] 08:45:20.493 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@79c01d37] 08:45:20.493 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@79c01d37] 08:45:20.493 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@79c01d37] 08:45:20.493 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@79c01d37] 08:45:20.493 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@79c01d37] 08:45:20.493 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 08:45:20.493 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=newWizardDropDown, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:45:20.493 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=save, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:45:20.494 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=saveAll, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:45:20.494 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 08:45:20.494 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=undo, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:45:20.494 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=redo, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:45:20.494 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 08:45:20.494 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.debug.internal.ui.actions.DebugDropDownAction, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:45:20.494 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.debug.internal.ui.actions.RunDropDownAction, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:45:20.494 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 08:45:20.495 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.jdt.ui.actions.OpenPackageWizard, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:45:20.495 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.jdt.ui.actions.NewTypeDropDown, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:45:20.495 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 08:45:20.495 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=org.eclipse.reddeer.swt.test.toolbars.sampleCommand, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:45:20.495 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=org.eclipse.reddeer.swt.test.toolbars.sampleCommand, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:45:20.495 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 08:45:20.495 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.debug.ui.actions.SkipAllBreakpoints, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:45:20.496 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 08:45:20.496 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=openType, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:45:20.496 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.search.OpenSearchDialogPage, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:45:20.496 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 08:45:20.496 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoNextAnnotation, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:45:20.496 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoPreviousAnnotation, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:45:20.496 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoLastEditPosition, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:45:20.496 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoNextEditPosition, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:45:20.496 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=backardHistory, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:45:20.497 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=forwardHistory, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:45:20.497 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: Separator(id=pin.group, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:45:20.497 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=org.eclipse.ui.window.pinEditor, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:45:20.497 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL marginLeft=8 marginRight=8 spacing=3 wrap=true pack=true fill=false justify=false}] matches to its parent widget Composite {} [layout=GridLayout {marginWidth=3 marginHeight=3 horizontalSpacing=5 verticalSpacing=5}] 08:45:20.497 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL marginLeft=8 marginRight=8 spacing=3 wrap=true pack=true fill=false justify=false}] 08:45:20.498 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:45:20.498 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL marginRight=4 spacing=3 wrap=true pack=true fill=false justify=false}] matches to its parent widget ImageBasedFrame {} [layout=null] 08:45:20.498 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL marginRight=4 spacing=3 wrap=true pack=true fill=false justify=false}] 08:45:20.498 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:45:20.498 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:45:20.499 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: org.eclipse.ui.resourcePerspective=org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveImpl@32e830a0 (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@65d7eea4, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: Resource, iconURI: platform:/plugin/org.eclipse.ui.ide.application/$nl$/icons/full/eview16/resource_persp.png, tooltip: null, context: PerspectiveImpl (org.eclipse.ui.resourcePerspective) Context, variables: [])} matches to its parent widget ToolBar {} [layout=null] 08:45:20.499 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: org.eclipse.jdt.ui.JavaPerspective=org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveImpl@45017263 (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@65d7eea4, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: Java, iconURI: platform:/plugin/org.eclipse.jdt.ui/$nl$/icons/full/eview16/jperspective.png, tooltip: null, context: PerspectiveImpl (org.eclipse.jdt.ui.JavaPerspective) Context, variables: [])} matches to its parent widget ToolBar {} [layout=null] 08:45:20.499 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 08:45:20.499 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:45:20.499 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:45:20.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:20.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:20.500 INFO [WorkbenchTestable][RequirementsRunner] Finished test: parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) 08:45:20.500 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 08:45:20.500 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:45:20.500 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:45:20.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:20.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.reddeer.swt.test.WidgetResolverTest parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) Time elapsed: 0.035 s Running org.eclipse.reddeer.swt.test.EditorBarTest 08:45:20.505 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.EditorBarTest 08:45:20.505 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:45:20.505 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:45:20.505 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 08:45:20.505 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:45:20.505 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:45:20.506 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:45:20.506 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:45:20.506 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:45:20.506 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:45:20.506 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) 08:45:20.506 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 08:45:20.506 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:45:20.506 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:45:20.506 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:45:20.506 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:45:20.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:20.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:20.506 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:45:20.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:20.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:20.506 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:45:20.506 DEBUG [main][MenuItemLookup] Found menu:'File' 08:45:20.506 DEBUG [main][MenuItemLookup] Item match:File 08:45:20.507 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:45:20.508 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:45:20.510 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 08:45:20.510 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:45:20.510 DEBUG [main][MenuItemLookup] Found menu:'' 08:45:20.510 DEBUG [main][MenuItemLookup] Found menu:'Package' 08:45:20.510 DEBUG [main][MenuItemLookup] Found menu:'Class' 08:45:20.510 DEBUG [main][MenuItemLookup] Found menu:'Interface' 08:45:20.510 DEBUG [main][MenuItemLookup] Found menu:'Enum' 08:45:20.510 DEBUG [main][MenuItemLookup] Found menu:'Record' 08:45:20.510 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 08:45:20.510 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 08:45:20.510 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 08:45:20.510 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:45:20.510 DEBUG [main][MenuItemLookup] Found menu:'File' 08:45:20.510 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:45:20.510 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 08:45:20.510 DEBUG [main][MenuItemLookup] Found menu:'' 08:45:20.510 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:45:20.510 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:45:20.511 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:45:20.511 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:45:20.511 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:45:20.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available.... 08:45:20.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available. finished successfully 08:45:20.572 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:45:20.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:20.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:20.573 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:45:20.573 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:20.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:20.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:20.573 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 08:45:20.573 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:20.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:20.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:20.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:20.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:20.574 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:45:20.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:45:20.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:45:20.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:45:20.576 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:45:20.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:45:21.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:45:21.079 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:45:21.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:45:21.079 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:45:21.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:45:21.079 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:45:21.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:45:21.080 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:45:21.080 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 08:45:21.080 DEBUG [main][TreeItemHandler] Selecting tree item: Project 08:45:21.080 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 08:45:21.084 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 08:45:21.084 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >") 08:45:21.084 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:21.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:21.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:21.084 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 08:45:21.084 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:21.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:21.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:21.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:21.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:21.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:45:21.086 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:45:21.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:45:21.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:45:21.086 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:45:21.086 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:45:21.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 08:45:21.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 08:45:21.130 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 08:45:21.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:21.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:21.131 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 08:45:21.131 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:21.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:21.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:21.131 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 08:45:21.131 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:21.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:21.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:21.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:21.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:21.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:45:21.133 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:45:21.134 INFO [WorkbenchTestable][AbstractText] Text set to: EditorBarTest-test 08:45:21.136 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 08:45:21.136 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:21.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:21.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:21.136 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 08:45:21.136 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:21.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:21.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:21.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:21.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:21.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:45:21.138 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:45:21.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:45:21.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:45:21.138 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:45:21.138 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:45:21.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:45:21.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:45:21.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:45:21.647 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:45:21.647 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:45:21.647 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:45:21.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:45:21.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:21.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:45:21.657 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 08:45:21.657 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:45:21.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:21.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:21.658 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:45:21.658 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:45:21.658 DEBUG [main][MenuItemLookup] Found menu:'File' 08:45:21.658 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:45:21.658 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:45:21.658 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:45:21.658 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:45:21.658 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:45:21.658 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:45:21.658 DEBUG [main][MenuItemLookup] Item match:Window 08:45:21.658 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:45:21.658 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:45:21.658 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:45:21.658 DEBUG [main][MenuItemLookup] Found menu:'' 08:45:21.658 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:45:21.658 DEBUG [main][MenuItemLookup] Item match:Show View 08:45:21.664 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 08:45:21.664 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 08:45:21.664 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:45:21.664 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 08:45:21.664 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:45:21.664 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 08:45:21.664 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:45:21.664 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:45:21.664 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:45:21.664 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 08:45:21.664 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:45:21.664 DEBUG [main][MenuItemLookup] Found menu:'Templates' 08:45:21.664 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 08:45:21.664 DEBUG [main][MenuItemLookup] Found menu:'' 08:45:21.664 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:45:21.664 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:45:21.667 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:45:21.667 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:45:21.667 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:45:21.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:45:21.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:45:21.740 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:45:21.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:21.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:21.741 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:45:21.741 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:21.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:21.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:21.741 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:45:21.741 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:21.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:21.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:21.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:21.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:21.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:45:21.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:45:21.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:45:21.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:45:21.742 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:45:21.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:45:21.742 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:45:21.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:45:21.742 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:45:21.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:45:21.742 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:45:21.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:45:21.742 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:45:21.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:45:21.742 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:45:21.743 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 08:45:21.743 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 08:45:21.743 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 08:45:21.743 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 08:45:21.743 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:21.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:21.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:21.743 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:45:21.743 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:21.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:21.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:21.743 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:45:21.743 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:21.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:21.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:21.743 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:45:21.743 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:21.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:21.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:21.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:21.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:21.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:45:21.744 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:45:21.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:45:21.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:45:21.744 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:45:21.744 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:45:21.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:45:21.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:45:21.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 08:45:21.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:21.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:21.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 08:45:21.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:21.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:21.787 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:45:21.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:21.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:21.787 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:45:21.787 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:45:21.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:21.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:21.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:21.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:21.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:45:21.788 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:45:21.788 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:45:21.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:45:21.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:45:21.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:45:21.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:45:21.790 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:45:21.790 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:45:21.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:45:21.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:45:21.791 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:45:21.791 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:45:21.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:45:21.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:45:21.793 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:45:21.793 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:45:21.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:45:21.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:45:21.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:21.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:21.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:45:22.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:22.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:45:22.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:22.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:45:22.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:45:22.795 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:45:22.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:45:22.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:45:22.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:45:22.796 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:45:22.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:22.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:22.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:22.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:22.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:45:22.799 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EditorBarTest-test 08:45:22.808 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:45:22.808 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:45:22.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:45:22.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:45:22.810 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:45:22.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:22.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:22.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:22.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:22.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:45:22.810 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 08:45:22.810 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 08:45:22.810 DEBUG [main][TreeItemHandler] Set Tree selection 08:45:22.810 DEBUG [main][TreeHandler] Notify Tree about selection event 08:45:22.831 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 08:45:22.851 DEBUG [WorkbenchTestable][TreeItemHandler] EditorBarTest-test 08:45:22.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:22.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:22.851 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:45:22.851 DEBUG [main][MenuItemLookup] Found menu:'File' 08:45:22.851 DEBUG [main][MenuItemLookup] Item match:File 08:45:22.852 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:45:22.852 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:45:22.855 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 08:45:22.855 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:45:22.855 DEBUG [main][MenuItemLookup] Found menu:'' 08:45:22.855 DEBUG [main][MenuItemLookup] Found menu:'Package' 08:45:22.855 DEBUG [main][MenuItemLookup] Found menu:'Class' 08:45:22.855 DEBUG [main][MenuItemLookup] Found menu:'Interface' 08:45:22.855 DEBUG [main][MenuItemLookup] Found menu:'Enum' 08:45:22.855 DEBUG [main][MenuItemLookup] Found menu:'Record' 08:45:22.855 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 08:45:22.855 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 08:45:22.855 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 08:45:22.855 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:45:22.855 DEBUG [main][MenuItemLookup] Found menu:'File' 08:45:22.855 DEBUG [main][MenuItemLookup] Item match:File 08:45:22.856 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"File" 08:45:22.856 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text File 08:45:22.856 INFO [main][MenuItemHandler] Select menu item: File 08:45:22.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 08:45:22.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 08:45:22.931 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 08:45:22.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:22.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:22.932 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 08:45:22.932 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:22.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:22.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:22.932 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Create New File" as the parent 08:45:22.932 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:22.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:22.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:22.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:22.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:22.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:45:22.935 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:45:22.936 INFO [WorkbenchTestable][AbstractText] Text set to: test.tlb 08:45:22.936 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 08:45:22.936 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:22.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:22.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:22.936 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Create New File" as the parent 08:45:22.936 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:22.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:22.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:22.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:22.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:22.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:45:22.938 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:45:22.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:45:22.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:45:22.938 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:45:22.938 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:45:22.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:45:23.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:45:23.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@707bbcef is found... 08:45:23.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@707bbcef is found finished successfully 08:45:23.449 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qeditor-with-toolbar\E') 08:45:23.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:23.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:23.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:23.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:23.450 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:45:23.453 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:45:23.453 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Editor with toolbar example TooltipText=null 08:45:23.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:23.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:23.453 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editor-with-toolbar"as the parent 08:45:23.453 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Execute task") 08:45:23.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:23.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:23.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:23.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:23.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:45:23.454 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Execute task 08:45:23.454 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:45:23.454 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:45:23.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:23.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:23.455 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:45:23.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:23.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:23.456 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - editor-with-toolbar - Eclipse Platform 08:45:23.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:23.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:23.457 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - editor-with-toolbar - Eclipse Platform' 08:45:23.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:45:23.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:23.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:23.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:23.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:23.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:45:23.457 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:45:23.457 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:45:23.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:45:23.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:45:23.479 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:45:23.479 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:45:23.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:45:23.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:45:23.479 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:45:23.479 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:45:23.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:45:23.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:45:23.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:23.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:23.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:45:23.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:23.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:45:24.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:24.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:45:24.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:45:24.481 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:45:24.481 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:45:24.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:45:24.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:45:24.482 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:45:24.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:24.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:24.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:24.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:24.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:45:24.482 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EditorBarTest-test 08:45:24.484 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item EditorBarTest-test 08:45:24.484 DEBUG [main][TreeItemHandler] Selecting tree item: EditorBarTest-test 08:45:24.484 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item EditorBarTest-test about selection 08:45:24.491 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: EditorBarTest-test 08:45:24.495 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:45:24.495 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:45:24.541 DEBUG [main][MenuItemLookup] Found menu:'New' 08:45:24.541 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:45:24.541 DEBUG [main][MenuItemLookup] Found menu:'' 08:45:24.541 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:45:24.541 DEBUG [main][MenuItemLookup] Found menu:'' 08:45:24.541 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:45:24.541 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:45:24.541 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:45:24.541 DEBUG [main][MenuItemLookup] Found menu:'Move...' 08:45:24.541 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 08:45:24.541 DEBUG [main][MenuItemLookup] Found menu:'' 08:45:24.541 DEBUG [main][MenuItemLookup] Found menu:'Import...' 08:45:24.541 DEBUG [main][MenuItemLookup] Found menu:'Export...' 08:45:24.541 DEBUG [main][MenuItemLookup] Found menu:'' 08:45:24.541 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 08:45:24.541 DEBUG [main][MenuItemLookup] Item match:Refresh F5 08:45:24.541 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 08:45:24.541 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 08:45:24.541 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 08:45:24.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:45:24.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 08:45:25.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 08:45:25.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:45:25.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:45:25.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:45:25.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:45:25.043 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'EditorBarTest-test' via Explorer 08:45:25.043 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item EditorBarTest-test 08:45:25.044 DEBUG [main][TreeItemHandler] Selecting tree item: EditorBarTest-test 08:45:25.044 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item EditorBarTest-test about selection 08:45:25.051 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: EditorBarTest-test 08:45:25.052 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:45:25.052 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:45:25.076 DEBUG [main][MenuItemLookup] Found menu:'New' 08:45:25.076 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:45:25.076 DEBUG [main][MenuItemLookup] Found menu:'' 08:45:25.076 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:45:25.076 DEBUG [main][MenuItemLookup] Found menu:'' 08:45:25.076 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:45:25.076 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:45:25.076 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:45:25.076 DEBUG [main][MenuItemLookup] Item match:Delete Delete 08:45:25.076 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 08:45:25.076 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 08:45:25.076 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 08:45:25.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 08:45:25.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 08:45:25.696 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 08:45:25.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:25.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:25.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:25.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:25.699 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 08:45:25.699 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:25.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:25.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:25.700 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:45:25.700 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:25.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:25.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:25.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:25.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:25.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:45:25.700 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 08:45:25.700 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 08:45:25.700 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 08:45:25.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:45:25.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:45:25.700 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:45:25.700 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:45:25.700 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 08:45:25.700 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:25.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:25.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:25.700 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:45:25.700 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:25.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:25.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:25.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:25.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:25.701 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:45:25.701 INFO [WorkbenchTestable][AbstractButton] Click button OK 08:45:25.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:45:25.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:45:25.701 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:45:25.701 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:45:25.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 08:45:25.708 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 08:45:26.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 08:45:26.209 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 08:45:26.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:45:26.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 08:45:26.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 08:45:26.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:45:26.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:45:26.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:45:26.209 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 08:45:26.209 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:45:26.209 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:45:26.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:26.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:26.210 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) 08:45:26.210 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 08:45:26.210 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:45:26.210 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:45:26.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:26.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.705 s - in org.eclipse.reddeer.swt.test.EditorBarTest workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) Time elapsed: 5.704 s Results: Failures: DefaultShellTest.manipulateShellTest:106 Tests run: 307, Failures: 1, Errors: 0, Skipped: 0 [ERROR] There are test failures. Please refer to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/surefire-reports for the individual test results. [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-0838 [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] 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... 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.core.test.condition.WidgetIsFoundTest 08:45:38.114 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 08:45:38.115 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:38.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:38.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:38.662 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:45:38.662 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:38.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:38.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:45:38.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:45:38.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:38.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:45:38.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:38.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:38.738 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:45:38.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:38.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:38.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:38.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:38.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:38.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:38.744 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:45:38.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:38.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:38.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:45:38.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:45:38.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:38.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:38.745 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:45:38.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:38.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:38.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:45:38.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:45:38.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:38.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:38.745 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:45:38.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:38.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:38.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:45:38.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 08:45:38.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:38.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:38.746 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:45:38.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:38.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:38.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:45:38.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 08:45:38.751 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:45:38.809 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:45:38.810 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:45:38.810 DEBUG [main][AbstractWait] Waiting until shell is active... 08:45:38.810 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:45:38.810 INFO [main][AbstractShell] Close shell Testing shell 08:45:38.811 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:45:38.830 DEBUG [main][AbstractWait] Waiting while shell is available... 08:45:38.830 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:45:39.130 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 08:45:39.130 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:39.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:39.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:39.387 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:45:39.387 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:39.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:39.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:45:39.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:45:39.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:39.395 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:45:39.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:39.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:39.397 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:45:39.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:39.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:39.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:39.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:39.398 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:45:39.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:39.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:39.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:39.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:39.398 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:45:39.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:39.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:39.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:39.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:39.399 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:45:39.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:39.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:39.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:39.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:39.399 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:45:39.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:45:39.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:45:39.399 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:45:39.399 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:45:39.399 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:45:39.400 DEBUG [main][AbstractWait] Waiting until shell is active... 08:45:39.400 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:45:39.400 INFO [main][AbstractShell] Close shell Testing shell 08:45:39.400 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:45:39.410 DEBUG [main][AbstractWait] Waiting while shell is available... 08:45:39.410 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:45:39.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:39.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:45:39.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:45:39.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:45:39.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:45:39.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 08:45:39.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:45:39.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 08:45:39.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:45:39.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:45:39.700 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 08:45:39.700 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:39.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:39.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:39.959 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:45:39.960 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:39.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:39.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:45:39.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:45:39.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:39.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:45:39.970 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:39.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:39.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:39.970 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:45:39.970 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:39.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:39.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:39.971 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:45:39.971 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:45:39.971 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:45:39.972 DEBUG [main][AbstractWait] Waiting until shell is active... 08:45:39.972 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:45:39.972 INFO [main][AbstractShell] Close shell Testing shell 08:45:39.972 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:45:39.982 DEBUG [main][AbstractWait] Waiting while shell is available... 08:45:39.982 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:45:40.280 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 08:45:40.280 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:40.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:40.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:40.532 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:45:40.532 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:40.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:40.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:45:40.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:45:40.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:40.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:45:40.542 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:40.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:40.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:40.542 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:45:40.542 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:40.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:40.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:40.544 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:45:40.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 08:45:40.544 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:45:40.545 DEBUG [main][AbstractWait] Waiting until shell is active... 08:45:40.545 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:45:40.545 INFO [main][AbstractShell] Close shell Testing shell 08:45:40.545 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:45:40.560 DEBUG [main][AbstractWait] Waiting while shell is available... 08:45:40.560 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:45:40.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:40.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:45:40.860 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 08:45:40.861 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:41.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:41.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:41.164 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:45:41.164 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:41.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:41.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:45:41.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:45:41.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:41.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:45:41.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:45:41.176 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:41.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:41.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:41.176 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:45:41.176 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:41.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:41.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:41.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:41.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:41.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:45:41.177 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:45:41.177 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:41.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:41.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:41.177 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:45:41.177 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:41.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:41.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:45:41.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:45:41.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:41.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:45:41.181 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 08:45:41.181 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:41.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:41.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:41.181 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:45:41.182 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:41.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:41.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:45:41.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:45:41.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:41.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:45:41.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:41.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:41.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:41.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:41.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:41.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:41.190 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:45:41.190 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:45:41.190 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:45:41.191 DEBUG [main][AbstractWait] Waiting until shell is active... 08:45:41.191 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:45:41.191 INFO [main][AbstractShell] Close shell Testing shell 08:45:41.191 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:45:41.201 DEBUG [main][AbstractWait] Waiting while shell is available... 08:45:41.201 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:45:41.508 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 08:45:41.508 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:41.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:41.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:41.772 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:45:41.772 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:41.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:45:41.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:45:41.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:45:41.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:45:41.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:45:41.780 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:45:41.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:41.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:41.780 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:45:41.780 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:45:41.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:45:41.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:45:41.780 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:45:41.780 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:45:41.781 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:45:41.781 DEBUG [main][AbstractWait] Waiting until shell is active... 08:45:41.781 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:45:41.781 INFO [main][AbstractShell] Close shell Testing shell 08:45:41.781 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:45:41.791 DEBUG [main][AbstractWait] Waiting while shell is available... 08:45:41.791 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.445 s - in org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest testIndex(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 1.398 s testNotFoundAfterClose(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.579 s testMatcher(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.571 s testGetResult(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.578 s testParent(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.641 s testSimple(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.59 s Running org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:45:41.825 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:45:41.826 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 08:45:41.836 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:45:41.837 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 08:45:41.852 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:45:41.863 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:45:41.864 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:45:41.868 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:45:41.870 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 08:45:41.870 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 08:45:41.871 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 08:45:41.872 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:45:41.872 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:45:41.874 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:45:41.874 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:45:41.877 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:45:41.878 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:45:41.879 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:45:41.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:45:41.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:45:41.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:45:41.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:45:41.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:45:41.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:45:41.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:45:41.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:45:41.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:45:41.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:45:41.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:45:41.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:45:42.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:45:42.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it 08:45:42.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:45:43.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it 08:45:43.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:45:43.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it 08:45:43.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 08:45:43.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 08:45:43.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:45:44.886 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' was successfully killed 08:45:44.887 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:45:44.887 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:45:44.891 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:45:44.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:44.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:44.892 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:45:44.892 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:45:44.893 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:45:44.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:45:44.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:45:44.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:45:44.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:45:44.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:45:44.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:45:44.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:45:44.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:45:45.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:45:45.894 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:45:46.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:45:46.894 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:45:47.395 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:45:47.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:45:48.395 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:45:48.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:45:48.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running failed, an exception will be thrown 08:45:49.900 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' was successfully killed 08:45:49.901 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:45:49.901 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:45:49.901 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:45:49.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:49.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:49.901 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:45:49.901 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:45:49.901 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:45:49.901 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:45:49.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:45:49.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:45:49.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:45:49.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:45:49.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:45:49.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:45:49.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:45:49.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:45:49.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 08:45:49.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:45:50.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 08:45:50.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:45:50.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 08:45:50.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:45:51.403 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 08:45:51.403 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:45:51.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 08:45:51.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:45:52.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 08:45:52.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:45:52.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 08:45:52.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:45:53.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 08:45:53.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:45:53.905 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 08:45:53.905 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:45:54.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 08:45:54.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:45:54.905 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 08:45:54.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:45:55.406 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 08:45:55.406 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:45:55.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 08:45:55.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 08:45:55.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 08:45:55.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:45:56.907 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' was successfully killed 08:45:56.907 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:45:56.907 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:45:56.907 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:45:56.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:45:56.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:45:56.908 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:45:56.908 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:45:56.908 INFO [WorkbenchTestable][RequirementsRunner] Started test: testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:45:56.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:45:56.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:45:56.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:45:56.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:45:56.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:45:56.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:45:56.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:45:56.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:45:56.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:45:56.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:45:56.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:45:56.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:45:56.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:45:56.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:45:57.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:45:57.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:45:58.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:45:58.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:45:59.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:45:59.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:46:00.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:46:00.915 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:46:01.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:46:01.915 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:46:02.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:46:02.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 08:46:03.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 08:46:03.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 08:46:04.417 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 08:46:04.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 08:46:05.417 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 08:46:05.918 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:46:05.918 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 08:46:05.918 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 08:46:05.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:46:06.918 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' was successfully killed 08:46:06.919 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:46:06.919 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:46:06.919 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:46:06.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:06.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:06.920 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:46:06.920 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:46:06.920 INFO [WorkbenchTestable][RequirementsRunner] Started test: testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:46:06.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:46:06.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:46:06.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:46:06.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:46:06.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:46:07.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:46:07.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:46:07.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:46:07.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:46:07.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:46:07.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:46:07.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:46:07.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:46:07.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 08:46:07.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:46:07.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 08:46:07.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:46:08.422 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 08:46:08.422 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:46:08.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 08:46:08.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:46:09.422 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 08:46:09.422 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:46:09.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:46:10.423 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:46:10.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:46:11.424 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:46:11.924 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:46:12.424 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:46:12.925 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:46:13.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 08:46:13.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:46:13.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 08:46:13.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 08:46:13.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:46:14.425 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' was successfully killed 08:46:15.426 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' was successfully killed 08:46:15.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:46:15.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:46:15.426 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:46:15.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:15.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:15.427 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:46:15.427 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:46:15.427 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:46:15.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:46:15.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:46:15.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:46:15.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:46:15.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:46:15.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:46:15.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:46:15.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:46:15.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:46:16.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:46:16.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:46:17.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 08:46:17.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:46:17.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:46:17.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:46:17.429 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:46:17.429 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:46:17.429 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:46:17.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:17.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:17.429 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:46:17.431 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:46:17.431 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:46:17.431 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:46:17.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:17.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.609 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.008 s testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 7.007 s testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 10.011 s testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 8.507 s testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 2.002 s Running org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 08:46:17.442 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 08:46:17.446 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:46:17.446 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:46:17.446 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 08:46:17.446 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:46:17.446 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:46:17.447 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:46:17.447 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:46:17.447 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:46:17.447 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:46:17.447 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 08:46:17.447 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 08:46:17.447 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:46:17.447 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:46:17.447 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:46:17.706 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 08:46:17.706 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:17.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:17.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:17.950 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:46:17.950 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:17.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:17.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:46:17.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:46:17.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:17.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:46:17.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:17.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:17.958 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:46:17.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:17.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:17.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:46:17.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:46:17.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:46:17.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:46:17.975 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:46:17.976 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:46:17.976 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:46:17.976 DEBUG [main][AbstractWait] Waiting until shell is active... 08:46:17.976 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:46:17.976 INFO [main][AbstractShell] Close shell Testing shell 08:46:17.976 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:46:17.986 DEBUG [main][AbstractWait] Waiting while shell is available... 08:46:17.987 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:46:17.987 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 08:46:17.987 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:46:17.987 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:46:17.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:17.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:17.995 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 08:46:17.995 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:46:17.995 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 08:46:17.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 08:46:17.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:46:17.996 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:46:17.996 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:46:18.029 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:46:18.029 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:18.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:18.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:18.041 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:46:18.041 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:18.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:18.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:18.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:46:18.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:46:18.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:46:18.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:18.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:18.049 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:46:18.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:18.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:18.060 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 08:46:18.061 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 08:46:18.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:18.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:18.564 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 08:46:18.565 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 08:46:18.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:19.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:19.066 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 08:46:19.067 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 08:46:19.067 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 08:46:19.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:19.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:19.568 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 08:46:19.568 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 08:46:19.568 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 08:46:19.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:20.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:20.068 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 08:46:20.074 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 08:46:20.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:20.074 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 08:46:20.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:20.074 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 08:46:20.074 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 08:46:20.074 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 08:46:20.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:20.074 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 08:46:20.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:20.074 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 08:46:20.074 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 08:46:20.074 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 08:46:20.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:20.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:20.575 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 08:46:20.575 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 08:46:20.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:21.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:21.076 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 08:46:21.076 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 08:46:21.076 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 08:46:21.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:21.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:21.576 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 08:46:21.577 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:46:21.577 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:46:21.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:22.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:22.077 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:46:22.080 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:46:22.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:22.080 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:46:22.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:22.080 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:46:22.080 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:46:22.080 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:46:22.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:22.080 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:46:22.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:22.080 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:46:22.080 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 08:46:22.080 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:46:22.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:22.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:22.581 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:46:22.585 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:46:22.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:22.585 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:46:22.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:22.585 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:46:22.585 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 08:46:22.585 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:46:22.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:22.585 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:46:22.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:22.585 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:46:22.585 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 08:46:22.585 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 08:46:22.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:23.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:23.086 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 08:46:23.086 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 08:46:23.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:23.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:23.587 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 08:46:23.587 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 08:46:23.587 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 08:46:23.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:24.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:24.088 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 08:46:24.088 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 08:46:24.088 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 08:46:24.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:24.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:24.588 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 08:46:24.588 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 08:46:24.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:25.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:25.089 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 08:46:25.089 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 08:46:25.089 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 08:46:25.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:46:25.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:46:25.590 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 08:46:25.590 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:46:25.590 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:46:25.591 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:46:25.591 DEBUG [main][AbstractWait] Waiting until shell is active... 08:46:25.591 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:46:25.591 INFO [main][AbstractShell] Close shell Testing shell 08:46:25.591 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:46:25.595 DEBUG [main][AbstractWait] Waiting while shell is available... 08:46:25.595 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:46:25.595 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 08:46:25.595 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:46:25.595 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:46:25.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:25.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:25.616 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 08:46:25.616 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 08:46:25.616 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:46:25.616 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:46:25.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:25.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.176 s - in org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) Time elapsed: 0.548 s testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) Time elapsed: 7.621 s Running org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest 08:46:25.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test shell"] is available.... 08:46:25.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test shell"] is available. finished successfully 08:46:25.640 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 08:46:25.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:25.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:25.640 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 08:46:25.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:25.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:25.640 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 08:46:25.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:25.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:25.641 INFO [WorkbenchTestable][AbstractShell] Close shell Test shell 08:46:25.641 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Test shell' 08:46:25.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:46:25.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest testActiveShellExistsGetResult(org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest) Time elapsed: 0.036 s Running org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 08:46:25.672 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 08:46:25.673 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:46:25.680 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:46:25.680 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 08:46:25.680 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:46:25.680 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:46:25.681 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:46:25.681 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:46:25.681 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:46:25.681 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:46:25.681 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 08:46:25.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 08:46:25.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:46:25.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:46:25.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:46:25.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:46:25.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:46:25.723 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:46:25.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:25.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:25.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:46:25.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:46:25.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:46:25.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:25.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:25.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:46:25.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:46:25.740 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:46:25.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:25.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:25.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:46:25.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:46:25.748 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:46:25.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:25.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:25.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:46:25.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:46:25.757 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:46:25.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:25.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:25.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:46:25.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 08:46:25.760 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:46:25.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:25.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:25.767 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:46:25.767 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:25.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:25.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:25.817 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:46:25.818 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:25.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:25.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:25.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:26.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:26.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:26.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:26.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:26.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:46:26.827 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:46:26.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:46:26.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:46:26.827 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:46:26.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:26.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:26.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 08:46:26.827 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:26.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:26.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:26.828 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:46:26.828 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:26.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:26.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:26.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:27.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:27.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:27.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:27.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:27.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:46:27.829 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:46:27.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:46:27.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:46:27.829 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:46:27.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:27.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:27.830 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:46:27.830 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:27.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:27.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:27.830 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:46:27.830 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:27.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:27.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:27.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:28.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:28.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:28.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:28.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:28.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:46:28.831 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:46:28.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:46:28.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:46:28.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:46:28.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:28.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:28.831 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:46:28.831 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:28.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:28.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:28.832 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:46:28.832 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:28.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:28.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:28.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:29.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:29.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:29.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:29.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:30.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:30.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:30.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:46:30.333 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:46:30.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:46:30.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:46:30.333 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:46:30.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:30.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:30.333 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:46:30.333 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:30.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:30.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:30.333 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:46:30.333 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:30.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:30.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:30.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:30.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:30.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:31.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:31.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:31.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:31.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:31.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:46:31.835 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:46:31.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:46:31.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:46:31.836 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:46:31.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:31.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:31.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 08:46:31.836 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:31.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:31.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:31.836 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:46:31.836 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:31.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:31.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:31.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:32.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:32.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:32.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:32.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:32.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:46:32.839 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:46:32.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:46:32.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:46:32.840 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:46:32.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:32.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:32.840 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:46:32.840 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:32.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:32.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:32.840 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:46:32.846 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:32.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:32.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:32.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:33.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:33.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:33.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:33.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:33.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:46:33.849 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:46:33.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:46:33.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:46:33.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:46:33.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:33.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:33.849 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:46:33.849 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:33.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:33.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:33.850 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:46:33.850 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:33.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:33.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:33.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:34.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:34.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:34.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:34.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:35.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:35.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:35.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:46:35.351 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:46:35.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:46:35.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:46:35.351 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:46:35.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:35.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:35.352 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:46:35.352 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:35.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:35.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:35.352 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:46:35.352 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:35.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:35.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:35.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:35.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:35.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:36.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:36.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:36.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:46:36.353 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:46:36.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:46:36.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:46:36.353 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:46:36.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:36.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:36.353 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:46:36.353 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:36.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:36.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:36.353 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:46:36.353 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:36.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:36.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:36.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:36.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:36.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:37.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:37.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:37.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:37.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:37.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:46:37.855 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:46:37.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:46:37.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 08:46:37.855 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:46:37.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:37.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:37.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 08:46:37.856 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:37.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:37.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:37.856 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:46:37.856 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:37.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:37.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:37.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:38.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:38.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:38.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:38.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:38.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:46:38.857 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:46:38.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:46:38.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:46:38.857 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:46:38.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:38.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:38.857 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:46:38.857 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:38.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:38.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:38.858 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:46:38.858 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:38.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:38.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:38.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:39.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:39.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:39.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:39.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:40.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:40.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:40.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:46:40.359 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:46:40.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.... 08:46:40.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 08:46:40.359 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:46:40.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:40.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:40.360 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:46:40.360 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:40.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:40.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:40.360 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:46:40.360 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:40.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:40.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:40.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:40.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:40.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:41.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:41.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:41.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:46:41.370 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:46:41.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:46:41.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:46:41.370 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:46:41.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:41.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:41.370 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:46:41.370 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:41.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:41.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:41.371 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:46:41.371 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:41.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:41.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:41.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:41.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:41.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:42.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:42.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:42.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:46:42.379 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:46:42.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:46:42.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:46:42.379 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:46:42.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:42.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:42.379 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:46:42.379 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:42.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:42.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:42.380 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:46:42.380 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:42.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:42.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:42.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:42.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:42.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:43.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:43.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:43.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:43.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:43.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:46:43.881 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:46:43.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:46:43.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:46:43.882 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:46:43.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:43.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:43.882 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:46:43.882 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:43.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:43.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:43.884 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:46:43.884 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:43.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:43.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:43.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:44.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:44.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:44.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:44.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:44.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:46:44.886 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:46:44.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:46:44.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:46:44.886 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:46:44.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:44.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:44.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:46:44.886 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:44.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:44.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:44.886 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:46:44.886 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:44.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:44.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:44.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:45.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:45.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:45.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:45.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:45.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:46:45.888 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:46:45.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:46:45.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:46:45.888 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:46:45.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:45.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:45.888 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:46:45.888 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:45.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:45.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:45.888 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:46:45.888 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:45.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:45.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:45.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:46.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:46.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:46.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:46.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:46.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:46:46.890 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:46:46.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:46:46.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:46:46.890 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:46:46.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:46.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:46.890 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:46:46.890 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:46.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:46.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:46.891 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:46:46.896 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:46.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:46.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:46.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:47.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:47.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:47.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:47.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:47.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:46:47.899 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:46:47.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:46:47.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:46:47.899 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:46:47.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:47.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:47.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:46:47.899 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:47.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:47.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:47.899 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:46:47.899 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:47.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:47.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:47.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:48.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:48.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:48.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:48.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:48.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:46:48.901 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:46:48.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:46:48.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:46:48.901 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:46:48.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:48.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:48.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:46:48.901 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:48.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:48.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:48.901 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:46:48.901 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:48.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:48.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:48.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:49.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:49.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:49.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:49.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:49.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:46:49.902 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:46:49.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:46:49.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 08:46:49.903 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:46:49.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:49.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:49.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 08:46:49.903 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:49.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:49.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:49.903 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:46:49.903 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:49.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:49.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:49.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:50.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:50.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:50.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:50.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:50.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:46:50.904 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:46:50.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:46:50.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:46:50.905 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:46:50.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:50.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:50.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 08:46:50.905 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:50.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:50.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:50.905 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:46:50.905 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:50.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:50.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:50.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:51.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:51.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:51.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:51.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:51.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:46:51.906 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:46:51.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:46:51.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:46:51.907 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:46:51.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:51.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:51.907 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:46:51.907 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:51.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:51.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:51.907 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:46:51.907 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:51.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:51.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:51.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:52.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:52.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:52.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:52.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:52.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:46:52.908 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:46:52.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:46:52.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:46:52.908 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:46:52.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:52.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:52.909 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:46:52.909 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:52.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:52.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:52.909 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:46:52.928 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:52.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:52.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:52.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:53.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:53.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:53.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:53.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:53.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:46:53.931 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:46:53.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:46:53.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:46:53.932 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:46:53.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:53.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:53.932 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:46:53.932 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:53.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:53.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:53.932 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:46:53.932 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:53.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:53.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:53.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:54.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:54.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:54.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:54.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:54.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:46:54.933 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:46:54.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:46:54.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:46:54.934 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:46:54.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:54.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:54.934 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:46:54.934 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:54.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:54.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:54.934 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:46:54.934 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:54.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:54.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:54.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:55.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:55.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:55.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:55.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:55.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:46:55.938 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:46:55.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:46:55.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:46:55.938 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:46:55.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:55.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:55.939 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:46:55.939 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:55.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:55.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:55.939 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:46:55.939 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:55.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:55.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:55.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:56.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:56.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:56.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:56.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:56.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:46:56.940 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:46:56.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:46:56.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:46:56.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:46:56.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:56.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:56.940 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:46:56.940 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:56.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:56.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:56.941 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:46:56.941 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:56.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:56.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:56.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:57.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:57.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:57.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:57.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:57.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:46:57.942 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:46:57.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:46:57.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:46:57.942 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:46:57.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:57.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:57.942 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:46:57.942 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:57.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:57.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:57.942 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:46:57.942 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:57.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:57.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:57.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:58.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:58.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:58.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:58.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:59.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:59.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:59.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:46:59.444 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:46:59.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:46:59.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:46:59.467 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:46:59.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:46:59.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:46:59.468 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:46:59.468 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:46:59.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:46:59.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:46:59.468 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:46:59.468 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:46:59.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:46:59.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:59.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:46:59.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:46:59.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:00.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:00.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:00.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:00.476 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:00.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:47:00.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:47:00.476 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:47:00.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:00.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:00.476 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:00.476 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:00.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:00.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:00.477 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:47:00.477 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:00.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:00.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:00.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:00.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:00.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:00.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:47:00.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:47:00.494 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:00.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:00.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:00.494 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:00.494 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:00.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:00.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:00.514 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:47:00.514 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:00.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:00.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:00.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:01.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:01.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:01.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:01.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:01.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:01.517 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:01.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:47:01.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:47:01.517 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:47:01.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:01.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:01.517 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:01.517 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:01.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:01.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:01.518 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:47:01.518 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:01.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:01.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:01.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:01.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:01.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:01.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:47:01.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:47:01.524 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:47:01.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:01.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:01.524 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:01.524 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:01.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:01.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:01.524 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:47:01.524 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:01.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:01.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:01.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:02.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:02.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:02.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:02.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:02.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:02.528 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:02.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:47:02.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:47:02.528 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:47:02.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:02.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:02.528 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:02.528 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:02.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:02.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:02.529 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:47:02.529 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:02.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:02.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:02.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:03.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:03.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:03.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:03.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:04.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:04.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:04.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:04.030 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:04.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:47:04.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:47:04.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:47:04.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:04.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:04.030 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:04.030 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:04.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:04.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:04.030 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:47:04.030 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:04.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:04.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:04.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:04.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:04.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:05.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:05.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:05.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:05.032 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:05.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:47:05.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:47:05.032 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:47:05.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:05.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:05.032 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:05.032 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:05.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:05.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:05.032 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:47:05.032 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:05.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:05.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:05.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:05.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:05.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:06.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:06.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:06.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:06.033 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:06.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:47:06.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:47:06.034 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:06.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:06.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:06.034 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:06.034 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:06.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:06.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:06.034 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:47:06.034 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:06.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:06.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:06.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:06.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:06.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:07.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:07.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:07.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:07.056 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:07.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:47:07.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:47:07.057 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:47:07.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:07.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:07.057 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:07.057 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:07.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:07.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:07.057 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:47:07.057 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:07.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:07.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:07.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:07.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:07.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:07.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:47:07.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:47:07.064 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:47:07.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:07.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:07.064 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:07.064 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:07.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:07.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:07.064 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:47:07.064 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:07.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:07.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:07.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:07.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:07.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:08.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:08.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:08.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:08.067 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:08.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:47:08.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:47:08.068 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:47:08.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:08.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47: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 08:47:08.068 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:08.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:08.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:08.068 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:47:08.068 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:08.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:08.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:08.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:08.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:08.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:09.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:09.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:09.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:09.069 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:09.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:47:09.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:47:09.069 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:47:09.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:09.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:09.070 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:09.070 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:09.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:09.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:09.070 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:47:09.070 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:09.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:09.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:09.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:09.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:09.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:10.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:10.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:10.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:10.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:10.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:10.571 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:10.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:47:10.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:47:10.572 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:47:10.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:10.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:10.572 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:10.572 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:10.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:10.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:10.572 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:47:10.572 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:10.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:10.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:10.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:11.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:11.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:11.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:11.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:11.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:11.573 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:11.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:47:11.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:47:11.573 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:11.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:11.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:11.574 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:11.574 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:11.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:11.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:11.574 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:47:11.574 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:11.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:11.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:11.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:12.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:12.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:12.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:12.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:12.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:12.581 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:12.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:47:12.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:47:12.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:47:12.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:12.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:12.582 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:12.582 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:12.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:12.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:12.582 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:47:12.582 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:12.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:12.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:12.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:12.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:12.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:12.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:47:12.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:47:12.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:47:12.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:12.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:12.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:12.588 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:12.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:12.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:12.588 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:47:12.588 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:12.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:12.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:12.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:13.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:13.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:13.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:13.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:14.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:14.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:14.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:14.089 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:14.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:47:14.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:47:14.089 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:47:14.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:14.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:14.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:14.089 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:14.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:14.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:14.090 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:47:14.090 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:14.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:14.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:14.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:14.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:14.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:15.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:15.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:15.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:15.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:15.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:15.591 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:15.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:47:15.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:47:15.591 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:47:15.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:15.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:15.591 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:15.591 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:15.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:15.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:15.591 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:47:15.591 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:15.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:15.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:15.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:16.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:16.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:16.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:16.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:16.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:16.592 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:16.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:47:16.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:47:16.593 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:47:16.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:16.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:16.593 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:16.593 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:16.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:16.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:16.593 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:47:16.593 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:16.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:16.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:16.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:17.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:17.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:17.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:17.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:17.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:17.594 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:17.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:47:17.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:47:17.594 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:17.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:17.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:17.594 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:17.594 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:17.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:17.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:17.595 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:47:17.595 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:17.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:17.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:17.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:18.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:18.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:18.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:18.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:18.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:18.602 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:18.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:47:18.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:47:18.602 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:47:18.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:18.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:18.602 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:18.603 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:18.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:18.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:18.603 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:47:18.603 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:18.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:18.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:18.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:18.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:18.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:18.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:47:18.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:47:18.608 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:47:18.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:18.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:18.608 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:18.608 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:18.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:18.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:18.608 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:47:18.608 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:18.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:18.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:18.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:19.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:19.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:19.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:19.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:19.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:19.631 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:19.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:47:19.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:47:19.632 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:47:19.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:19.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:19.632 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:19.632 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:19.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:19.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:19.632 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:47:19.632 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:19.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:19.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:19.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:20.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:20.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:20.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:20.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:20.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:20.635 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:20.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:47:20.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:47:20.635 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:47:20.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:20.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:20.635 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:20.635 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:20.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:20.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:20.636 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:47:20.636 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:20.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:20.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:20.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:21.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:21.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:21.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:21.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:22.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:22.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:22.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:22.137 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:22.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:47:22.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:47:22.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:47:22.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:22.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:22.137 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:22.137 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:22.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:22.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:22.138 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:47:22.138 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:22.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:22.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:22.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:22.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:22.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:23.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:23.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:23.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:23.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:23.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:23.639 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:23.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:47:23.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:47:23.643 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:23.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:23.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:23.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:23.643 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:23.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:23.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:23.649 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:47:23.650 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:23.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:23.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:23.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:24.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:24.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:24.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:24.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:24.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:24.652 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:24.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:47:24.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:47:24.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:47:24.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:24.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:24.652 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:24.652 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:24.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:24.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:24.653 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:47:24.653 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:24.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:24.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:24.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:24.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:24.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:24.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:47:24.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:47:24.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:24.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:24.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:24.665 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:24.665 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:24.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:24.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:24.670 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:47:24.670 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:24.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:24.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:24.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:25.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:25.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:25.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:25.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:25.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:25.673 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:25.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:47:25.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:47:25.673 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:47:25.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:25.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:25.673 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:25.673 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:25.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:25.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:25.673 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:47:25.673 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:25.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:25.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:25.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:25.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:25.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:25.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:47:25.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:47:25.679 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:47:25.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:25.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:25.679 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:25.679 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:25.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:25.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:25.679 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:47:25.679 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:25.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:25.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:25.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:26.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:26.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:26.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:26.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:26.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:26.680 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:26.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:47:26.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:47:26.680 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:47:26.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:26.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:26.681 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:26.681 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:26.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:26.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:26.681 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:47:26.681 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:26.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:26.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:26.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:27.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:27.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:27.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:27.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:27.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:27.684 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:27.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:47:27.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:47:27.684 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:47:27.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:27.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:27.684 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:27.684 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:27.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:27.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:27.684 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:47:27.684 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:27.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:27.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:27.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:27.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:27.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:27.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:47:27.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:47:27.687 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:27.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:27.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:27.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 08:47:27.687 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:27.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:27.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:27.688 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:47:27.688 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:27.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:27.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:27.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:28.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:28.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:28.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:28.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:28.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:28.690 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:28.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:47:28.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:47:28.690 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:47:28.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:28.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:28.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:28.691 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:28.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:28.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:28.691 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:47:28.691 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:28.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:28.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:28.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:28.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:28.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:28.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:47:28.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:47:28.698 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:47:28.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:28.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:28.698 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:28.698 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:28.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:28.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:28.698 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:47:28.698 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:28.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:28.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:28.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:29.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:29.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:29.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:29.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:29.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:29.701 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:29.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:47:29.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:47:29.701 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:47:29.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:29.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:29.702 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:29.702 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:29.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:29.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:29.702 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:47:29.702 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:29.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:29.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:29.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:30.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:30.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:30.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:30.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:31.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:31.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:31.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:31.203 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:31.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:47:31.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:47:31.203 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:47:31.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:31.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:31.203 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:31.203 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:31.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:31.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:31.204 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:47:31.204 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:31.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:31.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:31.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:31.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:31.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:31.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:47:31.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:47:31.207 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:47:31.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:31.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:31.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 08:47:31.207 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:31.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:31.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:31.207 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:47:31.207 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:31.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:31.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:31.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:31.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:31.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:32.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:32.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:32.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:32.208 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:32.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:47:32.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:47:32.208 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:32.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:32.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:32.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 08:47:32.208 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:32.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:32.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:32.209 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:47:32.225 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:32.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:32.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:32.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:32.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:32.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:33.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:33.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:33.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:33.228 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:33.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:47:33.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:47:33.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:47:33.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:33.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:33.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 08:47:33.228 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:33.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:33.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:33.228 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:47:33.228 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:33.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:33.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:33.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:33.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:33.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:33.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:47:33.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:47:33.234 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:47:33.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:33.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:33.234 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:33.234 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:33.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:33.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:33.234 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:47:33.234 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:33.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:33.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:33.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:33.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:33.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:34.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:34.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:34.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:34.235 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:34.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:47:34.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:47:34.236 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:47:34.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:34.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:34.236 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:34.236 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:34.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:34.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:34.236 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:47:34.236 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:34.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:34.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:34.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:34.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:34.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:35.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:35.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:35.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:35.237 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:35.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:47:35.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:47:35.237 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:47:35.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:35.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:35.237 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:35.237 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:35.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:35.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:35.237 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:47:35.237 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:35.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:35.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:35.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:35.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:35.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:35.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:47:35.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:47:35.240 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:47:35.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:35.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:35.241 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:35.241 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:35.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:35.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:35.241 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:47:35.241 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:35.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:35.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:35.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:35.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:35.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:36.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:36.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:36.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:36.242 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:36.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:47:36.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:47:36.243 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:36.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:36.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:36.243 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:36.243 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:36.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:36.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:36.251 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:47:36.252 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:36.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:36.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:36.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:36.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:36.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:37.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:37.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:37.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:37.268 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:37.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:47:37.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:47:37.268 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:47:37.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:37.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:37.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:37.268 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:37.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:37.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:37.268 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:47:37.268 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:37.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:37.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:37.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:37.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:37.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:37.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:47:37.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:47:37.276 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:47:37.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:37.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:37.276 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:37.276 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:37.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:37.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:37.276 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:47:37.276 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:37.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:37.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:37.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:37.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:37.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:38.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:38.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:38.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:38.280 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:38.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:47:38.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:47:38.280 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:47:38.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:38.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:38.280 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:38.280 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:38.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:38.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:38.280 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:47:38.280 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:38.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:38.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:38.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:38.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:38.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:39.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:39.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:39.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:39.281 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:39.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:47:39.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:47:39.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:47:39.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:39.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:39.282 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:39.282 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:39.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:39.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:39.282 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:47:39.282 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:39.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:39.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:39.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:39.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:39.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:39.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:47:39.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:47:39.285 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:47:39.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:39.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:39.285 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:39.285 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:39.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:39.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:39.286 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:47:39.286 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:39.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:39.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:39.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:39.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:39.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:40.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:40.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:40.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:40.289 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:40.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:47:40.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:47:40.292 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:40.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:40.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:40.292 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:40.292 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:40.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:40.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:40.293 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:47:40.310 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:40.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:40.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:40.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:40.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:40.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:41.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:41.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:41.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:41.313 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:41.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:47:41.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:47:41.313 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:47:41.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:41.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:41.313 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:41.313 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:41.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:41.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:41.314 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:47:41.314 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:41.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:41.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:41.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:41.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:41.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:41.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:47:41.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:47:41.319 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:41.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:41.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:41.319 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:41.319 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:41.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:41.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:41.319 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:47:41.324 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:41.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:41.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:41.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:41.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:41.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:42.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:42.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:42.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:42.326 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:42.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:47:42.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:47:42.326 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:47:42.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:42.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:42.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:42.327 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:42.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:42.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:42.327 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:47:42.327 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:42.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:42.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:42.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:42.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:42.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:42.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:47:42.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:47:42.332 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:47:42.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:42.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:42.332 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:42.332 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:42.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:42.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:42.332 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:47:42.332 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:42.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:42.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:42.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:42.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:42.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:43.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:43.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:43.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:43.334 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:43.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:47:43.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:47:43.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:47:43.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:43.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:43.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:43.334 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:43.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:43.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:43.334 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:47:43.334 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:43.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:43.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:43.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:43.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:43.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:43.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:47:43.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:47:43.337 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:47:43.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:43.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:43.337 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:43.337 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:43.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:43.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:43.337 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:47:43.337 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:43.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:43.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:43.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:43.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:43.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:43.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:47:43.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:47:43.338 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:43.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:43.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:43.338 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:43.338 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:43.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:43.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:43.338 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:47:43.359 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:43.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:43.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:43.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:43.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:43.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:44.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:44.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:44.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:44.362 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:44.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:47:44.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:47:44.362 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:47:44.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:44.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:44.362 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:44.362 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:44.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:44.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:44.362 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:47:44.362 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:44.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:44.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:44.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:44.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:44.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:44.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:47:44.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:47:44.369 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:47:44.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:44.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:44.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 08:47:44.369 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:44.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:44.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:44.369 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:47:44.369 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:44.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:44.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:44.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:44.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:44.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:45.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:45.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:45.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:45.370 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:45.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:47:45.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:47:45.370 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:47:45.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:45.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:45.370 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:45.370 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:45.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:45.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:45.370 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:47:45.370 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:45.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:45.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:45.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:45.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:45.371 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:45.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:47:45.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:47:45.374 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:45.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:45.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:45.374 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:45.374 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:45.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:45.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:45.374 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:47:45.374 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:45.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:45.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:45.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:45.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:45.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:46.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:46.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:46.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:46.377 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:46.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:47:46.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:47:46.377 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:47:46.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:46.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:46.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 08:47:46.377 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:46.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:46.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:46.377 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:47:46.377 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:46.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:46.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:46.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:46.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:46.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:46.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:47:46.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:47:46.391 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:47:46.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:46.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:46.391 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:46.391 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:46.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:46.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:46.391 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:47:46.391 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:46.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:46.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:46.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:46.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:46.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:47.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:47.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:47.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:47.392 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:47.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:47:47.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:47:47.392 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:47:47.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:47.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:47.392 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:47.392 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:47.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:47.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:47.393 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:47:47.393 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:47.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:47.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:47.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:47.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:47.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:47.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:47:47.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:47:47.395 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:47:47.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:47.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:47.396 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:47.396 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:47.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:47.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:47.396 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:47:47.396 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:47.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:47.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:47.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:47.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:47.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:47.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:47:47.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:47:47.402 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:47:47.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:47.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:47.402 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:47.402 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:47.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:47.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:47.402 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:47:47.402 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:47.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:47.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:47.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:47.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:47.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:48.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:48.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:48.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:48.403 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:48.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:47:48.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:47:48.403 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:48.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:48.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:48.404 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:48.404 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:48.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:48.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:48.404 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:47:48.404 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:48.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:48.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:48.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:48.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:48.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:49.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:49.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:49.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:49.412 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:49.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:47:49.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:47:49.413 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:47:49.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:49.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:49.413 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:49.413 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:49.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:49.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:49.413 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:47:49.413 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:49.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:49.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:49.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:49.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:49.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:49.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:47:49.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:47:49.418 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:47:49.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:49.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:49.419 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:49.419 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:49.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:49.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:49.419 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:47:49.419 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:49.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:49.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:49.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:49.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:49.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:50.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:50.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:50.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:50.420 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:50.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:47:50.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:47:50.420 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:47:50.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:50.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:50.420 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:50.420 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:50.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:50.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:50.421 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:47:50.421 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:50.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:50.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:50.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:50.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:50.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:50.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:47:50.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:47:50.424 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:47:50.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:50.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:50.424 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:50.424 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:50.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:50.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:50.424 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:47:50.424 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:50.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:50.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:50.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:50.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:50.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:50.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:47:50.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:47:50.426 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:47:50.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:50.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:50.427 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:50.427 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:50.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:50.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:50.427 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:47:50.427 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:50.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:50.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:50.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:50.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:50.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:51.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:51.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:51.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:51.428 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:51.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:47:51.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:47:51.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:51.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:51.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:51.431 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:51.431 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:51.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:51.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:51.431 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:47:51.436 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:51.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:51.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:51.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:51.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:51.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:52.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:52.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:52.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:52.438 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:52.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:47:52.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:47:52.439 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:47:52.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:52.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:52.439 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:52.439 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:52.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:52.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:52.439 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:47:52.439 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:52.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:52.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:52.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:52.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:52.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:52.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:47:52.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:47:52.444 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:52.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:52.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:52.445 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:52.445 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:52.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:52.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:52.445 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:47:52.450 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:52.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:52.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:52.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:52.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:52.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:53.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:53.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:53.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:53.453 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:53.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:47:53.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:47:53.453 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:47:53.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:53.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:53.453 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:53.453 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:53.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:53.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:53.454 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:47:53.454 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:53.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:53.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:53.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:53.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:53.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:53.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:47:53.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:47:53.459 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:47:53.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:53.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:53.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:53.459 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:53.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:53.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:53.459 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:47:53.459 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:53.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:53.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:53.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:53.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:53.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:53.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:47:53.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:47:53.462 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:47:53.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:53.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:53.462 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:53.462 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:53.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:53.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:53.462 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:47:53.462 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:53.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:53.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:53.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:53.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:53.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:53.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:47:53.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:47:53.464 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:47:53.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:53.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:53.464 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:53.464 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:53.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:53.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:53.465 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:47:53.465 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:53.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:53.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:53.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:53.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:53.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:53.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:47:53.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:47:53.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:53.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:53.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:53.465 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:53.465 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:53.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:53.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:53.465 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:47:53.466 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:53.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:53.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:53.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:53.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:53.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:54.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:54.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:54.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:54.468 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:54.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:47:54.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:47:54.468 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:47:54.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:54.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:54.469 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:54.469 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:54.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:54.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:54.469 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:47:54.469 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:54.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:54.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:54.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:54.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:54.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:54.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:47:54.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:47:54.474 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:47:54.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:54.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:54.475 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:54.475 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:54.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:54.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:54.475 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:47:54.475 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:54.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:54.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:54.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:54.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:54.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:54.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:47:54.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:47:54.477 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:47:54.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:54.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:54.477 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:54.477 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:54.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:54.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:54.477 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:47:54.477 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:54.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:54.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:54.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:54.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:54.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:54.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:47:54.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:47:54.478 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:54.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:54.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:54.478 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:54.478 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:54.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:54.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:54.478 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:47:54.478 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:54.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:54.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:54.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:54.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:54.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:55.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:55.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:55.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:55.490 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:55.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:47:55.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:47:55.491 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:47:55.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:55.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:55.491 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:55.491 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:55.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:55.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:55.491 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:47:55.491 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:55.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:55.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:55.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:55.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:55.491 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:55.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:47:55.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:47:55.497 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:47:55.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:55.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:55.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 08:47:55.497 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:55.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:55.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:55.497 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:47:55.497 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:55.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:55.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:55.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:55.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:55.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:55.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:47:55.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:47:55.511 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:55.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:55.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:55.511 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:55.511 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:55.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:55.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:55.512 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:47:55.529 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:55.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:55.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:55.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:56.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:56.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:56.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:56.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:56.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:56.532 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:56.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:47:56.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:47:56.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:47:56.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:56.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:56.532 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:56.532 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:56.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:56.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:56.532 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:47:56.532 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:56.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:56.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:56.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:56.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:56.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:56.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:47:56.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:47:56.539 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:47:56.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:56.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:56.539 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:56.539 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:56.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:56.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:56.539 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:47:56.539 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:56.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:56.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:56.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:56.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:56.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:56.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:47:56.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:47:56.541 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:47:56.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:56.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:56.541 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:56.541 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:56.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:56.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:56.541 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:47:56.541 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:56.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:56.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:56.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:56.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:56.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:56.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:47:56.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:47:56.542 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:47:56.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:56.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:56.542 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:56.542 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:56.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:56.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:56.542 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:47:56.542 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:56.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:56.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:56.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:56.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:56.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:56.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:47:56.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:47:56.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:47:56.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:56.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:56.543 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:56.543 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:56.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:56.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:56.556 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:47:56.556 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:56.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:56.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:56.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:57.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:57.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:57.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:57.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:57.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:57.557 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:57.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:47:57.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:47:57.560 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:57.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:57.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:57.560 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:57.560 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:57.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:57.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:57.560 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:47:57.560 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:57.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:57.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:57.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:58.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:58.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:58.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:58.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:58.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:58.567 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:58.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:47:58.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:47:58.568 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:47:58.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:58.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:58.568 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:58.568 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:58.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:58.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:58.568 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:47:58.568 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:58.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:58.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:58.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:58.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:58.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:58.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:47:58.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:47:58.574 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:58.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:58.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:58.574 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:58.574 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:58.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:58.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:58.574 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:47:58.591 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:58.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:58.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:58.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:59.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:59.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:59.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:59.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:47:59.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:47:59.594 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:47:59.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:47:59.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:47:59.595 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:47:59.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:59.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:59.595 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:59.595 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:59.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:59.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:59.600 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:47:59.600 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:59.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:59.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:59.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:59.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:59.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:59.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:47:59.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:47:59.601 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:47:59.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:59.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:59.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:59.601 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:59.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:59.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:59.601 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:47:59.601 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:59.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:59.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:59.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:59.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:59.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:59.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:47:59.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:47:59.603 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:47:59.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:59.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:59.603 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:59.603 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:59.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:59.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:59.603 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:47:59.603 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:59.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:59.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:59.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:59.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:59.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:59.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:47:59.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:47:59.603 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:47:59.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:59.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:59.603 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:59.603 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:59.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:59.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:59.604 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:47:59.604 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:59.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:59.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:59.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:47:59.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:47:59.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:47:59.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:47:59.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:47:59.604 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:47:59.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:47:59.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:47:59.604 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:47:59.604 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:47:59.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:47:59.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:47:59.604 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:47:59.604 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:47:59.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:47:59.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:47:59.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:00.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:00.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:00.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:00.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:00.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:00.635 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:48:00.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:48:00.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:48:00.636 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:48:00.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:00.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:00.636 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:00.636 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:00.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:00.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:00.636 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:48:00.636 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:00.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:00.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:00.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:00.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:00.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:48:00.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:48:00.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:48:00.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:48:00.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:00.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:00.652 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:00.652 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:00.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:00.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:00.652 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:48:00.652 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:00.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:00.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:00.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:00.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:00.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:48:00.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:48:00.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:48:00.656 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:48:00.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:00.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:00.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 08:48:00.656 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:00.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:00.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:00.656 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:48:00.656 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:00.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:00.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:00.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:00.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:00.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:48:00.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:48:00.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:48:00.657 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:00.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:00.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:00.657 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:00.657 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:00.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:00.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:00.684 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:48:00.685 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:00.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:00.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:00.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:01.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:01.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:01.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:01.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:01.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:01.687 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:48:01.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:48:01.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:48:01.687 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:48:01.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:01.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:01.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 08:48:01.687 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:01.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:01.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:01.687 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:48:01.687 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:01.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:01.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:01.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:01.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:01.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:48:01.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:48:01.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:48:01.693 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:48:01.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:01.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:01.693 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:01.693 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:01.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:01.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:01.693 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:48:01.693 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:01.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:01.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:01.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:01.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:01.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:48:01.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:48:01.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:48:01.695 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:01.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:01.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:01.695 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:01.695 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:01.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:01.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:01.696 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:48:01.696 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:01.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:01.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:01.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:02.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:02.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:02.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:02.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:02.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:02.698 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:48:02.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:48:02.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:48:02.699 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:48:02.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:02.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:02.699 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:02.699 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:02.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:02.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:02.699 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:48:02.699 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:02.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:02.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:02.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:02.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:02.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:48:02.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:48:02.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:48:02.712 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:48:02.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:02.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:02.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 08:48:02.712 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:02.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:02.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:02.712 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:48:02.712 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:02.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:02.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:02.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:02.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:02.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:48:02.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:48:02.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:48:02.714 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:48:02.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:02.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:02.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 08:48:02.714 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:02.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:02.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:02.715 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:48:02.715 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:02.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:02.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:02.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:02.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:02.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:48:02.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:48:02.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:48:02.715 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:48:02.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:02.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:02.715 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:02.715 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:02.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:02.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:02.715 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:48:02.715 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:02.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:02.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:02.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:02.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:02.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:48:02.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:48:02.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:48:02.716 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:48:02.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:02.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:02.716 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:02.716 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:02.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:02.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:02.716 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:48:02.716 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:02.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:02.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:02.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:02.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:02.716 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:48:02.717 INFO [WorkbenchTestable][AbstractShell] Close shell shell1 08:48:02.717 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell1' 08:48:02.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:48:02.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:48:02.727 INFO [WorkbenchTestable][AbstractShell] Close shell shell2 08:48:02.727 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell2' 08:48:02.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:48:02.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:48:02.729 INFO [WorkbenchTestable][AbstractShell] Close shell shell3 08:48:02.729 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell3' 08:48:02.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:48:02.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:48:02.732 INFO [WorkbenchTestable][AbstractShell] Close shell shell4 08:48:02.732 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell4' 08:48:02.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:48:02.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:48:02.734 INFO [WorkbenchTestable][AbstractShell] Close shell shell5 08:48:02.734 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell5' 08:48:02.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:48:02.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:48:02.745 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 08:48:02.745 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:02.746 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:02.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:02.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:02.746 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 08:48:02.746 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:02.746 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 08:48:02.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 08:48:02.747 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:02.747 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:02.747 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:02.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:48:02.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 08:48:02.769 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:48:02.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:02.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:02.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:48:02.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:48:02.776 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:48:02.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:02.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:02.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:48:02.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:48:02.783 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:48:02.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:02.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:02.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:48:02.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 08:48:02.790 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:48:02.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:02.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:02.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:48:02.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:48:02.816 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:48:02.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:02.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:02.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:48:02.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:48:02.817 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:02.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:02.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:02.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 08:48:02.817 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:02.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:02.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:02.817 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:48:02.817 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:02.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:02.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:02.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:03.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:03.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:03.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:03.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:03.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:03.839 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:48:03.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:48:03.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:48:03.839 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:48:03.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:03.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:03.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 08:48:03.839 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:03.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:03.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:03.839 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:48:03.839 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:03.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:03.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:03.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:04.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:04.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:04.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:04.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:04.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:04.840 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:48:04.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:48:04.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:48:04.841 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:48:04.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:04.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:04.841 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:04.841 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:04.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:04.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:04.841 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:48:04.841 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:04.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:04.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:04.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:05.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:05.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:05.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:05.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:05.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:05.842 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:48:05.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:48:05.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:48:05.842 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:48:05.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:05.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:05.843 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:05.843 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:05.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:05.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:05.843 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:48:05.843 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:05.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:05.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:05.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:06.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:06.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:06.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:06.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:07.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:07.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:07.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:07.344 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:48:07.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:48:07.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:48:07.344 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:48:07.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:07.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:07.344 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:07.344 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:07.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:07.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:07.344 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:48:07.344 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:07.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:07.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:07.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:07.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:07.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:08.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:08.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:08.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:08.345 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:48:08.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:48:08.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:48:08.346 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:48:08.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:08.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:08.346 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:08.346 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:08.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:08.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:08.346 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:48:08.346 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:08.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:08.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:08.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:08.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:08.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:09.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:09.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:09.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:09.347 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:48:09.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:48:09.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:48:09.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:09.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:09.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:09.350 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:09.350 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:09.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:09.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:09.350 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:48:09.350 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:09.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:09.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:09.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:09.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:09.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:10.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:10.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:10.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:10.370 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:48:10.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:48:10.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:48:10.370 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:48:10.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:10.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:10.370 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:10.370 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:10.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:10.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:10.370 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:48:10.370 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:10.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:10.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:10.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:10.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:10.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:11.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:11.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:11.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:11.372 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:48:11.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:48:11.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:48:11.372 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:48:11.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:11.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:11.372 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:11.372 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:11.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:11.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:11.372 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:48:11.372 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:11.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:11.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:11.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:11.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:11.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:12.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:12.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:12.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:12.373 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:48:12.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:48:12.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:48:12.373 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:48:12.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:12.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:12.373 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:12.374 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:12.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:12.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:12.374 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:48:12.374 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:12.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:12.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:12.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:12.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:12.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:13.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:13.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:13.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:13.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:13.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:13.875 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:48:13.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:48:13.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:48:13.875 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:48:13.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:13.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:13.875 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:13.875 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:13.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:13.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:13.876 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:48:13.876 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:13.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:13.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:13.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:14.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:14.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:14.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:14.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:15.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:15.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:15.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:15.377 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:48:15.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:48:15.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:48:15.377 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:48:15.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:15.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:15.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 08:48:15.377 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:15.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:15.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:15.378 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:48:15.378 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:15.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:15.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:15.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:15.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:15.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:48:15.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:48:15.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:48:15.380 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:15.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:15.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:15.380 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:15.380 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:15.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:15.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:15.381 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:48:15.381 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:15.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:15.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:15.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:15.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:15.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:16.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:16.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:16.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:16.384 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:48:16.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:48:16.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:48:16.384 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:48:16.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:16.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:16.384 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:16.384 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:16.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:16.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:16.384 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:48:16.384 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:16.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:16.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:16.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:16.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:16.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:17.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:17.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:17.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:17.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:17.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:17.886 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:48:17.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:48:17.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:48:17.886 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:48:17.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:17.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:17.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:17.886 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:17.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:17.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:17.887 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:48:17.887 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:17.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:17.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:17.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:18.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:18.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:18.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:18.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:19.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:19.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:19.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:19.388 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:48:19.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:48:19.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:48:19.388 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:48:19.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:19.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:19.388 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:19.388 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:19.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:19.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:19.389 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:48:19.389 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:19.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:19.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:19.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:19.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:19.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:20.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:20.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:20.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:20.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:20.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:20.890 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:48:20.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:48:20.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:48:20.890 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:48:20.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:20.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:20.890 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:20.890 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:20.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:20.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:20.890 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:48:20.890 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:20.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:20.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:20.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:21.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:21.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:21.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:21.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:21.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:21.891 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:48:21.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:48:21.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 08:48:21.892 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:48:21.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:21.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:21.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 08:48:21.892 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:21.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:21.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:21.892 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:48:21.892 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:21.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:21.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:21.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:21.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:21.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:48:21.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:48:21.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:48:21.897 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:21.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:21.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:21.897 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:21.897 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:21.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:21.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:21.898 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:48:21.902 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:21.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:21.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:21.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:22.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:22.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:22.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:22.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:22.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:22.904 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:48:22.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:48:22.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:48:22.904 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:48:22.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:22.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:22.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 08:48:22.904 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:22.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:22.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:22.905 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:48:22.905 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:22.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:22.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:22.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:23.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:23.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:23.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:23.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:23.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:23.906 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:48:23.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:48:23.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:48:23.906 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:48:23.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:23.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:23.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:23.906 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:23.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:23.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:23.906 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:48:23.906 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:23.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:23.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:23.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:24.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:24.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:24.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:24.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:24.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:24.933 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:48:24.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:48:24.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:48:24.934 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:48:24.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:24.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:24.934 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:24.934 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:24.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:24.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:24.934 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:48:24.934 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:24.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:24.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:24.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:25.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:25.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:25.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:25.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:25.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:25.935 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:48:25.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:48:25.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 08:48:25.936 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:48:25.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:25.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:25.936 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:25.936 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:25.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:25.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:25.936 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:48:25.936 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:25.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:25.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:25.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:25.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:25.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:48:25.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:48:25.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:48:25.941 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:25.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:25.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:25.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:25.941 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:25.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:25.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:25.950 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:48:25.950 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:25.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:25.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:25.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:26.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:26.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:26.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:26.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:26.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:26.952 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:48:26.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:48:26.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:48:26.953 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:48:26.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:26.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:26.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:26.953 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:26.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:26.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:26.953 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:48:26.953 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:26.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:26.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:26.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:27.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:27.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:27.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:27.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:27.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:27.954 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:48:27.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:48:27.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:48:27.954 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:48:27.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:27.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:27.954 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:27.954 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:27.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:27.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:27.954 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:48:27.954 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:27.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:27.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:27.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:28.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:28.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:28.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:28.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:28.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:28.955 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:48:28.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:48:28.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:48:28.956 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:48:28.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:28.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:28.956 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:28.956 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:28.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:28.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:28.956 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:48:28.956 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:28.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:28.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:28.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:29.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:29.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:29.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:29.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:30.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:30.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:30.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:30.457 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:48:30.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:48:30.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:48:30.457 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:48:30.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:30.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:30.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:30.457 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:30.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:30.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:30.458 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:48:30.458 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:30.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:30.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:30.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:30.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:30.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:48:30.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:48:30.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:48:30.460 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:48:30.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:30.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:30.460 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:30.460 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:30.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:30.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:30.461 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:48:30.461 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:30.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:30.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:30.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:30.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:30.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:48:30.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:48:30.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:48:30.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:30.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:30.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:30.465 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:30.465 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:30.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:30.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:30.465 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:48:30.469 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:30.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:30.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:30.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:30.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:30.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:31.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:31.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:31.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:31.471 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:48:31.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:48:31.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:48:31.472 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:48:31.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:31.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:31.472 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:31.472 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:31.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:31.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:31.472 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:48:31.472 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:31.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:31.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:31.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:31.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:31.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:48:31.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:48:31.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:48:31.484 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:31.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:31.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:31.484 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:31.484 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:31.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:31.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:31.485 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:48:31.485 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:31.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:31.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:31.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:32.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:32.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:32.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:32.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:32.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:32.503 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:48:32.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:48:32.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:48:32.503 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:48:32.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:32.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:32.503 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:32.503 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:32.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:32.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:32.503 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:48:32.503 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:32.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:32.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:32.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:32.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:32.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:48:32.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:48:32.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:48:32.508 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:48:32.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:32.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:32.508 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:32.508 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:32.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:32.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:32.508 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:48:32.508 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:32.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:32.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:32.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:33.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:33.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:33.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:33.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:33.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:33.509 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:48:33.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:48:33.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:48:33.509 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:48:33.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:33.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:33.509 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:33.509 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:33.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:33.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:33.510 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:48:33.510 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:33.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:33.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:33.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:34.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:34.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:34.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:34.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:35.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:35.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:35.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:35.011 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:48:35.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:48:35.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:48:35.011 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:48:35.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:35.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:35.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:35.011 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:35.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:35.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:35.011 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:48:35.011 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:35.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:35.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:35.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:35.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:35.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:48:35.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:48:35.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:48:35.015 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:48:35.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:35.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:35.015 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:35.015 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:35.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:35.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:35.015 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:48:35.015 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:35.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:35.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:35.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:35.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:35.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:48:35.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:48:35.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:48:35.021 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:35.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:35.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:35.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:35.021 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:35.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:35.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:35.022 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:48:35.053 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:35.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:35.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:35.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:35.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:35.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:36.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:36.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:36.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:36.055 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:48:36.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:48:36.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:48:36.055 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:48:36.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:36.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:36.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 08:48:36.056 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:36.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:36.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:36.056 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:48:36.056 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:36.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:36.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:36.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:36.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:36.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:48:36.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:48:36.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:48:36.061 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:48:36.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:36.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:36.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:36.061 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:36.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:36.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:36.061 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:48:36.061 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:36.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:36.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:36.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:36.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:36.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:48:36.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:48:36.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:48:36.072 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:36.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:36.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:36.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 08:48:36.072 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:36.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:36.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:36.072 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:48:36.072 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:36.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:36.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:36.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:36.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:36.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:37.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:37.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:37.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:37.079 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:48:37.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:48:37.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:48:37.080 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:48:37.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:37.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:37.080 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:37.080 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:37.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:37.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:37.080 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:48:37.080 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:37.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:37.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:37.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:37.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:37.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:48:37.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:48:37.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:48:37.085 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:48:37.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:37.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:37.085 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:37.085 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:37.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:37.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:37.085 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:48:37.085 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:37.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:37.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:37.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:37.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:37.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:48:37.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:48:37.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:48:37.087 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:48:37.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:37.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:37.087 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:37.087 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:37.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:37.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:37.087 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:48:37.087 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:37.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:37.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:37.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:37.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:37.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:38.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:38.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:38.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:38.088 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:48:38.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:48:38.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:48:38.088 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:48:38.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:38.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:38.088 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:38.088 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:38.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:38.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:38.089 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:48:38.089 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:38.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:38.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:38.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:38.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:38.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:48:38.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:48:38.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:48:38.091 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:48:38.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:38.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:38.092 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:38.092 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:38.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:38.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:38.092 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:48:38.092 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:38.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:38.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:38.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:38.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:38.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:48:38.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:48:38.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:48:38.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:38.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:38.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:38.096 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:38.096 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:38.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:38.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:38.096 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:48:38.096 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:38.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:38.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:38.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:38.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:38.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:39.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:39.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:39.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:48:39.103 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:48:39.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:48:39.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:48:39.103 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:48:39.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:39.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:39.103 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:39.103 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:39.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:39.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:39.103 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:48:39.103 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:39.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:39.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:39.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:39.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:39.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:48:39.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:48:39.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:48:39.116 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:48:39.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:39.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:39.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 08:48:39.116 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:39.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:39.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:39.116 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:48:39.116 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:39.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:39.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:39.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:39.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:39.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:48:39.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:48:39.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:48:39.118 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:48:39.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:39.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:39.118 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:48:39.118 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:39.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:39.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:39.119 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:48:39.119 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:39.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:39.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:39.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:39.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:39.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:48:39.119 INFO [WorkbenchTestable][AbstractShell] Close shell shell1 08:48:39.119 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell1' 08:48:39.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:48:39.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:48:39.122 INFO [WorkbenchTestable][AbstractShell] Close shell shell2 08:48:39.122 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell2' 08:48:39.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:48:39.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:48:39.124 INFO [WorkbenchTestable][AbstractShell] Close shell shell3 08:48:39.124 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell3' 08:48:39.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:48:39.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:48:39.126 INFO [WorkbenchTestable][AbstractShell] Close shell shell4 08:48:39.126 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell4' 08:48:39.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:48:39.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:48:39.128 INFO [WorkbenchTestable][AbstractShell] Close shell shell5 08:48:39.128 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell5' 08:48:39.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:48:39.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:48:39.135 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 08:48:39.135 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:39.135 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:39.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:39.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:39.135 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 08:48:39.135 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 08:48:39.135 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:39.135 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:39.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:39.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 133.463 s - in org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) Time elapsed: 97.065 s testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) Time elapsed: 36.389 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-0838 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.workbench.test --- [INFO] Resolving class path of RedDeer Workbench Tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.workbench.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.workbench.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.workbench.test --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.workbench.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.workbench.test --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:48:55.231 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:48:55.233 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 08:48:55.243 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:48:55.244 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 08:48:55.315 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:48:55.338 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:48:55.341 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:55.345 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:48:55.348 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 08:48:55.348 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 08:48:55.358 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 08:48:55.363 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:55.363 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:48:55.408 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:55.408 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:48:55.411 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:55.412 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:48:55.427 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:48:55.450 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:48:55.452 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:48:55.452 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:48:55.453 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:48:55.454 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:48:55.460 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:55.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:55.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:55.464 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:55.467 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:48:55.509 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:55.509 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:48:55.510 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:48:55.510 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:48:55.510 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:48:55.510 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:48:55.510 DEBUG [main][MenuItemLookup] Item match:Window 08:48:55.516 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:48:55.516 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:48:55.516 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:48:55.516 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:55.516 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:48:55.516 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:48:55.516 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:55.516 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:48:55.516 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:55.517 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:48:55.517 DEBUG [main][MenuItemLookup] Item match:Preferences 08:48:55.520 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:48:55.520 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:48:55.522 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:48:55.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 08:48:55.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 08:48:55.719 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:48:55.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:55.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:55.722 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:48:55.722 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:48:55.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 08:48:55.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:55.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:55.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:55.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:55.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:55.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:48:55.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:48:55.778 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:48:55.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:55.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:55.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:55.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:55.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:48:55.820 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:48:55.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:48:55.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:48:55.822 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:48:55.823 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:48:55.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:48:55.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:48:55.880 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:55.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:55.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:55.882 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:55.909 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 08:48:55.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:48:55.910 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:55.910 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:55.910 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:55.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:55.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:55.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:55.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:55.937 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:55.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:55.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:55.937 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:55.938 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:48:55.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:55.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:55.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:55.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:55.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:55.942 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:55.942 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:55.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:55.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:48:55.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:48:55.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:48:55.962 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 08:48:55.962 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 08:48:55.963 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:55.965 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:48:56.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:56.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:56.103 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:48:56.103 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:56.106 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:56.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:56.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:56.112 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 08:48:56.112 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:56.113 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 08:48:56.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:48:56.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:56.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:56.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:56.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:56.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:56.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:56.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:56.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:56.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:56.232 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 08:48:56.233 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:56.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:56.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:56.245 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:56.245 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:48:56.245 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:56.245 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:48:56.245 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:48:56.245 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:48:56.246 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:48:56.246 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:48:56.246 DEBUG [main][MenuItemLookup] Item match:Window 08:48:56.247 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:48:56.247 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:48:56.247 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:48:56.247 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:56.247 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:48:56.247 DEBUG [main][MenuItemLookup] Item match:Show View 08:48:56.260 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:48:56.261 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:48:56.261 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:48:56.261 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:48:56.261 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:48:56.261 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:48:56.261 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:48:56.261 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:48:56.261 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:56.261 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:48:56.261 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:48:56.262 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:48:56.262 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:48:56.262 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:48:56.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:48:56.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:48:56.322 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:48:56.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:56.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:56.324 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:48:56.324 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:56.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:56.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:56.324 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:56.324 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:56.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:56.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:56.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:56.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:56.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:56.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:48:56.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:48:56.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:48:56.327 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:48:56.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:56.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:56.833 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:48:56.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:48:56.836 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:48:56.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:56.836 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:48:56.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:56.836 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:48:56.837 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 08:48:56.838 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 08:48:56.838 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 08:48:56.839 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 08:48:56.839 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:56.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:56.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:56.840 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:56.840 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:56.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:56.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:56.841 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:48:56.842 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:56.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:56.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:56.842 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:56.842 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:56.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:56.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:56.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:56.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:56.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:48:56.844 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:48:56.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:48:56.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:48:56.844 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:48:56.844 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:48:56.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:48:56.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:48:56.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:48:56.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:56.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:56.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:48:56.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:56.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:56.929 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:56.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:56.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:56.930 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:56.930 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E') 08:48:56.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:56.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:56.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:56.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:56.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:56.940 INFO [WorkbenchTestable][AbstractView] Activate view Markers 08:48:56.940 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:48:56.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:56.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:48:56.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:48:56.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:48:56.943 INFO [WorkbenchTestable][AbstractView] Activate view Markers 08:48:56.943 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:48:56.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:56.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:48:56.944 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 08:48:56.944 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 08:48:56.944 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:48:56.945 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:48:56.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:57.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:57.011 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:48:57.011 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:57.011 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:57.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:57.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:57.011 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 08:48:57.011 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:57.012 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 08:48:57.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:48:57.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:57.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:57.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:57.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:57.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:57.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:57.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:57.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:57.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:57.023 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 08:48:57.023 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:57.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:57.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:57.031 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:57.031 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:48:57.031 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:57.031 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:48:57.031 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:48:57.031 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:48:57.031 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:48:57.031 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:48:57.031 DEBUG [main][MenuItemLookup] Item match:Window 08:48:57.032 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:48:57.032 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:48:57.032 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:48:57.032 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:57.032 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:48:57.032 DEBUG [main][MenuItemLookup] Item match:Show View 08:48:57.036 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:48:57.036 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:48:57.036 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:48:57.036 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:48:57.036 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:48:57.036 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:48:57.036 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:48:57.036 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:48:57.036 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:57.036 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:48:57.036 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:48:57.036 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:48:57.037 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:48:57.037 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:48:57.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:48:57.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:48:57.122 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:48:57.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:57.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:57.124 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:48:57.124 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:57.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:57.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:57.125 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:57.125 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:57.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:57.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:57.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:57.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:57.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:57.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:48:57.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:48:57.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:48:57.127 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:48:57.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:57.127 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:48:57.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:57.127 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:48:57.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:48:57.128 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:48:57.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:57.128 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:48:57.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:57.128 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:48:57.128 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 08:48:57.129 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 08:48:57.129 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 08:48:57.129 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 08:48:57.129 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:57.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:57.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:57.130 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:57.130 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:57.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:57.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:57.131 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:48:57.131 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:57.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:57.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:57.131 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:57.131 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:57.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:57.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:57.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:57.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:57.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:48:57.133 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:48:57.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:48:57.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:48:57.133 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:48:57.133 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:48:57.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:48:57.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:48:57.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:48:57.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:57.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:57.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:48:57.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:57.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:57.258 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:57.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:57.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:57.259 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:57.259 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:48:57.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:57.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:57.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:57.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:57.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:57.261 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:57.261 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:57.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:57.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:48:57.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:48:57.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:48:57.274 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:48:57.274 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:57.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:57.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 08:48:57.275 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 08:48:57.275 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 08:48:57.275 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:48:57.276 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:48:57.313 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:48:57.313 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:57.313 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:57.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:57.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:57.327 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 08:48:57.328 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:48:57.328 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:57.328 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:57.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:57.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.116 s - in org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.203 s testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.898 s testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.315 s Running org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:57.354 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:57.355 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:48:57.356 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:57.356 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:57.356 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:57.356 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:48:57.356 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:57.356 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:48:57.356 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:57.356 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:48:57.357 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:48:57.357 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:48:57.357 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:48:57.357 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:48:57.357 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:48:57.357 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:48:57.357 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:57.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:57.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:57.365 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:57.365 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:48:57.366 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:57.366 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:48:57.366 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:48:57.366 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:48:57.366 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:48:57.366 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:48:57.366 DEBUG [main][MenuItemLookup] Item match:Window 08:48:57.367 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:48:57.367 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:48:57.367 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:48:57.367 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:57.367 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:48:57.367 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:48:57.367 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:57.367 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:48:57.367 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:57.367 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:48:57.367 DEBUG [main][MenuItemLookup] Item match:Preferences 08:48:57.367 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:48:57.367 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:48:57.367 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:48:57.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 'Preferences.*'] is available.... 08:48:57.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 08:48:57.479 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:48:57.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:57.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:57.481 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:48:57.481 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:48:57.481 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 08:48:57.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:57.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:57.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:57.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:57.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:57.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:48:57.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:48:57.482 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:48:57.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:57.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:57.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:57.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:57.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:48:57.486 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:48:57.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:48:57.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:48:57.486 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:48:57.486 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:48:57.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:48:57.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:48:57.520 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:57.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:57.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:57.521 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:57.521 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:57.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:57.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:57.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:57.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:57.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:57.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:57.526 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:48:57.526 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:57.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:57.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:57.526 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:57.526 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:48:57.526 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:57.526 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:48:57.526 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:48:57.526 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:48:57.527 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:48:57.527 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:48:57.527 DEBUG [main][MenuItemLookup] Item match:Window 08:48:57.527 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:48:57.527 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:48:57.527 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:48:57.527 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:57.527 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:48:57.527 DEBUG [main][MenuItemLookup] Item match:Show View 08:48:57.530 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:48:57.530 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:48:57.530 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:48:57.530 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:48:57.531 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:48:57.531 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:48:57.531 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:48:57.531 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:48:57.531 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:57.531 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:48:57.531 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:48:57.540 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:48:57.540 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:48:57.540 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:48:57.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:48:57.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:48:57.620 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:48:57.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:57.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:57.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 08:48:57.622 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:57.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:57.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:57.622 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:57.622 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:57.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:57.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:57.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:57.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:57.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:57.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:48:57.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:48:57.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:48:57.624 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:48:57.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:58.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:58.125 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:48:58.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:48:58.126 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:48:58.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:58.126 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:48:58.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:58.126 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:48:58.126 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:48:58.126 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:48:58.126 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:48:58.127 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:48:58.127 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:58.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:58.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:58.127 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:58.127 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:58.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:58.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") 08:48:58.128 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:58.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:58.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:58.128 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:58.128 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:58.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:58.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:58.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:58.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:48:58.129 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:48:58.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:48:58.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:48:58.129 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:48:58.129 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:48:58.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:48:58.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:48:58.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:48:58.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:58.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:48:58.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:58.174 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:58.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:58.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:58.174 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:58.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 '\*?\QWorkbench Test\E') 08:48:58.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:58.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:58.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:58.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:58.176 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:48:58.176 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:48:58.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:58.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:48:58.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:48:58.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:48:58.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:58.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:58.181 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:58.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:58.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:58.181 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:58.181 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:48:58.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:58.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:58.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:58.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:58.183 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:48:58.183 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:48:58.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:58.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:48:58.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:48:58.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:48:58.190 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:48:58.191 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:48:58.191 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:48:58.191 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:48:58.215 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:58.215 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:58.215 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:58.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:58.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:58.225 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:58.225 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:58.225 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:58.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:58.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:58.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:58.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:58.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:58.229 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:48:58.229 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:58.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:58.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:58.230 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:58.230 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:48:58.230 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:58.230 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:48:58.230 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:48:58.230 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:48:58.230 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:48:58.230 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:48:58.230 DEBUG [main][MenuItemLookup] Item match:Window 08:48:58.231 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:48:58.231 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:48:58.231 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:48:58.231 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:58.231 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:48:58.231 DEBUG [main][MenuItemLookup] Item match:Show View 08:48:58.236 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:48:58.236 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:48:58.236 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:48:58.236 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:48:58.236 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:48:58.236 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:48:58.236 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:48:58.236 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:48:58.236 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:58.236 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:48:58.236 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:48:58.237 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:48:58.237 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:48:58.237 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:48:58.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:48:58.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:48:58.327 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:48:58.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:58.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:58.328 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:48:58.328 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:58.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:58.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:58.328 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:58.328 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:58.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:58.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:58.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:58.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:58.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:48:58.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:48:58.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:48:58.330 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:48:58.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:58.330 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:48:58.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:58.330 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:48:58.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:48:58.330 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:48:58.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:58.330 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:48:58.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:58.330 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:48:58.330 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:48:58.330 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:48:58.330 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:48:58.330 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:48:58.330 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:58.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:58.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:58.331 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:58.331 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:58.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:58.331 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:48:58.331 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:58.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:58.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:58.331 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:58.331 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:58.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:58.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:58.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:58.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:48:58.332 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:48:58.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:48:58.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:48:58.332 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:48:58.332 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:48:58.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:48:58.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:48:58.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:48:58.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:58.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:48:58.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:58.379 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:58.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:58.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:58.379 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:58.379 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:48:58.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:58.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:58.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:58.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:58.382 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:48:58.382 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:48:58.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:58.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:48:58.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:48:58.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:48:58.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:58.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:58.423 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:58.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:58.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:58.424 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:58.424 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:48:58.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:58.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:58.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:58.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:58.425 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:48:58.425 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:48:58.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:58.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:48:58.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:48:58.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:48:58.426 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:48:58.426 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:48:58.426 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:48:58.427 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:48:58.442 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:58.442 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:58.442 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:58.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:58.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:58.452 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:58.452 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:58.453 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:58.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:58.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:58.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:58.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:58.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:58.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:58.458 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:58.458 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:58.458 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:58.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:58.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:58.459 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:58.459 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:58.459 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:58.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:58.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:58.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:58.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:58.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:58.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:58.465 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:58.465 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:58.465 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:58.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:58.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:58.465 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:58.465 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:58.465 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:58.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:58.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:58.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:58.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:58.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:58.469 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' view via menu. 08:48:58.469 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:58.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:58.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:58.470 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:58.470 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:48:58.470 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:58.470 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:48:58.470 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:48:58.470 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:48:58.470 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:48:58.470 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:48:58.470 DEBUG [main][MenuItemLookup] Item match:Window 08:48:58.471 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:48:58.471 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:48:58.471 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:48:58.471 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:58.471 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:48:58.471 DEBUG [main][MenuItemLookup] Item match:Show View 08:48:58.473 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:48:58.473 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:48:58.474 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:48:58.474 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:48:58.474 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:48:58.474 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:48:58.474 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:48:58.474 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:48:58.474 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:58.474 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:48:58.474 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:48:58.474 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:48:58.474 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:48:58.474 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:48:58.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:48:58.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:48:58.541 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:48:58.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:58.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:58.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 08:48:58.543 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:58.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:58.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:58.543 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:58.543 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:58.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:58.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:58.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:58.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:58.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:48:58.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:48:58.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:48:58.544 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:48:58.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:58.544 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:48:58.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:58.544 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:48:58.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:48:58.544 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:48:58.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:58.544 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:48:58.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:58.545 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:48:58.545 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Dirty Test 08:48:58.545 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Dirty Test 08:48:58.545 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Dirty Test about selection 08:48:58.545 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Dirty Test 08:48:58.545 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:58.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:58.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:58.545 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:58.545 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:58.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:58.546 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:48:58.546 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:58.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:58.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:58.546 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:58.546 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:58.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:58.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:58.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:58.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:48:58.547 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:48:58.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:48:58.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:48:58.547 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:48:58.547 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:48:58.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:48:58.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:48:58.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:48:58.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:58.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:48:58.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:58.616 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:58.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:58.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:58.616 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:58.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E') 08:48:58.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:58.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:58.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:58.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:58.618 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 08:48:58.618 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 08:48:58.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:58.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:48:58.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:48:58.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:48:58.631 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 08:48:58.631 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 08:48:58.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:58.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text= TooltipText=null 08:48:58.632 INFO [WorkbenchTestable][AbstractView] Close view '*Workbench Dirty Test' 08:48:58.632 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem *Workbench Dirty Test 08:48:58.632 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 08:48:58.632 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:48:58.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:58.662 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:58.662 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:58.662 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:58.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:58.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:58.663 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:58.663 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:58.663 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:58.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:58.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:58.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:58.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:58.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:58.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:58.669 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:58.669 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:58.669 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:58.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:58.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:58.669 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:58.669 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:58.670 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:58.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:58.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:58.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:58.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:58.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:58.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:58.675 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:58.675 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:58.675 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:58.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:58.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:58.675 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:58.675 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:58.675 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:58.675 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:58.675 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:58.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:58.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:58.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:58.679 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:48:58.679 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:58.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:58.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:58.680 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:58.680 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:48:58.680 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:58.680 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:48:58.680 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:48:58.680 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:48:58.680 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:48:58.680 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:48:58.680 DEBUG [main][MenuItemLookup] Item match:Window 08:48:58.681 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:48:58.681 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:48:58.681 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:48:58.681 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:58.681 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:48:58.681 DEBUG [main][MenuItemLookup] Item match:Show View 08:48:58.683 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:48:58.683 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:48:58.683 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:48:58.683 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:48:58.683 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:48:58.683 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:48:58.683 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:48:58.683 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:48:58.683 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:58.683 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:48:58.683 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:48:58.684 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:48:58.684 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:48:58.684 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:48:58.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:48:58.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:48:58.747 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:48:58.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:58.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:58.749 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:48:58.749 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:58.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:58.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:58.749 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:58.749 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:58.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:58.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:58.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:58.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:58.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:48:58.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:48:58.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:48:58.750 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:48:58.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:58.750 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:48:58.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:58.750 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:48:58.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:48:58.751 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:48:58.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:58.751 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:48:58.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:58.751 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:48:58.751 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:48:58.751 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:48:58.751 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:48:58.751 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:48:58.751 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:58.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:58.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:58.751 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:58.751 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:58.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:58.752 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:48:58.752 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:58.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:58.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:58.752 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:58.752 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:58.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:58.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:58.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:58.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:48:58.753 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:48:58.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:48:58.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:48:58.753 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:48:58.753 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:48:58.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:48:58.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:48:58.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:48:58.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:58.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:48:58.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:58.816 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:58.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:58.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:58.817 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:58.817 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:48:58.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:58.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:58.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:58.818 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:58.818 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:48:58.818 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:48:58.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:58.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:48:58.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:48:58.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:48:58.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:58.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:58.827 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:58.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:58.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:58.828 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:58.828 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:48:58.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:58.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:58.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:58.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:58.836 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:48:58.836 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:48:58.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:58.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:48:58.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:48:58.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:48:58.842 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:48:58.842 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:48:58.842 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:48:58.842 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:48:58.858 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:58.858 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:58.858 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:58.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:58.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:58.868 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:58.868 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:58.868 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:58.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:58.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:58.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:58.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:58.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:58.910 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:58.910 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:58.910 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:58.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:58.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:58.911 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:58.911 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:58.911 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:58.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:58.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:58.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:58.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:58.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:58.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:58.916 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:58.916 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:58.916 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:58.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:58.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:58.917 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:58.917 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:58.917 INFO [WorkbenchTestable][RequirementsRunner] Started test: viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:58.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:58.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:58.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:58.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:58.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:58.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:58.919 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' view via menu. 08:48:58.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:58.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:58.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:58.920 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:58.920 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:48:58.920 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:58.920 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:48:58.920 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:48:58.920 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:48:58.920 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:48:58.920 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:48:58.920 DEBUG [main][MenuItemLookup] Item match:Window 08:48:58.921 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:48:58.921 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:48:58.921 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:48:58.921 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:58.921 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:48:58.921 DEBUG [main][MenuItemLookup] Item match:Show View 08:48:58.924 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:48:58.924 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:48:58.924 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:48:58.924 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:48:58.924 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:48:58.924 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:48:58.924 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:48:58.924 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:48:58.924 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:58.924 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:48:58.924 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:48:58.946 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:48:58.947 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:48:58.947 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:48:59.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:48:59.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:48:59.035 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:48:59.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:59.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:59.036 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:48:59.036 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:59.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:59.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:59.036 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:59.036 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:59.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:59.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:59.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:59.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:48:59.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:48:59.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:48:59.037 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:48:59.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:59.038 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:48:59.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:59.038 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:48:59.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:48:59.038 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:48:59.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:59.038 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:48:59.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:59.038 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:48:59.038 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Dirty Test 08:48:59.038 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Dirty Test 08:48:59.038 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Dirty Test about selection 08:48:59.038 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Dirty Test 08:48:59.038 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:59.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:59.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:59.039 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:59.039 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:59.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.039 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:48:59.039 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:59.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:59.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:59.039 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:59.039 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:59.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:59.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:59.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:48:59.040 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:48:59.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:48:59.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:48:59.040 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:48:59.040 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:48:59.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:48:59.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:48:59.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:48:59.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:48:59.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.085 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:59.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:59.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:59.086 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:59.086 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E') 08:48:59.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:59.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:59.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:59.087 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 08:48:59.087 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 08:48:59.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:59.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:48:59.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:48:59.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:48:59.125 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.workbench.impl.view.WorkbenchView, index 0 and following matchers specified (Matcher matching widget with label: is "Test field: ") 08:48:59.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:59.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:59.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:48:59.128 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:48:59.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:59.131 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:59.131 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:59.131 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:59.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:59.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:59.132 INFO [WorkbenchTestable][RequirementsRunner] Finished test: viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:59.132 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:59.132 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:59.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:59.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:59.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:59.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:59.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:59.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:59.144 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:59.144 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:59.144 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:59.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:59.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:59.144 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:59.144 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:59.144 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:59.144 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:59.144 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:59.144 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:59.144 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:59.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:59.147 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:48:59.147 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:59.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:59.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:59.148 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:59.148 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:48:59.149 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:59.149 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:48:59.149 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:48:59.149 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:48:59.149 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:48:59.149 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:48:59.149 DEBUG [main][MenuItemLookup] Item match:Window 08:48:59.149 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:48:59.149 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:48:59.149 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:48:59.149 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:59.149 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:48:59.149 DEBUG [main][MenuItemLookup] Item match:Show View 08:48:59.152 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:48:59.152 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:48:59.152 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:48:59.152 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:48:59.152 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:48:59.152 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:48:59.152 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:48:59.153 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:48:59.153 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:59.153 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:48:59.153 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:48:59.159 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:48:59.159 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:48:59.159 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:48:59.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:48:59.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:48:59.215 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:48:59.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:59.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:59.217 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:48:59.217 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:59.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:59.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:59.217 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:59.217 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:59.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:59.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:59.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:59.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:48:59.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:48:59.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:48:59.218 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:48:59.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:59.218 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:48:59.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:59.219 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:48:59.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:48:59.219 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:48:59.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:59.219 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:48:59.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:59.219 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:48:59.219 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:48:59.219 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:48:59.219 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:48:59.219 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:48:59.219 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:59.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:59.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:59.220 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:59.220 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:59.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.220 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:48:59.220 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:59.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:59.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:59.220 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:59.220 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:59.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:59.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:59.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:48:59.221 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:48:59.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:48:59.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:48:59.221 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:48:59.221 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:48:59.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:48:59.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:48:59.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:48:59.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:48:59.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.265 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:59.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:59.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:59.265 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:59.265 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:48:59.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:59.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:59.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:59.266 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:48:59.267 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:48:59.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:59.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:48:59.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:48:59.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:48:59.268 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:48:59.268 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:48:59.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:59.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 08:48:59.269 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:48:59.269 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:48:59.269 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:48:59.269 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:48:59.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:59.311 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:48:59.311 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:59.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:59.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:59.311 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:59.311 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:48:59.311 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:59.311 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:48:59.312 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:48:59.312 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:48:59.312 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:48:59.312 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:48:59.312 DEBUG [main][MenuItemLookup] Item match:Window 08:48:59.312 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:48:59.312 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:48:59.312 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:48:59.312 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:59.312 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:48:59.312 DEBUG [main][MenuItemLookup] Item match:Show View 08:48:59.315 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:48:59.315 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:48:59.315 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:48:59.315 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:48:59.315 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:48:59.315 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:48:59.315 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:48:59.315 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:48:59.315 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:59.315 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:48:59.315 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:48:59.316 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:48:59.316 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:48:59.316 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:48:59.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:48:59.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:48:59.363 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:48:59.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:59.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:59.364 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:48:59.364 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:59.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:59.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:59.364 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:59.364 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:59.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:59.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:59.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:59.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:48:59.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:48:59.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:48:59.366 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:48:59.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:59.366 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:48:59.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:59.366 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:48:59.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:48:59.366 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:48:59.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:59.366 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:48:59.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:59.366 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:48:59.366 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:48:59.366 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:48:59.367 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:48:59.367 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:48:59.367 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:59.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:59.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:59.367 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:59.367 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:59.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.372 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:48:59.372 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:59.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:59.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:59.372 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:59.372 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:59.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:59.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:59.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:48:59.373 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:48:59.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:48:59.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:48:59.373 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:48:59.373 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:48:59.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:48:59.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:48:59.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:48:59.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:48:59.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.434 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:59.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:59.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:59.434 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:59.434 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:48:59.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:59.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:59.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:59.435 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:48:59.436 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:48:59.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:59.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:48:59.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:48:59.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:48:59.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.440 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:59.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:59.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:59.440 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:59.440 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:48:59.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:59.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:59.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:59.442 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:48:59.442 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:48:59.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:59.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:48:59.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:48:59.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:48:59.449 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:48:59.449 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:48:59.449 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:48:59.450 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:48:59.459 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:59.459 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:59.459 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:59.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:59.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:59.468 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:59.468 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:59.468 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:59.468 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:59.468 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:59.468 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:59.468 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:59.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:59.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:59.474 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:59.474 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:59.474 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:59.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:59.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:59.474 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:59.474 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:59.474 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:59.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:59.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:59.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:59.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:59.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:59.477 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:59.477 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:59.477 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:59.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:59.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:59.477 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:59.478 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:59.478 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:59.478 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:59.478 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:59.478 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:59.478 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:59.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:59.480 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:48:59.480 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:59.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:59.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:59.481 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:59.481 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:48:59.481 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:59.481 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:48:59.481 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:48:59.481 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:48:59.481 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:48:59.481 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:48:59.481 DEBUG [main][MenuItemLookup] Item match:Window 08:48:59.482 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:48:59.482 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:48:59.482 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:48:59.482 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:59.482 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:48:59.482 DEBUG [main][MenuItemLookup] Item match:Show View 08:48:59.484 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:48:59.484 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:48:59.484 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:48:59.484 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:48:59.484 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:48:59.484 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:48:59.484 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:48:59.484 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:48:59.484 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:59.484 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:48:59.484 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:48:59.509 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:48:59.509 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:48:59.509 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:48:59.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:48:59.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:48:59.556 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:48:59.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:59.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:59.557 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:48:59.557 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:59.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:59.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:59.557 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:59.557 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:59.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:59.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:59.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:59.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:48:59.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:48:59.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:48:59.559 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:48:59.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:59.559 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:48:59.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:59.559 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:48:59.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:48:59.559 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:48:59.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:59.559 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:48:59.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:59.559 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:48:59.559 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:48:59.559 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:48:59.560 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:48:59.560 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:48:59.560 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:59.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:59.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:59.560 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:59.560 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:59.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.560 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:48:59.561 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:59.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:59.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:59.565 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:59.565 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:59.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:59.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:59.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:48:59.566 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:48:59.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:48:59.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:48:59.566 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:48:59.566 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:48:59.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:48:59.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:48:59.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:48:59.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:48:59.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.622 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:59.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:59.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:59.622 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:59.622 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:48:59.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:59.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:59.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:59.624 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:48:59.624 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:48:59.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:59.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:48:59.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:48:59.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:48:59.626 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:48:59.626 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:48:59.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:59.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 08:48:59.627 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:48:59.627 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:48:59.627 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:48:59.627 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:48:59.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:59.647 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:59.647 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:59.647 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:59.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:59.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:59.648 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:59.648 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:59.648 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:59.648 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:59.648 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:59.648 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:59.648 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:59.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:59.650 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:48:59.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:59.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:59.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:59.651 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:59.651 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:48:59.651 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:59.651 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:48:59.651 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:48:59.651 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:48:59.651 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:48:59.651 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:48:59.651 DEBUG [main][MenuItemLookup] Item match:Window 08:48:59.652 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:48:59.652 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:48:59.652 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:48:59.652 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:59.652 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:48:59.652 DEBUG [main][MenuItemLookup] Item match:Show View 08:48:59.654 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:48:59.654 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:48:59.654 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:48:59.654 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:48:59.654 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:48:59.654 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:48:59.654 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:48:59.654 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:48:59.654 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:59.654 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:48:59.654 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:48:59.655 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:48:59.655 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:48:59.655 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:48:59.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:48:59.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 08:48:59.700 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:48:59.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:59.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:59.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 08:48:59.702 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:59.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:59.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:59.702 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:59.702 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:59.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:59.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:59.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:59.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:48:59.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:48:59.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:48:59.703 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:48:59.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:59.703 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:48:59.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:59.703 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:48:59.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:48:59.703 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:48:59.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:59.711 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:48:59.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:59.712 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:48:59.712 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:48:59.712 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:48:59.712 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:48:59.712 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:48:59.712 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:59.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:59.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:59.712 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:59.712 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:59.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.713 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:48:59.713 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:59.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:59.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:59.713 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:59.713 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:59.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:59.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:59.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:48:59.714 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:48:59.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:48:59.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:48:59.714 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:48:59.714 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:48:59.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:48:59.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:48:59.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:48:59.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:48:59.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.754 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:59.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:59.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:59.754 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:59.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:48:59.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:59.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:59.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:59.757 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:48:59.757 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:48:59.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:59.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:48:59.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:48:59.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:48:59.758 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:48:59.758 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:48:59.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:59.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 08:48:59.759 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:48:59.759 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:48:59.759 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:48:59.759 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:48:59.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:59.781 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:59.781 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:59.781 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:59.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:59.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:59.781 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:59.781 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:59.781 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:59.781 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:59.781 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:59.781 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:59.781 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:59.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:59.784 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:59.784 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:48:59.784 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:48:59.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:59.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:59.784 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:59.784 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:48:59.784 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:48:59.784 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:48:59.784 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:48:59.784 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:48:59.784 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:48:59.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:59.809 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:48:59.809 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:59.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:59.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:59.814 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:59.814 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:48:59.814 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:59.814 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:48:59.814 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:48:59.814 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:48:59.814 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:48:59.814 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:48:59.814 DEBUG [main][MenuItemLookup] Item match:Window 08:48:59.815 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:48:59.815 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:48:59.815 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:48:59.815 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:59.815 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:48:59.815 DEBUG [main][MenuItemLookup] Item match:Show View 08:48:59.818 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:48:59.818 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:48:59.818 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:48:59.818 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:48:59.818 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:48:59.818 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:48:59.818 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:48:59.818 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:48:59.818 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:59.818 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:48:59.818 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:48:59.818 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:48:59.818 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:48:59.818 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:48:59.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:48:59.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:48:59.864 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:48:59.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:59.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:59.865 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:48:59.865 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:59.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:59.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:59.865 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:59.865 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:59.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:59.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:59.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:59.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:48:59.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:48:59.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:48:59.867 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:48:59.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:59.867 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:48:59.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:59.867 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:48:59.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:48:59.867 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:48:59.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:48:59.867 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:48:59.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:48:59.867 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:48:59.867 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:48:59.867 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:48:59.867 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:48:59.867 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:48:59.867 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:59.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:59.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:59.867 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:59.867 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:59.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.868 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:48:59.868 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:59.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:59.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:59.868 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:59.868 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:59.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:59.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:59.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:48:59.869 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:48:59.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:48:59.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:48:59.869 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:48:59.869 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:48:59.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:48:59.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:48:59.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:48:59.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:48:59.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.927 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:59.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:59.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:59.927 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:59.927 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:48:59.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:59.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:59.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:48:59.928 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:48:59.928 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:48:59.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:48:59.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:48:59.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:48:59.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:48:59.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:48:59.932 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 08:48:59.932 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:48:59.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:59.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:59.932 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:48:59.932 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:48:59.933 DEBUG [main][MenuItemLookup] Found menu:'File' 08:48:59.933 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:48:59.933 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:48:59.933 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:48:59.933 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:48:59.933 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:48:59.933 DEBUG [main][MenuItemLookup] Item match:Window 08:48:59.933 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:48:59.933 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:48:59.933 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:48:59.933 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:59.933 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:48:59.933 DEBUG [main][MenuItemLookup] Item match:Show View 08:48:59.936 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:48:59.936 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:48:59.936 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:48:59.936 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:48:59.936 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:48:59.936 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:48:59.936 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:48:59.936 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:48:59.936 DEBUG [main][MenuItemLookup] Found menu:'' 08:48:59.936 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:48:59.936 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:48:59.943 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:48:59.943 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:48:59.944 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:48:59.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:48:59.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:48:59.991 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:48:59.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:48:59.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:48:59.993 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:48:59.993 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:48:59.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:48:59.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:48:59.993 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:48:59.993 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:48:59.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:48:59.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:48:59.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:48:59.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:48:59.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:48:59.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:48:59.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:49:00.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:49:00.013 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:49:00.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:00.013 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:49:00.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:00.014 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:49:00.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:49:00.014 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:49:00.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:00.014 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:49:00.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:00.014 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:49:00.014 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 08:49:00.014 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 08:49:00.014 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 08:49:00.015 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 08:49:00.015 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:00.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:00.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:00.015 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:49:00.015 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:00.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.015 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:49:00.015 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:00.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:00.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:00.015 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:49:00.016 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:00.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:00.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:00.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:49:00.017 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:49:00.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:49:00.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:49:00.017 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:49:00.017 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:49:00.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:49:00.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:49:00.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:49:00.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:49:00.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.075 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:00.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:00.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:00.075 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:00.075 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E') 08:49:00.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:00.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:00.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:00.085 INFO [WorkbenchTestable][AbstractView] Activate view Markers 08:49:00.085 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:49:00.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:00.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:00.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:00.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:00.086 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:49:00.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:49:00.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:00.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 08:49:00.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:00.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:00.119 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:49:00.119 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:49:00.119 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:49:00.120 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:49:00.132 INFO [WorkbenchTestable][AbstractView] Activate view Markers 08:49:00.132 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:49:00.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:00.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:00.132 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 08:49:00.133 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 08:49:00.133 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:49:00.133 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:49:00.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:00.158 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:49:00.158 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:00.158 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:00.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:00.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:00.158 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:49:00.158 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:00.158 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:49:00.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:49:00.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:00.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:00.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:00.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:00.161 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:49:00.161 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:00.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:00.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:00.162 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:00.162 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:49:00.162 DEBUG [main][MenuItemLookup] Found menu:'File' 08:49:00.162 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:49:00.162 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:49:00.162 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:49:00.162 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:49:00.162 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:49:00.162 DEBUG [main][MenuItemLookup] Item match:Window 08:49:00.162 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:49:00.162 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:49:00.162 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:49:00.162 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:00.162 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:49:00.162 DEBUG [main][MenuItemLookup] Item match:Show View 08:49:00.165 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:49:00.165 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:49:00.165 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:49:00.165 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:49:00.165 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:49:00.165 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:49:00.165 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:49:00.165 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:49:00.165 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:00.165 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:49:00.165 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:49:00.165 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:49:00.166 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:49:00.166 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:49:00.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:49:00.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:49:00.235 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:49:00.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:00.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:00.236 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:49:00.236 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:00.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:00.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:00.236 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:49:00.236 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:00.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:00.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:00.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:49:00.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:49:00.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:49:00.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:49:00.237 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:49:00.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:00.238 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:49:00.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:00.238 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:49:00.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:49:00.238 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:49:00.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:00.238 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:49:00.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:00.238 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:49:00.238 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:49:00.238 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:49:00.238 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:49:00.238 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:49:00.238 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:00.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:00.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:00.239 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:49:00.239 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:00.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.239 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:49:00.239 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:00.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:00.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:00.239 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:49:00.239 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:00.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:00.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:00.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:49:00.240 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:49:00.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:49:00.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:49:00.241 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:49:00.241 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:49:00.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:49:00.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:49:00.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:49:00.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:49:00.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:00.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:00.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:00.281 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:00.281 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:49:00.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:00.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:00.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:00.284 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:49:00.284 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:49:00.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:00.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:00.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:00.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:00.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:00.316 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 08:49:00.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:00.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:00.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:00.323 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:00.323 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:49:00.323 DEBUG [main][MenuItemLookup] Found menu:'File' 08:49:00.323 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:49:00.323 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:49:00.323 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:49:00.323 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:49:00.323 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:49:00.323 DEBUG [main][MenuItemLookup] Item match:Window 08:49:00.324 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:49:00.324 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:49:00.324 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:49:00.324 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:00.324 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:49:00.324 DEBUG [main][MenuItemLookup] Item match:Show View 08:49:00.326 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:49:00.326 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:49:00.326 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:49:00.326 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:49:00.326 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:49:00.326 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:49:00.326 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:49:00.326 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:49:00.326 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:00.326 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:49:00.326 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:49:00.327 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:49:00.327 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:49:00.327 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:49:00.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:49:00.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:49:00.373 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:49:00.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:00.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:00.375 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:49:00.375 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:00.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:00.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:00.375 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:49:00.375 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:00.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:00.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:00.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:49:00.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:49:00.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:49:00.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:49:00.376 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:49:00.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:00.376 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:49:00.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:00.376 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:49:00.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:49:00.376 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:49:00.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:00.376 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:49:00.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:00.376 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:49:00.377 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 08:49:00.377 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 08:49:00.377 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 08:49:00.377 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 08:49:00.377 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:00.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:00.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:00.377 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:49:00.377 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:00.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.382 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:49:00.382 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:00.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:00.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:00.382 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:49:00.382 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:00.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:00.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:00.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:49:00.384 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:49:00.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:49:00.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:49:00.384 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:49:00.384 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:49:00.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:49:00.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:49:00.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:49:00.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:49:00.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.457 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:00.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:00.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:00.458 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:00.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 '\*?\QMarkers\E') 08:49:00.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:00.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:00.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:00.468 INFO [WorkbenchTestable][AbstractView] Activate view Markers 08:49:00.468 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:49:00.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:00.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:00.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:00.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:00.470 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:49:00.470 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:49:00.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:00.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 08:49:00.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:00.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:00.486 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:49:00.486 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:49:00.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:00.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 08:49:00.486 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:49:00.486 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:49:00.486 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:49:00.487 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:49:00.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:00.517 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:49:00.517 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:00.517 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:00.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:00.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:00.517 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:49:00.517 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:00.517 INFO [WorkbenchTestable][RequirementsRunner] Started test: testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:49:00.517 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:49:00.517 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:00.517 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:00.517 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:00.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:00.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:00.522 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:49:00.522 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:00.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:00.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:00.523 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:00.523 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:49:00.523 DEBUG [main][MenuItemLookup] Found menu:'File' 08:49:00.523 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:49:00.523 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:49:00.523 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:49:00.523 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:49:00.523 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:49:00.523 DEBUG [main][MenuItemLookup] Item match:Window 08:49:00.524 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:49:00.524 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:49:00.524 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:49:00.524 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:00.524 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:49:00.524 DEBUG [main][MenuItemLookup] Item match:Show View 08:49:00.526 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:49:00.526 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:49:00.526 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:49:00.526 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:49:00.526 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:49:00.526 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:49:00.526 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:49:00.526 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:49:00.526 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:00.527 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:49:00.527 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:49:00.527 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:49:00.527 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:49:00.527 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:49:00.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:49:00.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:49:00.577 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:49:00.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:00.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:00.584 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:49:00.584 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:00.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:00.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:00.584 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:49:00.584 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:00.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:00.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:00.585 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:49:00.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:49:00.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:49:00.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:49:00.586 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:49:00.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:00.586 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:49:00.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:00.586 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:49:00.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:49:00.586 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:49:00.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:00.586 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:49:00.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:00.586 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:49:00.586 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:49:00.586 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:49:00.586 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:49:00.587 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:49:00.587 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:00.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:00.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:00.587 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:49:00.587 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:00.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:49:00.587 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:00.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:00.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:00.587 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:49:00.587 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:00.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:00.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:00.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:49:00.588 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:49:00.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:49:00.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:49:00.588 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:49:00.588 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:49:00.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:49:00.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:49:00.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:49:00.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:49:00.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:00.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:00.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:00.650 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:00.650 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:49:00.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:00.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:00.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:00.652 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:49:00.652 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:49:00.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:00.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:00.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:00.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:00.654 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:49:00.654 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:49:00.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:00.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 08:49:00.655 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:49:00.655 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:49:00.655 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:49:00.657 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:49:00.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:00.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:00.685 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:49:00.685 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:00.685 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:00.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:00.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:00.686 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:49:00.686 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:00.707 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:49:00.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:49:00.708 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:00.708 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:00.708 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:00.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.710 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' is already open. Activate. 08:49:00.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.711 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:00.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:00.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:00.720 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:00.720 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E') 08:49:00.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:00.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:00.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:00.722 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 08:49:00.722 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 08:49:00.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:00.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:00.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:00.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:00.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test field: ") 08:49:00.734 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:00.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:00.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:00.734 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Workbench Dirty Test"as the parent 08:49:00.735 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:00.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:00.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:00.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:49:00.735 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:49:00.735 INFO [WorkbenchTestable][AbstractText] Text set to: hello 08:49:00.738 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 08:49:00.738 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 08:49:00.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:00.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 08:49:00.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:00.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:00.739 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:49:00.739 DEBUG [main][MenuItemLookup] Found menu:'File' 08:49:00.739 DEBUG [main][MenuItemLookup] Item match:File 08:49:00.741 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:49:00.741 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:49:00.741 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:49:00.745 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:49:00.745 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:00.745 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:49:00.745 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:49:00.745 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:00.745 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:49:00.745 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:49:00.745 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:49:00.745 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:49:00.745 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:49:00.763 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 08:49:00.763 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 08:49:00.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:00.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 08:49:00.764 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 08:49:00.764 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 08:49:00.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:00.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 08:49:00.765 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Dirty Test' 08:49:00.765 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Dirty Test 08:49:00.765 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 08:49:00.766 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:49:00.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:00.813 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:49:00.813 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:00.813 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:00.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:00.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:00.813 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:49:00.814 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:00.814 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:49:00.814 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:49:00.814 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:00.814 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:00.814 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:00.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:49:00.816 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:49:00.817 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:00.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:00.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:00.817 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:00.817 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:49:00.817 DEBUG [main][MenuItemLookup] Found menu:'File' 08:49:00.818 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:49:00.818 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:49:00.818 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:49:00.818 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:49:00.818 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:49:00.818 DEBUG [main][MenuItemLookup] Item match:Window 08:49:00.818 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:49:00.818 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:49:00.818 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:49:00.818 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:00.818 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:49:00.818 DEBUG [main][MenuItemLookup] Item match:Show View 08:49:00.821 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:49:00.822 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:49:00.822 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:49:00.822 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:49:00.822 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:49:00.822 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:49:00.822 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:49:00.822 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:49:00.822 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:00.822 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:49:00.822 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:49:00.822 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:49:00.822 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:49:00.822 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:49:00.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:49:00.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:49:00.881 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:49:00.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:00.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:00.885 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:49:00.885 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:00.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:00.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:00.885 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:49:00.885 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:00.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:00.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:00.885 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:49:00.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:49:00.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:49:00.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:49:00.886 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:49:00.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:00.886 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:49:00.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:00.886 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:49:00.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:49:00.887 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:49:00.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:49:00.887 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:49:00.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:49:00.887 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:49:00.887 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:49:00.887 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:49:00.887 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:49:00.887 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:49:00.887 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:00.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:00.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:00.887 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:49:00.887 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:00.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.888 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:49:00.888 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:49:00.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:00.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:00.888 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:49:00.888 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:49:00.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:00.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:00.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:49:00.889 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:49:00.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:49:00.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:49:00.889 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:49:00.889 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:49:00.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:49:00.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:49:00.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:49:00.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:49:00.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.944 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:00.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:00.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:00.944 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:00.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:49:00.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:00.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:00.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:00.948 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:49:00.948 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:49:00.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:00.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:00.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:00.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:00.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.952 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' is already open. Activate. 08:49:00.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.954 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:00.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:00.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:00.954 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:00.955 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E') 08:49:00.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:00.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:00.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:00.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:00.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:00.957 INFO [WorkbenchTestable][AbstractView] Activate view Markers 08:49:00.957 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:49:00.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:00.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:00.974 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:49:00.974 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:49:00.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:00.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 08:49:00.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:00.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:00.984 INFO [WorkbenchTestable][AbstractView] Activate view Markers 08:49:00.984 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:49:01.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:01.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:49:01.014 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 08:49:01.014 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 08:49:01.014 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:49:01.014 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:49:01.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:01.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:01.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:01.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:01.043 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:01.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:01.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:01.044 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:01.044 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:49:01.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:01.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:01.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:01.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:01.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:49:01.045 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:49:01.045 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:49:01.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:49:01.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:49:01.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:49:01.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:49:01.047 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:49:01.047 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:49:01.047 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:49:01.047 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:49:01.062 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:49:01.062 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:01.062 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:01.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:01.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:01.072 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:49:01.072 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:49:01.072 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:01.073 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:01.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:01.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.721 s - in org.eclipse.reddeer.workbench.test.view.ViewTest getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.704 s getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.227 s testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.006 s testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.006 s testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.198 s testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.006 s testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.005 s getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.193 s testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.043 s testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.006 s viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.215 s testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.012 s testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.324 s testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.006 s testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.003 s testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.17 s testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.133 s testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.003 s testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.374 s testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.359 s testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.169 s testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.106 s testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.258 s Running org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 08:49:01.084 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 08:49:01.085 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:49:01.085 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:01.085 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 08:49:01.085 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:01.085 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:49:01.086 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:01.086 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:49:01.086 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:01.086 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:49:01.086 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:49:01.086 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:01.086 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:49:01.086 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:01.086 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:49:01.086 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:01.087 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:01.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:01.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:01.115 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:49:01.115 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:49:01.115 DEBUG [main][MenuItemLookup] Found menu:'File' 08:49:01.115 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:49:01.115 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:49:01.115 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:49:01.115 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:49:01.115 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:49:01.115 DEBUG [main][MenuItemLookup] Item match:Window 08:49:01.116 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:49:01.116 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:49:01.116 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:49:01.116 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:01.116 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:49:01.116 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:49:01.116 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:01.116 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:49:01.116 DEBUG [main][MenuItemLookup] Found menu:'' 08:49:01.116 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:49:01.116 DEBUG [main][MenuItemLookup] Item match:Preferences 08:49:01.116 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:49:01.116 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:49:01.116 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:49:01.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 08:49:01.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 08:49:01.212 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:49:01.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:01.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:01.213 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:49:01.213 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:49:01.213 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 08:49:01.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:01.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:01.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:01.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:01.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:49:01.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:49:01.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:49:01.214 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:49:01.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:49:01.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:49:01.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:49:01.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:49:01.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:49:01.217 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:49:01.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:49:01.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:49:01.217 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:49:01.217 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:49:01.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:49:01.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:49:01.241 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:49:01.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:49:01.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:49:01.241 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:01.242 INFO [WorkbenchTestable][RequirementsRunner] Started test: testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 08:49:01.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 08:49:01.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:01.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:01.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:01.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 08:49:01.244 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job' will be killed 08:49:01.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 08:49:01.245 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 08:49:01.245 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:49:01.245 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:49:01.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:49:01.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:49:01.245 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 08:49:01.245 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:49:01.245 INFO [WorkbenchTestable][RequirementsRunner] Started test: testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 08:49:01.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 08:49:01.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:49:01.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:49:01.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:49:01.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest.JobHasState... 08:49:01.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest.JobHasState finished successfully 08:49:01.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 08:49:01.246 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:49:01.246 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:49:01.746 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:49:01.747 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:49:02.247 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:49:02.247 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:49:02.747 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:49:02.747 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:49:03.247 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:49:03.247 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:49:03.748 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:49:03.748 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:49:04.248 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:49:04.248 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:49:04.748 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:49:04.748 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:49:05.249 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:49:05.249 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:49:05.749 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:49:05.749 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:49:06.249 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:49:06.249 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:49:06.749 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:49:06.750 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:49:07.250 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:49:07.250 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:49:07.750 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:49:07.751 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:49:08.251 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:49:08.251 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:49:08.751 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:49:08.751 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:49:09.251 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:49:09.251 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:49:09.752 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:49:09.752 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:49:10.252 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:49:10.252 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:49:10.753 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:49:10.753 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:49:11.253 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:49:11.253 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:49:11.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, an exception will be thrown 08:49:11.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:49:11.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:11.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:12.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:12.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:13.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:13.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:14.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:14.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:15.259 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:15.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:16.259 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:16.760 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:17.260 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:17.760 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:18.261 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:18.761 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:19.261 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:19.761 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:20.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:20.762 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:21.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:21.762 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:22.263 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:22.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:23.263 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:23.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:24.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:24.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:25.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:25.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:26.265 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:26.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:27.265 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:27.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:28.266 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:28.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:29.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:29.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:30.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:30.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:31.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:31.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:32.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:32.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:33.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:33.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:34.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:34.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:35.270 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:35.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:36.270 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:36.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:37.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:37.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:38.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:38.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:39.272 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:39.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:40.272 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:40.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:41.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:41.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:42.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:42.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:43.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:43.774 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:44.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:44.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:45.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:45.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:46.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:46.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:47.276 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:47.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:48.276 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:48.777 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:49.277 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:49.777 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:50.277 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:50.778 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:51.278 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:51.778 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:52.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:52.779 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:53.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:53.779 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:54.280 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:54.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:55.280 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:55.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:56.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:56.781 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:57.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:57.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:58.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:58.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:59.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:49:59.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:50:00.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:50:00.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:50:01.291 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 08:50:01.291 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:01.291 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:01.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:01.291 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 08:50:01.291 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:01.291 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:01.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:01.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:01.292 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 08:50:01.292 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 08:50:01.292 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:01.292 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:01.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:01.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 60.208 s - in org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) Time elapsed: 0.004 s testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) Time elapsed: 60.047 s Running org.eclipse.reddeer.workbench.test.editor.EditorFileTest 08:50:01.306 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 08:50:01.307 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:50:01.308 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:01.308 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 08:50:01.308 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:01.308 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:50:01.308 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:01.308 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:50:01.308 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:01.308 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:50:01.309 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:50:01.309 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:01.309 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:50:01.309 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:01.309 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:50:01.309 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:01.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:01.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:01.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:01.309 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:01.310 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:50:01.310 DEBUG [main][MenuItemLookup] Found menu:'File' 08:50:01.310 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:50:01.310 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:50:01.310 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:50:01.310 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:50:01.310 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:50:01.310 DEBUG [main][MenuItemLookup] Item match:Window 08:50:01.311 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:50:01.311 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:50:01.311 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:50:01.311 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:01.311 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:50:01.311 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:50:01.311 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:01.311 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:50:01.311 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:01.311 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:50:01.311 DEBUG [main][MenuItemLookup] Item match:Preferences 08:50:01.311 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:50:01.311 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:50:01.311 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:50:01.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 08:50:01.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 08:50:01.395 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:50:01.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:01.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:01.397 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:50:01.397 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:01.397 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 08:50:01.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:01.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:01.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:01.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:01.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:01.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:50:01.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:50:01.398 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:50:01.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:01.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:01.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:01.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:01.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:01.423 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:50:01.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:01.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:01.423 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:01.423 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:01.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:50:01.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:50:01.440 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:01.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:01.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:01.442 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:50:01.443 DEBUG [main][EditorHandler] 0 editor(s) found 08:50:01.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:01.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:01.458 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 08:50:01.458 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:01.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:01.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:01.458 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:01.458 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:50:01.459 DEBUG [main][MenuItemLookup] Found menu:'File' 08:50:01.459 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:50:01.459 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:50:01.459 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:50:01.459 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:50:01.459 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:50:01.459 DEBUG [main][MenuItemLookup] Item match:Window 08:50:01.459 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:50:01.459 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:50:01.459 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:50:01.459 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:01.459 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:50:01.459 DEBUG [main][MenuItemLookup] Item match:Show View 08:50:01.462 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:50:01.462 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:50:01.462 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:50:01.462 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:50:01.462 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:50:01.462 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:50:01.462 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:50:01.462 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:50:01.462 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:01.462 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:50:01.462 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:50:01.463 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:50:01.463 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:50:01.463 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:50:01.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:50:01.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:50:01.537 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:50:01.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:01.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:01.538 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:50:01.538 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:01.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:01.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:01.538 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:50:01.538 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:01.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:01.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:01.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:01.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:01.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:01.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:50:01.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:50:01.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:50:01.540 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:50:01.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:01.540 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:50:01.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:01.540 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:50:01.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:50:01.540 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:50:01.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:01.540 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:50:01.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:01.541 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:50:01.541 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 08:50:01.541 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 08:50:01.541 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 08:50:01.541 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 08:50:01.541 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:01.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:01.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:01.546 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:50:01.546 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:01.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:01.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:01.546 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:50:01.546 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:01.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:01.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:01.547 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:50:01.547 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:01.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:01.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:01.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:01.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:01.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:01.548 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:50:01.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:01.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:01.548 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:01.548 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:01.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:50:01.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:50:01.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 08:50:01.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:01.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:01.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 08:50:01.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:01.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:01.636 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:01.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:01.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:01.636 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:01.636 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:50:01.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:01.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:01.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:01.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:01.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:01.637 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:50:01.637 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:50:01.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:01.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:01.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:01.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:01.638 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:50:01.638 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:50:01.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:01.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 08:50:01.641 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:50:01.641 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:50:01.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:01.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 08:50:01.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:01.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:01.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:01.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:01.642 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:50:01.642 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:50:01.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:01.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 08:50:01.713 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:01.713 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 08:50:01.713 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 08:50:01.713 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:01.713 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:01.713 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:01.714 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 08:50:01.714 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:01.714 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:01.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:01.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:01.762 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 08:50:01.762 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:01.762 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 08:50:01.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 08:50:01.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:01.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:01.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:01.763 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 08:50:01.763 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:01.763 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:01.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:01.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:01.763 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 08:50:01.763 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:50:01.763 DEBUG [main][EditorHandler] 0 editor(s) found 08:50:01.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:01.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:01.764 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:50:01.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:01.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:01.765 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:01.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:01.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:01.765 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:01.765 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:50:01.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:01.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:01.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:01.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:01.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:01.766 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:50:01.766 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:50:01.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:01.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:01.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:01.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:01.768 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:50:01.768 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:50:01.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:01.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:01.769 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:50:01.769 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:50:01.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:01.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:01.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:01.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:01.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:02.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:02.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:02.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:02.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:02.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:50:02.771 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:50:02.771 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:50:02.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:02.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:02.772 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:50:02.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:02.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:02.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:02.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:02.772 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:02.774 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name MyProject 08:50:02.780 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:50:02.780 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:50:02.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:02.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:02.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:02.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:02.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:03.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:03.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:03.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:03.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:03.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:50:03.782 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:50:03.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:50:03.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:03.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:03.783 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:50:03.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:03.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:03.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:03.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:03.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:03.784 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name MyProject 08:50:03.784 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:50:03.784 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:50:03.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:03.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:03.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 08:50:03.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:03.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:03.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:03.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:03.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:03.786 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 08:50:03.786 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 08:50:03.786 DEBUG [main][TreeItemHandler] Set Tree selection 08:50:03.787 DEBUG [main][TreeHandler] Notify Tree about selection event 08:50:03.803 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 08:50:03.807 DEBUG [WorkbenchTestable][TreeItemHandler] MyProject 08:50:03.808 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:50:03.808 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:03.866 DEBUG [main][MenuItemLookup] Found menu:'New' 08:50:03.866 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:50:03.866 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:03.866 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:50:03.866 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:03.866 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:50:03.866 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:50:03.866 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:50:03.866 DEBUG [main][MenuItemLookup] Found menu:'Move...' 08:50:03.866 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 08:50:03.866 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:03.866 DEBUG [main][MenuItemLookup] Found menu:'Import...' 08:50:03.866 DEBUG [main][MenuItemLookup] Found menu:'Export...' 08:50:03.866 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:03.866 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 08:50:03.866 DEBUG [main][MenuItemLookup] Item match:Refresh F5 08:50:03.866 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 08:50:03.866 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 08:50:03.867 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 08:50:03.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:03.869 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:50:03.869 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 08:50:04.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:04.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:04.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:50:04.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:04.369 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:50:04.370 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:04.393 DEBUG [main][MenuItemLookup] Found menu:'New' 08:50:04.393 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:50:04.393 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:04.393 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:50:04.393 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:04.393 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:50:04.393 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:50:04.393 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:50:04.393 DEBUG [main][MenuItemLookup] Item match:Delete Delete 08:50:04.393 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 08:50:04.393 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 08:50:04.393 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 08:50:04.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 08:50:05.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 08:50:05.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 08:50:05.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:05.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:05.067 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 08:50:05.067 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:05.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:05.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:05.067 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:50:05.067 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:05.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:05.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:05.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:05.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:05.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:05.068 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 08:50:05.069 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 08:50:05.069 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 08:50:05.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:05.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:05.069 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:05.069 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:05.069 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 08:50:05.069 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:05.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:05.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:05.070 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:50:05.070 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:05.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:05.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:05.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:05.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:05.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:05.071 INFO [WorkbenchTestable][AbstractButton] Click button OK 08:50:05.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:05.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:05.071 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:05.071 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:05.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 08:50:05.087 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 08:50:05.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 08:50:05.588 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 08:50:05.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:05.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 08:50:05.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 08:50:05.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:05.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:05.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:05.589 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:50:05.589 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:50:05.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:05.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 08:50:05.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:05.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:05.590 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 08:50:05.591 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:05.591 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:05.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:05.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.291 s - in org.eclipse.reddeer.workbench.test.editor.EditorFileTest testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) Time elapsed: 0.049 s testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:05.601 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:05.603 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:50:05.603 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:05.603 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:05.604 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:05.604 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:50:05.604 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:05.604 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:50:05.604 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:05.604 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:50:05.604 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:50:05.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:05.605 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:50:05.605 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:05.605 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:50:05.605 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:05.605 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:05.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:05.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:05.606 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:05.606 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:50:05.606 DEBUG [main][MenuItemLookup] Found menu:'File' 08:50:05.606 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:50:05.606 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:50:05.606 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:50:05.606 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:50:05.606 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:50:05.606 DEBUG [main][MenuItemLookup] Item match:Window 08:50:05.607 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:50:05.607 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:50:05.607 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:50:05.607 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:05.607 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:50:05.607 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:50:05.607 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:05.607 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:50:05.607 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:05.607 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:50:05.607 DEBUG [main][MenuItemLookup] Item match:Preferences 08:50:05.607 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:50:05.607 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:50:05.607 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:50:05.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 08:50:05.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 08:50:05.695 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:50:05.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:05.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:05.696 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:50:05.696 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:05.696 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 08:50:05.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:05.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:05.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:05.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:05.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:05.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:50:05.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:50:05.698 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:50:05.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:05.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:05.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:05.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:05.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:05.699 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:50:05.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:05.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:05.699 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:05.700 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:05.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:50:05.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:50:05.718 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:05.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:05.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:05.718 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:50:05.718 DEBUG [main][EditorHandler] 0 editor(s) found 08:50:05.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:05.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:05.720 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:50:05.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:05.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:05.721 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:05.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:05.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:05.721 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:05.721 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:50:05.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:05.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:05.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:05.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:05.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:05.723 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:50:05.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:50:05.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:05.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:05.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:05.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:05.724 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:50:05.724 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:50:05.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:05.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 08:50:05.725 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:50:05.725 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:50:05.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:05.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 08:50:05.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:05.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:05.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:05.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:05.726 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:50:05.726 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:50:05.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:05.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 08:50:05.735 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:05.740 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:05.741 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:05.741 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:05.741 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 08:50:05.741 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:05.742 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:05.742 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:05.742 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:05.742 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:05.742 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:05.742 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:05.742 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 08:50:05.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:05.743 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:05.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:05.743 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:05.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:05.743 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:05.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:05.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:05.744 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:05.744 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:50:05.744 DEBUG [main][MenuItemLookup] Found menu:'File' 08:50:05.744 DEBUG [main][MenuItemLookup] Item match:File 08:50:05.745 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:50:05.745 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:50:05.748 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:50:05.748 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:05.748 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:50:05.748 DEBUG [main][MenuItemLookup] Found menu:'File' 08:50:05.748 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:50:05.748 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:05.748 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:50:05.748 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:50:05.759 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:50:05.759 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:50:05.759 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:50:05.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 08:50:05.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 08:50:05.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:50:05.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:05.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:05.850 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:50:05.850 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:05.851 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 08:50:05.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:05.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:05.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:05.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:05.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:05.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:50:05.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:50:05.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:50:05.854 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:50:05.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:06.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:06.356 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:50:06.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:50:06.357 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:50:06.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:06.357 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:50:06.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:06.357 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:50:06.357 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 08:50:06.357 DEBUG [main][TreeItemHandler] Selecting tree item: Project 08:50:06.358 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 08:50:06.361 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 08:50:06.361 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:50:06.361 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:50:06.362 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:50:06.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:06.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:06.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:06.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:06.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:06.363 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:50:06.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:06.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:06.363 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:06.363 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:06.405 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:06.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:06.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:06.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 08:50:06.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 08:50:06.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 08:50:06.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:06.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:06.407 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 08:50:06.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:06.408 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'testProject' 08:50:06.408 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizardFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 08:50:06.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:06.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:06.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:06.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:06.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:50:06.411 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:50:06.411 INFO [WorkbenchTestable][AbstractText] Text set to: testProject 08:50:06.412 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 08:50:06.413 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 08:50:06.413 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 08:50:06.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:06.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:06.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:06.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:06.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:06.416 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:50:06.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:06.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:06.416 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:06.416 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:06.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:50:06.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:50:06.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:06.920 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 08:50:06.920 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:06.920 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:06.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:06.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'] 08:50:06.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:06.922 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:06.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:06.922 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 08:50:06.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:06.922 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:06.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:06.922 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:06.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:06.922 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:06.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:06.922 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 08:50:06.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:06.923 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:06.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:06.923 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:06.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:06.923 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:06.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:06.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:06.923 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:06.923 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:50:06.923 DEBUG [main][MenuItemLookup] Found menu:'File' 08:50:06.923 DEBUG [main][MenuItemLookup] Item match:File 08:50:06.924 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:50:06.924 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:50:06.925 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:50:06.925 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:06.926 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:50:06.926 DEBUG [main][MenuItemLookup] Found menu:'File' 08:50:06.926 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:50:06.926 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:06.926 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:50:06.926 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:50:06.926 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:50:06.926 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:50:06.926 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:50:06.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 08:50:06.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 08:50:06.987 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:50:06.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:06.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:06.988 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:50:06.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:06.989 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 08:50:06.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:06.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:06.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:06.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:06.989 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:06.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:50:06.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:50:06.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:50:06.990 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:50:06.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:06.990 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:50:06.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:06.990 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:50:06.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:50:06.991 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:50:06.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:06.991 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:50:06.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:06.991 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:50:06.991 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 08:50:06.991 DEBUG [main][TreeItemHandler] Selecting tree item: File 08:50:06.991 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 08:50:06.994 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 08:50:06.994 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:50:06.994 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:50:06.995 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:50:06.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:06.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:06.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:06.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:06.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:06.996 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:50:06.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:06.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:06.996 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:06.996 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:07.033 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:07.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:07.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:07.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 08:50:07.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 08:50:07.034 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 08:50:07.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:07.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:07.034 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:50:07.034 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:07.036 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 08:50:07.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:07.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:07.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:07.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:07.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:50:07.041 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:50:07.042 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest.min 08:50:07.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 08:50:07.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:07.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:07.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:07.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:07.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:50:07.045 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:50:07.045 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 08:50:07.046 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:50:07.046 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 08:50:07.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 08:50:07.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:07.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:07.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:07.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:07.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:07.048 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:50:07.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:07.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:07.048 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:07.048 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:07.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:50:07.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:50:07.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:07.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:50:07.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:50:07.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 08:50:07.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:07.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:07.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:50:07.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:07.173 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:50:07.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:07.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:07.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:07.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:07.175 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:07.176 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:07.176 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 08:50:07.176 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:50:07.176 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:50:07.177 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:07.177 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:50:07.177 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 08:50:07.177 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:50:07.229 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:50:07.229 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:07.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:07.229 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:07.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:07.229 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 08:50:07.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:07.230 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:07.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:07.230 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:07.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:07.230 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:07.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:07.230 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 08:50:07.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:07.230 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:07.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:07.230 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:07.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:07.231 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:07.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:07.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:07.231 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:07.231 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:50:07.231 DEBUG [main][MenuItemLookup] Found menu:'File' 08:50:07.232 DEBUG [main][MenuItemLookup] Item match:File 08:50:07.233 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:50:07.233 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:50:07.234 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:50:07.234 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:07.234 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:50:07.235 DEBUG [main][MenuItemLookup] Found menu:'File' 08:50:07.235 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:50:07.235 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:07.235 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:50:07.235 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:50:07.235 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:50:07.235 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:50:07.235 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:50:07.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 08:50:07.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 08:50:07.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:50:07.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:07.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:07.317 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:50:07.317 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:07.319 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 08:50:07.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:07.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:07.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:07.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:07.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:07.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:50:07.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:50:07.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:50:07.326 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:50:07.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:07.326 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:50:07.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:07.326 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:50:07.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:50:07.326 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:50:07.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:07.326 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:50:07.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:07.326 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:50:07.326 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 08:50:07.326 DEBUG [main][TreeItemHandler] Selecting tree item: File 08:50:07.326 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 08:50:07.327 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 08:50:07.327 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:50:07.327 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:50:07.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:50:07.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:07.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:07.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:07.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:07.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:07.328 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:50:07.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:07.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:07.328 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:07.328 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:07.357 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:07.358 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:07.358 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:07.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 08:50:07.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 08:50:07.358 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 08:50:07.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:07.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:07.359 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:50:07.359 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:07.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 08:50:07.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:07.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:07.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:07.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:07.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:50:07.362 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:50:07.362 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest1.min 08:50:07.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 08:50:07.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:07.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:07.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:07.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:07.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:50:07.364 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:50:07.364 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 08:50:07.365 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:50:07.365 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 08:50:07.365 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 08:50:07.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:07.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:07.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:07.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:07.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:07.366 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:50:07.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:07.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:07.366 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:07.366 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:07.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:50:07.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:50:07.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:07.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:07.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:07.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:50:07.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:07.878 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:07.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:07.878 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:07.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:07.878 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 08:50:07.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:07.878 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:07.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:07.878 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:07.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:07.879 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:07.879 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:07.879 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 08:50:07.879 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:07.879 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:07.879 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:07.879 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:07.879 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:07.879 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:50:07.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:07.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:07.880 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:50:07.880 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 08:50:07.880 DEBUG [main][MenuItemLookup] Found menu:'File' 08:50:07.880 DEBUG [main][MenuItemLookup] Item match:File 08:50:07.881 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:50:07.881 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:50:07.882 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:50:07.882 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:07.882 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:50:07.882 DEBUG [main][MenuItemLookup] Found menu:'File' 08:50:07.882 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:50:07.882 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:07.882 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:50:07.882 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:50:07.883 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:50:07.883 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:50:07.883 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:50:07.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 08:50:07.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 08:50:07.946 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:50:07.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:07.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:07.947 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:50:07.947 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:07.947 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 08:50:07.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:07.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:07.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:07.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:07.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:07.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:50:07.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:50:07.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:50:07.949 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:50:07.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:07.949 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:50:07.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:07.949 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:50:07.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:50:07.949 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:50:07.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:07.949 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:50:07.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:07.949 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:50:07.949 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 08:50:07.949 DEBUG [main][TreeItemHandler] Selecting tree item: File 08:50:07.949 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 08:50:07.949 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 08:50:07.949 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:50:07.949 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:50:07.950 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:50:07.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:07.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:07.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:07.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:07.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:07.951 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:50:07.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:07.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:07.951 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:07.951 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:07.980 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:50:07.980 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:07.980 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:07.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 08:50:07.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 08:50:07.980 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 08:50:07.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:07.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:07.981 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:50:07.981 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:50:07.981 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 08:50:07.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:07.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:07.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:07.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:07.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:50:07.984 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:50:07.984 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest+.min 08:50:07.985 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 08:50:07.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:07.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:07.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:07.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:07.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:50:07.986 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:50:07.987 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 08:50:07.987 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:50:07.987 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 08:50:07.987 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 08:50:07.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:07.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:07.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:07.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:07.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:07.989 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:50:07.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:07.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:07.989 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:07.989 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:08.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:50:08.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:50:08.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:08.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:50:08.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:50:08.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 08:50:08.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:08.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:08.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:50:08.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:08.063 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest+.min\E') 08:50:08.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:08.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:08.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:08.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:08.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:08.064 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest+.min 08:50:08.069 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:08.069 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:08.069 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:50:08.069 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:50:08.070 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:08.070 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:50:08.070 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 08:50:08.070 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest+.min 08:50:08.085 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest+.min is closed 08:50:08.085 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:08.085 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:08.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:08.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:08.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:08.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:08.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:08.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:08.110 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 08:50:08.110 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:50:08.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:08.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:08.111 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:50:08.111 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 08:50:08.111 DEBUG [main][MenuItemLookup] Found menu:'File' 08:50:08.111 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:50:08.111 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:50:08.111 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:50:08.111 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:50:08.111 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:50:08.111 DEBUG [main][MenuItemLookup] Item match:Window 08:50:08.112 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:50:08.112 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:50:08.112 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:50:08.112 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:08.112 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:50:08.112 DEBUG [main][MenuItemLookup] Item match:Show View 08:50:08.115 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:50:08.115 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:50:08.115 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:50:08.115 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:50:08.115 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:50:08.115 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:50:08.115 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:50:08.115 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:50:08.115 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:08.115 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:50:08.115 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:50:08.115 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:50:08.115 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:50:08.115 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:50:08.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:50:08.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:50:08.181 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:50:08.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:08.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:08.182 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:50:08.182 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:08.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:08.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:08.182 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:50:08.182 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:08.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:08.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:08.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:08.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:08.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:08.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:50:08.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:50:08.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 08:50:08.184 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 08:50:08.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:08.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:08.685 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 08:50:08.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 08:50:08.686 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 08:50:08.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:08.686 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 08:50:08.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:08.686 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 08:50:08.686 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 08:50:08.686 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 08:50:08.687 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 08:50:08.687 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 08:50:08.687 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:08.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:08.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:08.687 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:50:08.687 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:08.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:08.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:08.688 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:50:08.688 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:08.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:08.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:08.688 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:50:08.688 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:08.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:08.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:08.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:08.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:08.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:08.689 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:50:08.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:08.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:08.689 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:08.689 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:08.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:50:08.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:50:08.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 08:50:08.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:08.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:08.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 08:50:08.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:08.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:08.897 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:50:08.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:08.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:08.898 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:50:08.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') 08:50:08.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:08.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:08.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:08.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:08.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:08.919 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:08.919 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:08.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:08.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 08:50:08.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:08.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:08.921 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:08.922 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:08.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:08.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:08.922 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:08.922 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:08.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:08.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:08.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:08.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:08.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:09.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:09.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:10.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:10.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:10.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:50:10.022 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:10.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:10.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:10.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:10.023 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:50:10.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:10.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:10.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:10.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:10.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:10.024 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:50:10.027 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:50:10.028 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:50:10.028 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:50:10.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:10.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:10.529 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:50:10.530 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:10.530 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:10.530 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:10.538 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:10.538 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:50:10.538 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:10.538 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:10.538 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:10.540 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:10.540 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:50:10.540 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:50:10.568 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:50:10.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:10.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:10.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:10.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:50:10.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:10.572 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:50:10.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:10.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:10.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:10.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:10.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:10.574 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:10.574 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:10.574 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:50:10.574 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:50:10.575 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:50:10.575 DEBUG [main][EditorHandler] 2 editor(s) found 08:50:10.575 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 08:50:10.587 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 08:50:10.587 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:50:10.615 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:50:10.615 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:10.615 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:10.615 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:10.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:10.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:10.616 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:10.616 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:10.616 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:10.616 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:10.616 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:10.616 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:10.616 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:10.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:10.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:10.618 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:50:10.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:10.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:10.620 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:10.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:10.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:10.620 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:10.620 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:50:10.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:10.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:10.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:10.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:10.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:10.622 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:10.622 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:10.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:10.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:10.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:10.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:10.624 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:10.624 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:10.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:10.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:10.625 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:10.625 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:10.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:10.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:10.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:10.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:10.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:11.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:11.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:11.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:11.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:11.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:50:11.626 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:11.626 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:11.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:11.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:11.627 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:50:11.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:11.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:11.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:11.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:11.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:11.628 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:50:11.628 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:50:11.628 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:50:11.628 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:50:11.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:11.628 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:50:11.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:11.629 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:50:11.629 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:11.629 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:11.629 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:11.631 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:11.631 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:50:11.631 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:11.631 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:11.631 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:11.633 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:11.633 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:50:11.633 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:50:11.655 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:50:11.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:11.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:11.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:11.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:50:11.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:11.656 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:50:11.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:11.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:11.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:11.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:11.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:11.658 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:11.658 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:11.658 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:50:11.658 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:50:11.659 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 08:50:11.659 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:11.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:11.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:11.659 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 08:50:11.659 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:11.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:11.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:11.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:11.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:11.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:11.660 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 08:50:11.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:11.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:11.660 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:11.660 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:11.661 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:50:11.661 DEBUG [main][EditorHandler] 1 editor(s) found 08:50:11.661 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:50:11.689 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:50:11.689 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:50:11.689 DEBUG [main][EditorHandler] 0 editor(s) found 08:50:11.689 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:11.689 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:11.689 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:11.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:11.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:11.690 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:11.690 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:11.690 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:11.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:11.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:11.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:11.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:11.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:11.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:11.692 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:50:11.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:11.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:11.694 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:11.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:11.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:11.694 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:11.694 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:50:11.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:11.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:11.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:11.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:11.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:11.696 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:11.696 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:11.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:11.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:11.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:11.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:11.698 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:11.698 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:11.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:11.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:11.698 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:11.698 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:11.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:11.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:11.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:11.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:11.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:12.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:12.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:12.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:12.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:12.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:50:12.700 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:12.700 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:12.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:12.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:12.701 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:50:12.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:12.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:12.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:12.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:12.701 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:12.701 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:50:12.702 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:50:12.702 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:50:12.702 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:50:12.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:12.702 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:50:12.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:12.702 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:50:12.703 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:12.703 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:12.703 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:12.705 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:12.705 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:50:12.705 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:12.705 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:12.705 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:12.706 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:12.706 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:50:12.707 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:50:12.729 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:50:12.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:12.729 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:12.729 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:12.729 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:50:12.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:12.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:12.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:12.732 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:50:12.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:12.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:12.734 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:50:12.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:12.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:12.734 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:50:12.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:50:12.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:12.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:12.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:12.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:12.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:12.736 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:12.736 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:12.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:12.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:12.765 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:12.765 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:12.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:12.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:12.765 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:12.765 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:12.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:12.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:12.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:12.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:12.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:13.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:13.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:13.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:13.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:13.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:50:13.767 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:13.767 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:13.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:13.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:13.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 08:50:13.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:13.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:13.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:13.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:13.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:13.768 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:50:13.769 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:50:13.769 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:50:13.769 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:50:13.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:13.769 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:50:13.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:13.769 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:50:13.770 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:13.770 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:13.770 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:13.772 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:13.772 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:50:13.772 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:13.772 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:13.772 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:13.774 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:13.774 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:50:13.774 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:50:13.785 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:50:13.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:13.785 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:13.785 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:13.785 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:50:13.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:13.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@46af88c3 is found... 08:50:13.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@46af88c3 is found finished successfully 08:50:13.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:50:13.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:13.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:13.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:13.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:13.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:13.790 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:13.790 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:13.790 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:50:13.790 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:50:13.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:13.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:13.793 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:50:13.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:13.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:13.795 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:50:13.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:13.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:13.796 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:50:13.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 '\*?\QPackage Explorer\E') 08:50:13.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:13.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:13.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:13.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:13.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:13.797 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:13.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:13.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:13.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:13.825 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:13.825 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:13.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:13.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:13.826 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:13.826 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:13.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:13.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:13.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:13.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:13.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:14.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:14.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:14.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:14.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:14.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:50:14.828 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:14.828 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:14.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:14.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:14.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:50:14.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:14.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:14.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:14.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:14.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:14.829 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:50:14.829 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:50:14.830 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 08:50:14.830 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:50:14.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:14.830 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:50:14.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:14.830 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:50:14.830 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 08:50:14.830 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 08:50:14.830 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 08:50:14.832 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 08:50:14.832 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 08:50:14.832 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 08:50:14.832 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 08:50:14.832 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 08:50:14.837 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 08:50:14.837 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:50:14.837 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:50:14.857 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:50:14.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:14.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:14.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:14.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:50:14.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:14.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@51ae5420 is found... 08:50:14.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@51ae5420 is found finished successfully 08:50:14.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest1.min\E') 08:50:14.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:14.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:14.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:14.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:14.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:14.860 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:14.860 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:14.860 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:50:14.860 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:50:14.861 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:50:14.861 DEBUG [main][EditorHandler] 2 editor(s) found 08:50:14.861 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:50:14.867 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:50:14.867 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 08:50:14.893 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 08:50:14.894 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:14.894 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:14.894 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:14.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:14.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:14.894 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:14.894 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:14.894 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:14.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:14.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:14.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:14.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:14.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:14.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:14.896 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:50:14.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:14.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:14.898 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:14.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:14.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:14.898 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:14.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') 08:50:14.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:14.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:14.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:14.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:14.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:14.900 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:14.900 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:14.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:14.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:14.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:14.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:14.902 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:14.902 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:14.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:14.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:14.903 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:14.903 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:14.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:14.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:14.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:14.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:14.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:15.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:15.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:15.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:15.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:15.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:50:15.905 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:15.905 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:15.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:15.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:15.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:50:15.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:15.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:15.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:15.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:15.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:15.906 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:50:15.906 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:50:15.907 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:50:15.907 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:50:15.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:15.907 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:50:15.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:15.907 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:50:15.907 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:15.907 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:15.907 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:15.909 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:15.909 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:50:15.909 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:15.909 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:15.909 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:15.911 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:15.911 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:50:15.911 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:50:15.935 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:50:15.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:15.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:15.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:15.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:50:15.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:15.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:50:15.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:15.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:15.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:15.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:15.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:15.938 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:15.938 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:15.938 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:50:15.938 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:50:15.939 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:15.939 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:50:15.939 INFO [WorkbenchTestable][AbstractEditor] Close editor and save it 08:50:15.939 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:50:15.966 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:50:15.966 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:50:15.966 DEBUG [main][EditorHandler] 0 editor(s) found 08:50:15.967 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:15.967 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:15.967 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:15.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:15.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:15.967 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:15.967 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:15.967 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:15.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:15.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:15.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:15.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:15.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:15.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:15.969 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:50:15.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:15.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:15.971 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:15.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:15.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:15.971 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:15.971 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:50:15.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:15.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:15.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:15.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:15.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:15.973 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:15.973 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:15.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:15.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:15.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:15.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:15.975 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:15.975 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:15.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:15.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:15.975 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:15.975 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:15.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:15.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:15.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:15.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:15.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:16.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:16.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:16.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:16.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:16.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:50:16.977 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:16.977 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:16.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:16.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:16.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:50:16.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:16.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:16.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:16.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:16.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:16.979 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:50:16.979 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:50:16.979 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:50:16.979 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:50:16.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:16.980 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:50:16.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:16.980 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:50:16.980 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:16.980 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:16.980 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:16.982 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:16.982 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:50:16.982 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:16.982 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:16.982 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:16.984 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:16.984 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:50:16.984 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:50:17.006 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:50:17.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:17.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:17.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:17.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:50:17.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:17.007 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:50:17.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:17.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:17.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:17.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:17.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:17.009 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:17.009 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:17.009 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:50:17.009 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:50:17.010 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.impl.editor.DefaultEditor, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 08:50:17.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:17.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:17.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:17.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:17.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:17.010 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:50:17.010 DEBUG [main][EditorHandler] 1 editor(s) found 08:50:17.010 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:50:17.038 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:50:17.038 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:17.038 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:17.038 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:17.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:17.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:17.039 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:17.039 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:17.039 INFO [WorkbenchTestable][RequirementsRunner] Started test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:17.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:17.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:17.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:17.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:17.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:17.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:17.041 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:50:17.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:17.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:17.043 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:17.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:17.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:17.043 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:17.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') 08:50:17.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:17.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:17.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:17.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:17.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:17.046 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:17.046 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:17.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:17.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:17.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:17.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:17.048 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:17.048 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:17.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:17.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:17.049 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:17.049 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:17.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:17.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:17.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:17.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:17.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:17.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:17.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:18.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:18.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:18.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:50:18.051 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:18.051 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:18.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:18.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:18.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:50:18.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:18.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:18.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:18.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:18.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:18.052 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:50:18.053 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:50:18.053 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:50:18.053 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:50:18.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:18.053 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:50:18.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:18.053 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:50:18.053 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:18.053 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:18.054 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:18.055 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:18.055 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:50:18.056 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:18.056 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:18.056 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:18.057 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:18.057 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:50:18.057 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:50:18.079 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:50:18.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:18.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:18.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:18.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:50:18.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:18.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:18.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:18.083 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:50:18.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:18.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:18.085 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:50:18.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:18.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:18.086 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:50:18.086 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:50:18.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:18.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:18.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:18.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:18.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:18.089 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:18.089 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:18.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:18.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:18.124 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:18.124 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:18.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:18.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:18.125 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:18.125 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:18.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:18.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:18.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:18.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:18.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:18.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:18.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:19.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:19.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:19.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:50:19.127 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:19.127 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:19.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:19.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:19.128 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:50:19.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:19.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:19.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:19.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:19.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:19.128 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:50:19.129 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:50:19.129 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:50:19.129 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:50:19.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:19.129 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:50:19.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:19.129 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:50:19.129 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:19.129 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:19.130 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:19.131 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:19.131 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:50:19.131 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:19.131 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:19.132 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:19.133 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:19.133 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:50:19.133 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:50:19.141 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:50:19.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:19.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:19.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:19.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:50:19.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:19.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@143343fb is found... 08:50:19.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@143343fb is found finished successfully 08:50:19.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:50:19.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:19.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:19.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:19.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:19.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:19.149 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:19.149 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:19.149 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:50:19.149 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:50:19.150 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:50:19.150 DEBUG [main][EditorHandler] 1 editor(s) found 08:50:19.150 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:50:19.189 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:50:19.189 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:19.189 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:19.189 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:19.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:19.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:19.190 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:19.190 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:19.190 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:19.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:19.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:19.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:19.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:19.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:19.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:19.193 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:50:19.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:19.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:19.196 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:19.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:19.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:19.197 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:19.197 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:50:19.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:19.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:19.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:19.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:19.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:19.199 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:19.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:19.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:19.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:19.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:19.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:19.201 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:19.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:19.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:19.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:19.202 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:19.202 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:19.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:19.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:19.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:19.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:19.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:19.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:19.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:20.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:20.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:20.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:50:20.204 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:20.204 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:20.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:20.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:20.205 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:50:20.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:20.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:20.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:20.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:20.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:20.206 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:50:20.206 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:50:20.206 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:50:20.206 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:50:20.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:20.207 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:50:20.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:20.207 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:50:20.207 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:20.207 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:20.207 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:20.211 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:20.211 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:50:20.211 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:20.211 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:20.211 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:20.213 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:20.213 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:50:20.213 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:50:20.235 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:50:20.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:20.235 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:20.235 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:20.235 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:50:20.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:20.236 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:50:20.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:20.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:20.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:20.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:20.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:20.239 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:20.239 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:20.239 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:50:20.239 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:50:20.240 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 08:50:20.240 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:20.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:20.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:20.240 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 08:50:20.240 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:20.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:20.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:20.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:20.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:20.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:20.241 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 08:50:20.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:20.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:20.241 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:20.241 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:20.242 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:20.242 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:50:20.242 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 08:50:20.243 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:50:20.279 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:50:20.280 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:50:20.280 DEBUG [main][EditorHandler] 0 editor(s) found 08:50:20.280 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:20.280 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:20.280 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:20.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:20.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:20.280 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:20.280 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:20.280 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:20.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:20.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:20.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:20.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:20.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:20.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:20.311 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:50:20.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:20.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:20.312 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:20.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:20.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:20.313 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:20.313 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:50:20.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:20.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:20.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:20.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:20.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:20.314 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:20.315 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:20.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:20.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:20.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:20.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:20.316 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:20.316 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:20.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:20.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:20.317 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:20.317 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:20.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:20.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:20.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:20.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:20.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:20.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:20.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:21.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:21.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:21.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:21.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:21.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:50:21.819 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:21.819 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:21.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:21.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:21.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 08:50:21.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:21.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:21.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:21.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:21.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:21.820 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:50:21.820 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:50:21.821 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:50:21.821 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:50:21.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:21.821 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:50:21.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:21.821 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:50:21.821 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:21.821 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:21.822 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:21.823 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:21.824 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:50:21.824 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:21.824 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:21.824 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:21.826 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:21.826 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:50:21.826 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:50:21.850 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:50:21.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:21.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:21.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:21.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:50:21.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:21.851 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:50:21.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:21.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:21.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:21.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:21.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:21.853 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:21.853 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:21.853 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:50:21.853 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:50:21.854 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 08:50:21.854 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:21.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:21.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:21.855 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 08:50:21.855 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:21.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:21.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:21.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:21.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:21.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:21.855 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 08:50:21.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:21.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:21.855 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:21.855 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:21.857 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:21.857 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:50:21.857 INFO [WorkbenchTestable][AbstractEditor] Close editor and save it 08:50:21.857 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:50:21.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available.... 08:50:22.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available. finished successfully 08:50:22.385 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 08:50:22.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:22.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:22.386 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:22.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:22.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:22.387 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 08:50:22.387 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:22.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:22.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:22.387 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 08:50:22.387 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:22.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:22.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:22.387 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 08:50:22.387 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:22.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:22.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:22.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:22.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:22.388 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:22.388 INFO [WorkbenchTestable][AbstractButton] Click button &Save 08:50:22.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:22.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:22.388 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:22.388 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:22.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:50:22.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:50:22.444 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:50:22.445 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:50:22.445 DEBUG [main][EditorHandler] 0 editor(s) found 08:50:22.445 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:22.445 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:22.445 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:22.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:22.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:22.445 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:22.445 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:22.445 INFO [WorkbenchTestable][RequirementsRunner] Started test: noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:22.445 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:22.445 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:22.445 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:22.445 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:22.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:22.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:22.447 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:50:22.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:22.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:22.449 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:22.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:22.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:22.449 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:22.449 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:50:22.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:22.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:22.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:22.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:22.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:22.451 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:22.451 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:22.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:22.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:22.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:22.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:22.453 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:22.453 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:22.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:22.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:22.454 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:22.454 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:22.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:22.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:22.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:22.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:22.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:22.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:22.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:23.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:23.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:23.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:50:23.456 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:23.456 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:23.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:23.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:23.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:50:23.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:23.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:23.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:23.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:23.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:23.457 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:50:23.458 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:50:23.458 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:50:23.458 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:50:23.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:23.458 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:50:23.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:23.458 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:50:23.459 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:23.459 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:23.459 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:23.461 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:23.461 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:50:23.461 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:23.461 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:23.461 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:23.463 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:23.463 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:50:23.463 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:50:23.489 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:50:23.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:23.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:23.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:23.490 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:50:23.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:23.490 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:50:23.491 DEBUG [main][EditorHandler] 1 editor(s) found 08:50:23.491 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:50:23.515 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:50:23.516 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:50:23.516 DEBUG [main][EditorHandler] 0 editor(s) found 08:50:23.516 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:23.516 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:23.516 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:23.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:23.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:23.516 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:23.517 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:23.517 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:23.517 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:23.517 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:23.517 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:23.517 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:23.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:23.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:23.519 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:50:23.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:23.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:23.529 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:23.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:23.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:23.541 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:23.542 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:50:23.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:23.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:23.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:23.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:23.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:23.544 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:23.544 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:23.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:23.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:23.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:23.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:23.555 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:23.556 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:23.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:23.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:23.556 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:23.556 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:23.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:23.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:23.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:23.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:23.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:24.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:24.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:24.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:24.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:24.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:50:24.558 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:24.558 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:24.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:24.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:24.559 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:50:24.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:24.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:24.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:24.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:24.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:24.560 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:50:24.560 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:50:24.560 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:50:24.560 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:50:24.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:24.561 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:50:24.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:24.561 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:50:24.561 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:24.561 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:24.561 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:24.563 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:24.563 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:50:24.563 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:24.563 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:24.563 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:24.565 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:24.565 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:50:24.565 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:50:24.586 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:50:24.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:24.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:24.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:24.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:50:24.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:24.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7ad89a53 is found... 08:50:24.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7ad89a53 is found finished successfully 08:50:24.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:50:24.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:24.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:24.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:24.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:24.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:24.589 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:24.590 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:24.590 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:50:24.590 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:50:24.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:24.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:24.593 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:50:24.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:24.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:24.596 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:50:24.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:24.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:24.596 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:50:24.596 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:50:24.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:24.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:24.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:24.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:24.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:24.599 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:24.599 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:24.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:24.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:24.628 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:24.628 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:24.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:24.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:24.629 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:24.629 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:24.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:24.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:24.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:24.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:24.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:25.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:25.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:25.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:25.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:25.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:50:25.631 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:25.631 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:25.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:25.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:25.632 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:50:25.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:25.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:25.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:25.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:25.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:25.632 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:50:25.633 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:50:25.633 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 08:50:25.633 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:50:25.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:25.633 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:50:25.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:25.633 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:50:25.633 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 08:50:25.633 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 08:50:25.633 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 08:50:25.635 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 08:50:25.635 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 08:50:25.635 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 08:50:25.635 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 08:50:25.635 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 08:50:25.636 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 08:50:25.636 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:50:25.636 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:50:25.656 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:50:25.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:25.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:25.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:25.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:50:25.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:25.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@681311aa is found... 08:50:25.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@681311aa is found finished successfully 08:50:25.657 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:50:25.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:25.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:25.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:25.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:25.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:25.658 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 08:50:25.663 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:25.664 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:25.664 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:50:25.664 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:50:25.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3bcdd38f is found... 08:50:25.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3bcdd38f is found finished successfully 08:50:25.664 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest1.min\E') 08:50:25.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:25.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:25.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:25.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:25.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:25.666 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest1.min 08:50:25.678 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:25.678 DEBUG [WorkbenchTestable][EditorHandler] Focused control=null 08:50:25.678 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:50:25.678 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:50:25.679 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:50:25.679 DEBUG [main][EditorHandler] 2 editor(s) found 08:50:25.679 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:50:25.686 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:50:25.686 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 08:50:25.713 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 08:50:25.713 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:25.713 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:25.713 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:25.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:25.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:25.714 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:25.714 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:25.714 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:25.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:25.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:25.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:25.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:25.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:25.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:25.716 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:50:25.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:25.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:25.717 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:25.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:25.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:25.718 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:25.718 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:50:25.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:25.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:25.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:25.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:25.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:25.719 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:25.719 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:25.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:25.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:25.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:25.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:25.721 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:25.721 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:25.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:25.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:25.722 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:25.722 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:25.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:25.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:25.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:25.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:25.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:26.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:26.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:26.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:26.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:26.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:50:26.723 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:26.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:26.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:26.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:26.724 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:50:26.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:26.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:26.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:26.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:26.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:26.725 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:50:26.725 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:50:26.726 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:50:26.726 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:50:26.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:26.726 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:50:26.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:26.726 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:50:26.726 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:26.726 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:26.726 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:26.729 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:26.729 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:50:26.729 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:26.729 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:26.729 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:26.731 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:26.731 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:50:26.732 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:50:26.766 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:50:26.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:26.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:26.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:26.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:50:26.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:26.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 '\*?\QeditorTest.min\E') 08:50:26.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:26.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:26.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:26.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:26.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:26.770 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:26.770 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:26.770 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:50:26.770 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:50:26.771 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:50:26.771 DEBUG [main][EditorHandler] 1 editor(s) found 08:50:26.771 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:50:26.800 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:50:26.800 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:26.800 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:26.800 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:26.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:26.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:26.801 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:26.801 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:26.801 INFO [WorkbenchTestable][RequirementsRunner] Started test: saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:26.801 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:26.801 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:26.801 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:26.801 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:26.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:26.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:26.803 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:50:26.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:26.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:26.804 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:26.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:26.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:26.805 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:26.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:50:26.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:26.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:26.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:26.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:26.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:26.806 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:26.806 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:26.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:26.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:26.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:26.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:26.808 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:26.819 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:26.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:26.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:26.820 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:26.820 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:26.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:26.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:26.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:26.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:26.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:27.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:27.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:27.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:27.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:27.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:50:27.822 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:27.822 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:27.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:27.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:27.823 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:50:27.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:27.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:27.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:27.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:27.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:27.824 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:50:27.824 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:50:27.824 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:50:27.825 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:50:27.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:27.825 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:50:27.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:27.825 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:50:27.825 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:27.825 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:27.825 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:27.827 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:27.827 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:50:27.827 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:27.827 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:27.827 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:27.829 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:27.829 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:50:27.829 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:50:27.850 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:50:27.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:27.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:27.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:27.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:50:27.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:27.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') 08:50:27.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:27.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:27.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:27.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:27.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:27.853 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:27.853 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:27.854 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:50:27.854 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:50:27.855 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 08:50:27.855 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:27.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:27.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:27.855 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 08:50:27.855 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:27.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:27.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:27.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:27.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:27.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:27.855 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 08:50:27.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:27.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:27.855 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:27.855 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:27.858 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:27.858 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:50:27.858 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:50:27.858 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:50:27.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:27.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:27.859 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:50:27.859 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 08:50:27.859 DEBUG [main][MenuItemLookup] Found menu:'File' 08:50:27.859 DEBUG [main][MenuItemLookup] Item match:File 08:50:27.860 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:50:27.860 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:50:27.860 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:50:27.860 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:50:27.860 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:27.860 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:50:27.860 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:50:27.860 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:27.860 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:50:27.860 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:50:27.861 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:50:27.861 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:50:27.861 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:50:27.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:50:27.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:50:27.865 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:27.865 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 08:50:27.865 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:50:27.865 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:50:27.886 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:50:27.886 DEBUG [main][EditorHandler] 1 editor(s) found 08:50:27.886 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:50:27.914 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:50:27.915 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:27.915 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:27.915 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:27.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:27.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:27.915 INFO [WorkbenchTestable][RequirementsRunner] Finished test: saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:27.915 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:27.915 INFO [WorkbenchTestable][RequirementsRunner] Started test: isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:27.915 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:27.915 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:27.915 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:27.915 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:27.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:27.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:27.917 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:50:27.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:27.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:27.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:27.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:27.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:27.919 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:27.919 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:50:27.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:27.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:27.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:27.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:27.921 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:27.921 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:27.921 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:27.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:27.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:27.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:27.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:27.922 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:27.922 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:27.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:27.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:27.923 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:27.923 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:27.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:27.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:27.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:27.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:27.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:28.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:28.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:28.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:28.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:28.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:50:28.924 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:28.925 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:28.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:28.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:28.925 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:50:28.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:28.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:28.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:28.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:28.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:28.926 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:50:28.926 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:50:28.926 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:50:28.926 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:50:28.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:28.926 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:50:28.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:28.926 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:50:28.927 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:28.927 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:28.927 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:28.930 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:28.930 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:50:28.930 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:28.930 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:28.931 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:28.932 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:28.932 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:50:28.932 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:50:28.954 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:50:28.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:28.954 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:28.954 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:28.954 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:50:28.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:28.956 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:50:28.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:28.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:28.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:28.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:28.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:28.957 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:28.957 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:28.957 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:50:28.957 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:50:28.958 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 08:50:28.958 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:28.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:28.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:28.958 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 08:50:28.958 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:28.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:28.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:28.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:28.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:28.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:28.959 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 08:50:28.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:28.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:28.959 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:28.959 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:28.960 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 08:50:28.960 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:28.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:28.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:28.960 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 08:50:28.960 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:28.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:28.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:28.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:28.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:28.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:28.961 INFO [WorkbenchTestable][AbstractButton] Click button Save 08:50:28.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:28.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:28.961 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:28.961 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:28.962 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:50:28.962 DEBUG [main][EditorHandler] 1 editor(s) found 08:50:28.962 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:50:28.990 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:50:28.990 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:28.990 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:28.990 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:28.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:28.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:28.990 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:28.990 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:28.990 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:28.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:28.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:28.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:28.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:28.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:28.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:28.992 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:50:28.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:28.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:28.994 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:28.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:28.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:28.994 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:28.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 '\*?\QPackage Explorer\E') 08:50:28.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:28.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:28.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:28.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:28.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:28.996 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:28.996 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:28.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:28.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:28.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:28.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:28.998 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:28.998 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:28.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:28.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:28.999 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:28.999 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:28.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:28.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:28.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:28.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:28.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:29.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:29.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:30.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:30.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:30.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:50:30.000 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:30.000 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:30.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:30.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:30.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 08:50:30.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:30.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:30.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:30.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:30.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:30.001 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:50:30.002 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:50:30.002 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:50:30.002 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:50:30.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:30.002 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:50:30.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:30.002 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:50:30.002 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:30.002 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:30.002 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:30.004 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:30.004 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:50:30.004 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:30.004 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:30.004 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:30.006 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:30.006 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:50:30.006 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:50:30.034 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:50:30.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:30.034 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:30.034 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:30.034 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:50:30.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:30.035 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:50:30.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:30.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:30.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:30.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:30.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:30.037 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:30.037 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:30.037 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:50:30.037 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:50:30.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:30.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:30.040 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:50:30.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:30.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:30.042 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:50:30.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:30.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:30.043 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:50:30.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') 08:50:30.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:30.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:30.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:30.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:30.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:30.046 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:30.046 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:30.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:30.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:30.076 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:30.076 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:30.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:30.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:30.077 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:30.077 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:30.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:30.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:30.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:30.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:30.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:30.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:30.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:31.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:31.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:31.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:50:31.078 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:31.078 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:31.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:31.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:31.079 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:50:31.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:31.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:31.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:31.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:31.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:31.080 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:50:31.080 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:50:31.080 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 08:50:31.080 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:50:31.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:31.080 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:50:31.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:31.080 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:50:31.080 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 08:50:31.080 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 08:50:31.081 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 08:50:31.082 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 08:50:31.082 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 08:50:31.082 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 08:50:31.082 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 08:50:31.082 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 08:50:31.086 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 08:50:31.086 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:50:31.086 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:50:31.100 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:50:31.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:31.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:31.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:31.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:50:31.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:31.104 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 08:50:31.109 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:31.109 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:31.109 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:50:31.109 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:50:31.110 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 08:50:31.110 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:50:31.126 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:50:31.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@76544499 is found... 08:50:41.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@76544499 is found failed, an exception will be thrown 08:50:41.135 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:50:41.135 DEBUG [main][EditorHandler] 1 editor(s) found 08:50:41.135 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 08:50:41.164 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 08:50:41.164 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:41.164 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:41.164 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:41.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:41.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:41.165 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:41.165 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:41.165 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:41.165 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:41.165 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:41.165 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:41.165 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:41.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:41.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:41.167 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:50:41.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:41.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:41.170 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:41.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:41.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:41.170 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:41.171 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:50:41.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:41.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:41.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:41.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:41.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:41.173 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:41.173 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:41.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:41.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:41.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:41.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:41.175 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:41.175 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:41.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:41.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:41.176 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:41.176 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:41.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:41.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:41.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:41.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:41.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:41.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:41.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:42.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:42.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:42.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:50:42.178 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:42.178 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:42.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:42.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:42.179 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:50:42.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:42.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:42.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:42.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:42.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:42.179 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:50:42.180 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:50:42.180 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:50:42.180 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:50:42.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:42.180 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:50:42.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:42.180 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:50:42.181 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:42.181 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:42.181 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:42.182 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:42.182 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:50:42.183 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:42.183 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:42.183 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:42.184 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:42.184 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:50:42.184 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:50:42.206 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:50:42.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:42.206 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:42.206 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:42.206 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:50:42.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:42.207 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:50:42.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:42.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:42.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:42.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:42.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:42.208 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:42.209 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:42.209 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:50:42.209 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:50:42.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 08:50:42.209 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:42.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:42.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:42.209 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 08:50:42.210 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:42.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:42.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:42.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:42.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:42.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:42.210 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 08:50:42.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:42.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:42.210 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:42.210 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:42.211 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:50:42.211 DEBUG [main][EditorHandler] 1 editor(s) found 08:50:42.212 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:50:42.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available.... 08:50:42.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available. finished successfully 08:50:42.740 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 08:50:42.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:42.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:42.741 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:42.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:42.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:42.741 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 08:50:42.741 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:42.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:42.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:42.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 08:50:42.742 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:42.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:42.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:42.742 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 08:50:42.742 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:42.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:42.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:42.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:42.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:42.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:42.743 INFO [WorkbenchTestable][AbstractButton] Click button &Save 08:50:42.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:42.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:42.743 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:42.743 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:42.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:50:42.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:50:42.781 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:50:42.781 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:50:42.781 DEBUG [main][EditorHandler] 0 editor(s) found 08:50:42.781 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:42.781 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:42.781 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:42.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:42.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:42.781 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:42.782 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:42.782 INFO [WorkbenchTestable][RequirementsRunner] Started test: findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:42.782 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:42.782 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:42.782 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:42.782 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:42.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:42.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:42.784 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:50:42.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:42.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:42.786 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:42.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:42.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:42.797 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:42.797 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:50:42.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:42.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:42.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:42.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:42.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:42.800 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:42.800 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:42.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:42.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:42.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:42.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:42.802 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:42.802 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:42.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:42.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:42.803 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:42.803 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:42.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:42.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:42.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:42.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:42.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:43.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:43.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:43.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:43.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:43.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:50:43.814 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:43.814 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:43.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:43.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:43.815 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:50:43.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:43.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:43.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:43.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:43.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:43.815 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:50:43.816 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:50:43.816 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:50:43.816 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:50:43.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:43.816 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:50:43.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:43.816 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:50:43.816 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:43.816 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:43.817 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:43.820 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:43.820 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:50:43.820 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:43.820 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:43.820 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:43.821 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:43.821 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:50:43.821 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:50:43.846 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:50:43.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:43.846 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:43.846 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:43.846 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:50:43.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:43.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 '\*?\QeditorTest.min\E') 08:50:43.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:43.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:43.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:43.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:43.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:43.850 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:43.850 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:43.850 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:50:43.850 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:50:43.851 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 08:50:43.851 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:43.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:43.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:43.851 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 08:50:43.851 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:43.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:43.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:43.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:43.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:43.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:43.852 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 08:50:43.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:43.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:43.852 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:43.852 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:43.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@11096cd is found... 08:50:43.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@11096cd is found finished successfully 08:50:43.854 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:50:43.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:43.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:43.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:43.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:43.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:43.856 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:43.856 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:50:43.857 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:50:43.857 DEBUG [main][EditorHandler] 1 editor(s) found 08:50:43.857 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:50:43.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available.... 08:50:44.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available. finished successfully 08:50:44.395 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 08:50:44.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:44.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:44.396 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:44.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:44.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:44.396 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 08:50:44.396 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:44.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:44.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:44.397 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 08:50:44.397 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:50:44.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:44.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:44.397 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 08:50:44.397 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:50:44.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:44.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:44.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:44.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:44.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:50:44.398 INFO [WorkbenchTestable][AbstractButton] Click button &Save 08:50:44.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:50:44.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:50:44.398 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:50:44.398 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:50:44.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:50:44.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:50:44.438 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:50:44.438 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:44.438 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:44.438 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:44.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:44.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:44.439 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:44.439 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:44.439 INFO [WorkbenchTestable][RequirementsRunner] Started test: saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:44.439 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:44.439 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:44.439 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:44.439 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:44.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:44.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:44.441 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:50:44.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:44.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:44.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:44.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:44.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:44.443 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:44.443 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:50:44.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:44.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:44.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:44.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:44.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:44.456 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:44.456 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:44.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:44.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:44.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:44.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:44.458 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:44.458 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:44.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:44.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:44.459 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:44.459 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:44.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:44.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:44.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:44.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:44.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:44.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:44.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:45.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:45.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:45.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:50:45.461 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:45.461 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:45.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:45.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:45.462 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:50:45.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:45.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:45.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:45.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:45.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:45.462 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:50:45.463 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:50:45.463 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:50:45.463 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:50:45.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:45.463 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:50:45.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:45.463 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:50:45.463 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:45.463 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:45.464 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:45.465 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:45.465 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:50:45.465 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:45.465 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:45.465 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:45.467 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:45.467 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:50:45.467 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:50:45.498 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:50:45.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:45.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:45.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:45.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:50:45.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:45.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:50:45.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:45.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:45.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:45.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:45.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:45.501 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:45.501 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:45.501 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:50:45.502 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:50:45.503 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:45.503 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:50:45.503 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:50:45.503 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:50:45.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:45.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:45.503 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:50:45.503 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 08:50:45.503 DEBUG [main][MenuItemLookup] Found menu:'File' 08:50:45.503 DEBUG [main][MenuItemLookup] Item match:File 08:50:45.504 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:50:45.504 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:50:45.504 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:50:45.504 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:50:45.504 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:45.504 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:50:45.504 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:50:45.504 DEBUG [main][MenuItemLookup] Found menu:'' 08:50:45.504 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:50:45.504 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:50:45.504 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:50:45.505 DEBUG [main][EditorHandler] 1 editor(s) found 08:50:45.505 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:50:45.546 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:50:45.546 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:45.546 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:45.546 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:45.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:45.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:45.547 INFO [WorkbenchTestable][RequirementsRunner] Finished test: saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:45.547 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:45.547 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:45.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:45.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:45.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:45.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:45.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:45.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:45.551 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:50:45.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:45.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:45.554 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:45.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:45.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:45.554 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:45.554 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:50:45.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:45.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:45.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:45.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:45.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:45.557 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:45.557 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:45.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:45.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:45.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:45.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:45.559 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:45.559 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:45.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:45.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:45.560 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:45.560 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:45.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:45.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:45.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:45.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:45.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:46.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:46.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:46.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:46.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:46.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:50:46.562 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:46.562 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:46.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:46.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:46.563 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:50:46.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:46.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:46.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:46.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:46.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:46.563 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:50:46.563 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:50:46.564 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:50:46.564 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:50:46.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:46.564 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:50:46.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:46.564 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:50:46.564 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:46.564 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:46.564 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:46.565 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:46.566 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:50:46.566 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:46.566 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:46.566 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:46.567 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:46.567 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:50:46.567 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:50:46.580 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:50:46.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:46.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:46.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:46.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:50:46.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:46.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3c32a41 is found... 08:50:56.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3c32a41 is found failed, an exception will be thrown 08:50:56.616 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:50:56.616 DEBUG [main][EditorHandler] 1 editor(s) found 08:50:56.616 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:50:56.645 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:50:56.645 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:56.645 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:56.645 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:56.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:56.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:56.645 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:56.645 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:56.645 INFO [WorkbenchTestable][RequirementsRunner] Started test: noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:56.645 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:56.645 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:56.645 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:56.645 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:56.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:56.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:56.648 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:50:56.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:56.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:56.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:56.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:56.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:56.650 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:56.650 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:50:56.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:56.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:56.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:56.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:56.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:56.653 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:56.653 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:56.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:56.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:56.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:56.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:56.655 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:56.655 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:56.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:56.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:56.655 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:56.655 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:56.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:56.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:56.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:56.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:56.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:57.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:57.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:57.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:57.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:57.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:50:57.657 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:57.657 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:57.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:57.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:57.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 08:50:57.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:57.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:57.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:57.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:57.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:57.658 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:50:57.659 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:50:57.659 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:50:57.659 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:50:57.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:57.659 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:50:57.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:57.659 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:50:57.659 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:57.659 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:57.660 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:57.661 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:57.661 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:50:57.661 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:57.661 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:57.661 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:57.663 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:57.663 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:50:57.663 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:50:57.682 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:50:57.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:57.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:57.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:57.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:50:57.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:57.683 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:50:57.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:57.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:57.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:57.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:57.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:57.684 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:57.685 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:57.685 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:50:57.685 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:50:57.685 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:57.685 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:50:57.686 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 08:50:57.686 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:50:57.710 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:50:57.711 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:50:57.711 DEBUG [main][EditorHandler] 0 editor(s) found 08:50:57.711 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:57.711 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:57.711 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:57.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:57.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:57.711 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:57.711 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:57.711 INFO [WorkbenchTestable][RequirementsRunner] Started test: switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:57.711 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:57.711 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:57.711 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:57.711 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:57.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:57.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:57.713 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:50:57.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:57.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:57.715 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:57.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:57.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:57.715 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:57.715 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:50:57.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:57.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:57.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:57.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:57.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:57.717 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:57.717 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:57.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:57.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:57.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:57.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:57.718 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:57.718 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:57.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:57.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:57.719 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:57.719 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:57.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:57.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:57.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:57.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:57.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:58.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:58.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:58.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:58.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:58.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:50:58.721 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:58.721 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:58.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:58.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:58.722 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:50:58.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:58.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:58.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:58.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:58.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:58.722 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:50:58.722 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:50:58.723 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:50:58.723 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:50:58.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:58.723 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:50:58.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:58.723 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:50:58.723 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:58.723 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:58.723 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:58.725 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:58.725 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:50:58.725 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:50:58.725 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:50:58.726 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:50:58.727 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:50:58.727 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:50:58.727 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:50:58.753 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:50:58.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:58.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:58.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:58.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:50:58.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:58.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:58.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:58.757 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:50:58.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:58.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:58.759 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:50:58.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:58.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:58.760 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:50:58.760 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:50:58.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:58.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:58.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:58.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:58.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:58.762 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:58.762 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:58.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:58.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:58.795 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:58.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:58.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:58.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:58.795 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:58.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:58.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:58.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:58.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:58.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:58.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:59.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:59.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:59.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:59.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:50:59.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:50:59.797 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:59.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:59.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:59.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:59.798 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:50:59.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:59.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:59.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:59.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:59.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:50:59.798 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:50:59.798 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:50:59.798 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 08:50:59.798 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:50:59.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:50:59.799 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:50:59.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:50:59.799 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:50:59.799 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 08:50:59.799 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 08:50:59.799 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 08:50:59.803 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 08:50:59.803 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 08:50:59.803 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 08:50:59.803 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 08:50:59.804 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 08:50:59.805 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 08:50:59.805 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:50:59.805 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:50:59.831 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:50:59.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:50:59.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:50:59.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:50:59.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:50:59.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:50:59.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest1.min\E') 08:50:59.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:59.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:59.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:59.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:59.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:59.835 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:59.835 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:59.835 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:50:59.835 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:50:59.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6e0620a is found... 08:50:59.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6e0620a is found finished successfully 08:50:59.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 '\*?\QeditorTest.min\E') 08:50:59.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:59.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:59.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:59.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:59.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:59.837 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 08:50:59.843 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:59.843 DEBUG [WorkbenchTestable][EditorHandler] Focused control=null 08:50:59.843 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:50:59.843 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:50:59.843 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:50:59.843 DEBUG [main][EditorHandler] 2 editor(s) found 08:50:59.843 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:50:59.860 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:50:59.861 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 08:50:59.887 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 08:50:59.888 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:59.888 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:50:59.888 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:50:59.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:50:59.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:50:59.888 INFO [WorkbenchTestable][RequirementsRunner] Finished test: switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:59.888 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:50:59.888 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:50:59.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:50:59.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:50:59.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:50:59.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:50:59.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:59.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:59.890 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:50:59.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:59.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:59.892 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:50:59.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:50:59.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:50:59.892 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:50:59.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:50:59.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:59.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:59.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:50:59.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:50:59.894 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:50:59.894 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:59.895 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:59.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:59.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:50:59.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:50:59.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:50:59.896 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:59.896 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:59.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:59.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:59.909 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:50:59.909 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:50:59.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:50:59.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:50:59.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:50:59.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:50:59.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:00.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:00.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:00.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:00.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:00.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:51:00.910 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:51:00.911 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:51:00.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:00.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:00.911 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:51:00.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:00.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:00.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:00.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:00.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:00.912 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:51:00.912 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:51:00.912 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:51:00.913 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:51:00.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:00.913 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:51:00.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:00.913 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:51:00.913 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:51:00.913 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:51:00.913 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:51:00.915 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:51:00.915 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:51:00.915 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:51:00.915 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:51:00.915 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:51:00.917 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:51:00.917 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:51:00.917 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:51:00.938 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:51:00.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:51:00.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:51:00.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:51:00.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:51:00.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:51:00.939 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:51:00.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:00.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:00.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:00.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:00.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:00.940 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:00.940 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:00.940 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:51:00.940 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:51:00.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:51:00.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:00.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:00.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:00.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:00.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:00.943 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:00.943 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:51:00.943 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:51:00.943 DEBUG [main][EditorHandler] 1 editor(s) found 08:51:00.943 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:51:00.968 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:51:00.968 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:51:00.968 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:51:00.968 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:51:00.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:00.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:00.968 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:51:00.968 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:51:00.968 INFO [WorkbenchTestable][RequirementsRunner] Started test: getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:51:00.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:51:00.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:51:00.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:51:00.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:51:00.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:00.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:00.970 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:51:00.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:00.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:00.972 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:51:00.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:00.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:00.972 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:51:00.972 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:51:00.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:00.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:00.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:00.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:00.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:00.974 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:51:00.974 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:51:00.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:00.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:51:00.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:51:00.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:51:00.976 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:51:00.976 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:51:00.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:00.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:00.976 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:51:00.976 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:51:00.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:00.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:00.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:00.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:00.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:01.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:01.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:01.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:01.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:01.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:51:01.978 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:51:01.978 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:51:01.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:01.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:01.979 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:51:01.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:01.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:01.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:01.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:01.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:01.979 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:51:01.979 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:51:01.980 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:51:01.980 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:51:01.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:01.980 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:51:01.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:01.980 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:51:01.980 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:51:01.980 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:51:01.980 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:51:01.984 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:51:01.984 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:51:01.984 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:51:01.984 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:51:01.984 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:51:01.986 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:51:01.986 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:51:01.986 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:51:02.007 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:51:02.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:51:02.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:51:02.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:51:02.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:51:02.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:51:02.008 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:51:02.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:02.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:02.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:02.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:02.009 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:02.009 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:02.009 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:02.009 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:51:02.009 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:51:02.010 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:51:02.010 DEBUG [main][EditorHandler] 1 editor(s) found 08:51:02.010 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:51:02.036 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:51:02.036 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:51:02.036 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:51:02.036 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:51:02.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:02.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:02.036 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:51:02.036 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:51:02.036 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:51:02.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:51:02.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:51:02.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:51:02.037 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:51:02.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:02.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:02.038 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:51:02.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:02.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:02.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:51:02.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:02.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:02.040 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:51:02.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:51:02.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:02.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:02.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:02.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:02.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:02.042 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:51:02.042 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:51:02.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:02.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:51:02.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:51:02.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:51:02.044 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:51:02.044 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:51:02.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:02.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:02.044 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:51:02.044 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:51:02.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:02.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:02.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:02.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:02.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:02.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:02.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:03.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:03.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:03.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:51:03.046 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:51:03.046 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:51:03.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:03.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:03.047 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:51:03.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:03.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:03.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:03.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:03.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:03.047 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:51:03.048 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:51:03.048 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:51:03.048 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:51:03.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:03.048 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:51:03.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:03.048 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:51:03.048 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:51:03.048 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:51:03.049 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:51:03.051 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:51:03.051 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:51:03.051 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:51:03.051 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:51:03.051 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:51:03.052 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:51:03.052 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:51:03.052 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:51:03.073 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:51:03.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:51:03.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:51:03.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:51:03.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:51:03.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:51:03.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:03.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:03.077 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:51:03.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:03.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:03.080 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:51:03.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:03.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:03.080 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:51:03.080 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:51:03.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:03.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:03.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:03.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:03.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:03.083 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:51:03.083 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:51:03.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:03.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:03.109 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:51:03.109 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:51:03.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:03.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:03.110 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:51:03.110 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:51:03.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:03.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:03.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:03.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:03.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:03.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:03.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:04.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:04.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:04.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:51:04.111 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:51:04.111 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:51:04.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:04.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:04.112 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:51:04.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:04.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:04.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:04.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:04.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:04.112 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:51:04.113 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:51:04.113 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest+.min of tree item testProject 08:51:04.113 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:51:04.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:04.113 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:51:04.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:04.113 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:51:04.113 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest+.min 08:51:04.113 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest+.min 08:51:04.113 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest+.min about selection 08:51:04.115 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest+.min 08:51:04.115 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest+.min 08:51:04.115 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest+.min 08:51:04.115 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest+.min 08:51:04.115 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest+.min about selection 08:51:04.116 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest+.min 08:51:04.116 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:51:04.116 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:51:04.136 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:51:04.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:51:04.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:51:04.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:51:04.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:51:04.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:51:04.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4a43d898 is found... 08:51:04.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4a43d898 is found finished successfully 08:51:04.137 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest+.min\E') 08:51:04.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:04.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:04.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:04.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:04.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:04.138 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:04.138 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:04.139 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:51:04.139 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:51:04.139 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:51:04.139 DEBUG [main][EditorHandler] 2 editor(s) found 08:51:04.139 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:51:04.145 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:51:04.145 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest+.min 08:51:04.170 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest+.min is closed 08:51:04.170 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:51:04.170 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:51:04.170 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:51:04.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:04.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:04.170 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:51:04.170 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:51:04.171 DEBUG [main][EditorHandler] 0 editor(s) found 08:51:04.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:04.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:04.171 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:51:04.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:04.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:04.172 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:51:04.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:04.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:04.172 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:51:04.172 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:51:04.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:04.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:04.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:04.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:04.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:04.173 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:04.173 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:04.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:04.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:04.182 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:04.182 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:04.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:04.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:04.183 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:04.183 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:04.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:04.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:04.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:04.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:04.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:04.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:04.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:05.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:05.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:05.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:51:05.184 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:05.184 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:05.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:05.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:05.185 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:51:05.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:05.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:05.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:05.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:05.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:05.186 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:51:05.186 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:05.186 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:05.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:05.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:05.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:05.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:05.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:05.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:05.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:06.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:06.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:06.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:51:06.188 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:06.188 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:06.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:06.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:06.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:51:06.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:06.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:06.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:06.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:06.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:06.189 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:51:06.189 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:06.189 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:06.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:06.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:06.190 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:51:06.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:06.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:06.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:06.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:06.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:06.190 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 08:51:06.190 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 08:51:06.190 DEBUG [main][TreeItemHandler] Set Tree selection 08:51:06.190 DEBUG [main][TreeHandler] Notify Tree about selection event 08:51:06.197 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 08:51:06.201 DEBUG [WorkbenchTestable][TreeItemHandler] testProject 08:51:06.201 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:51:06.201 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:51:06.227 DEBUG [main][MenuItemLookup] Found menu:'New' 08:51:06.227 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:51:06.227 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:06.227 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:51:06.227 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:06.227 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:51:06.227 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:51:06.228 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:51:06.228 DEBUG [main][MenuItemLookup] Found menu:'Move...' 08:51:06.228 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 08:51:06.228 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:06.228 DEBUG [main][MenuItemLookup] Found menu:'Import...' 08:51:06.228 DEBUG [main][MenuItemLookup] Found menu:'Export...' 08:51:06.228 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:06.228 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 08:51:06.228 DEBUG [main][MenuItemLookup] Item match:Refresh F5 08:51:06.228 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 08:51:06.228 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 08:51:06.228 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 08:51:06.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:51:06.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 08:51:06.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 08:51:06.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:51:06.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:51:06.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:51:06.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:51:06.729 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:51:06.729 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:51:06.746 DEBUG [main][MenuItemLookup] Found menu:'New' 08:51:06.746 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:51:06.746 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:06.746 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:51:06.746 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:06.746 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:51:06.746 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:51:06.746 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:51:06.746 DEBUG [main][MenuItemLookup] Item match:Delete Delete 08:51:06.746 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 08:51:06.746 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 08:51:06.746 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 08:51:06.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 08:51:07.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 08:51:07.325 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 08:51:07.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:07.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:07.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: 32) 08:51:07.328 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:51:07.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:07.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:07.328 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:51:07.328 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:51:07.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:07.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:07.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:07.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:07.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:51:07.329 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 08:51:07.329 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 08:51:07.329 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 08:51:07.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:51:07.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:51:07.329 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:51:07.329 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:51:07.329 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 08:51:07.329 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:51:07.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:07.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:07.329 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:51:07.329 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:51:07.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:07.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:07.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:07.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:07.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:51:07.330 INFO [WorkbenchTestable][AbstractButton] Click button OK 08:51:07.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:51:07.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:51:07.330 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:51:07.330 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:51:07.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 08:51:07.333 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 08:51:07.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 08:51:07.834 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 08:51:07.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:51:07.834 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 08:51:07.834 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 08:51:07.834 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:51:07.834 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:51:07.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:51:07.834 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:07.834 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:07.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:07.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 08:51:07.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:51:07.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:51:07.835 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:51:07.835 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:51:07.835 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:51:07.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:07.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 62.238 s - in org.eclipse.reddeer.workbench.test.editor.EditorTest getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.531 s closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.074 s getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 3.204 s closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.073 s testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.072 s getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.151 s closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.09 s closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.165 s noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.071 s getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.197 s testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.087 s saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.114 s isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.075 s closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 12.175 s closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.616 s findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.657 s saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.108 s getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 11.098 s noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.066 s switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.177 s testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.08 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.134 s Running org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:51:07.846 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:51:07.847 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:51:07.847 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:51:07.847 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:51:07.847 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:51:07.847 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:51:07.848 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:51:07.848 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:51:07.848 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:51:07.848 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:51:07.848 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:51:07.848 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:07.849 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:51:07.849 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:07.849 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:51:07.849 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:07.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:51:07.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:07.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:07.849 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:51:07.849 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:51:07.849 DEBUG [main][MenuItemLookup] Found menu:'File' 08:51:07.849 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:51:07.849 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:51:07.849 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:51:07.849 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:51:07.849 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:51:07.849 DEBUG [main][MenuItemLookup] Item match:Window 08:51:07.850 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:51:07.850 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:51:07.850 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:51:07.850 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:07.850 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:51:07.850 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:51:07.850 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:07.850 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:51:07.850 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:07.850 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:51:07.850 DEBUG [main][MenuItemLookup] Item match:Preferences 08:51:07.850 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:51:07.850 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:51:07.850 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:51:07.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 08:51:07.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 08:51:07.929 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:51:07.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:07.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:07.930 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:51:07.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:07.930 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 08:51:07.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:07.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:07.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:07.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:07.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:07.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:51:07.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:51:07.932 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:51:07.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:07.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:07.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:07.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:07.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:51:07.933 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:51:07.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:51:07.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:51:07.933 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:51:07.933 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:51:07.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:51:07.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:51:07.956 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:51:07.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:07.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:07.957 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:51:07.957 DEBUG [main][EditorHandler] 0 editor(s) found 08:51:07.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:07.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:07.958 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:51:07.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:07.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:07.959 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:51:07.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:07.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:07.959 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:51:07.959 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:51:07.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:07.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:07.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:07.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:07.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:07.961 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:07.961 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:07.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:07.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:51:07.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:51:07.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:51:07.970 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:07.970 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:07.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:07.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 08:51:07.971 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:07.971 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:07.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:07.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 08:51:07.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:07.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:07.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:07.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:07.972 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:07.972 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:07.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:07.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 08:51:07.974 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:51:07.974 DEBUG [main][EditorHandler] 0 editor(s) found 08:51:07.975 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:51:07.975 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:07.975 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:51:07.975 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:07.975 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 08:51:07.975 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:07.975 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:51:07.975 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:07.976 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:51:07.976 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:07.976 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:51:07.976 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:07.976 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 08:51:07.976 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:07.976 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:51:07.976 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:07.977 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:51:07.977 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:07.977 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:51:07.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:07.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:07.977 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:51:07.977 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:51:07.978 DEBUG [main][MenuItemLookup] Found menu:'File' 08:51:07.978 DEBUG [main][MenuItemLookup] Item match:File 08:51:07.978 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:51:07.978 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:51:07.980 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:51:07.980 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:07.980 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:51:07.980 DEBUG [main][MenuItemLookup] Found menu:'File' 08:51:07.980 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:51:07.980 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:07.980 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:51:07.980 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:51:07.991 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:51:07.991 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:51:07.991 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:51:08.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 08:51:08.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 08:51:08.052 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:51:08.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:08.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:08.053 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:51:08.053 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:08.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 08:51:08.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:08.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:08.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:08.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:08.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:08.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:51:08.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:51:08.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:51:08.055 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:51:08.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:08.055 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:51:08.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:08.055 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:51:08.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:51:08.055 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:51:08.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:08.055 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:51:08.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:08.056 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:51:08.056 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 08:51:08.056 DEBUG [main][TreeItemHandler] Selecting tree item: Project 08:51:08.056 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 08:51:08.060 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 08:51:08.061 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:51:08.061 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:51:08.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:51:08.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:08.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:08.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:08.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:08.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:51:08.062 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:51:08.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:51:08.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:51:08.072 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:51:08.072 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:51:08.119 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:51:08.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:08.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:08.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 08:51:08.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 08:51:08.119 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 08:51:08.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:08.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:08.120 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 08:51:08.120 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:08.121 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'testProject' 08:51:08.121 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizardFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 08:51:08.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:08.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:08.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:08.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:08.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:51:08.122 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:51:08.123 INFO [WorkbenchTestable][AbstractText] Text set to: testProject 08:51:08.125 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 08:51:08.125 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 08:51:08.125 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 08:51:08.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:08.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:08.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:08.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:08.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:51:08.127 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:51:08.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:51:08.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:51:08.127 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:51:08.127 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:51:08.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:51:08.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:51:08.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:51:08.647 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 08:51:08.647 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 08:51:08.647 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 08:51:08.647 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:51:08.647 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:51:08.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:51:08.649 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 08:51:08.649 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:08.649 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 08:51:08.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:08.650 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 08:51:08.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:08.650 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 08:51:08.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:08.650 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 08:51:08.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:08.650 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 08:51:08.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:08.650 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 08:51:08.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:08.650 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 08:51:08.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:08.650 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 08:51:08.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:08.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:51:08.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:08.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:08.651 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:51:08.651 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:51:08.651 DEBUG [main][MenuItemLookup] Found menu:'File' 08:51:08.651 DEBUG [main][MenuItemLookup] Item match:File 08:51:08.652 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:51:08.652 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:51:08.652 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:51:08.652 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:51:08.652 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:08.652 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:51:08.652 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:51:08.652 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:08.652 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:51:08.652 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 08:51:08.652 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 08:51:08.652 DEBUG [main][MenuItemLookup] Found menu:'Revert' 08:51:08.652 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:08.652 DEBUG [main][MenuItemLookup] Found menu:'Move...' 08:51:08.652 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 08:51:08.652 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 08:51:08.652 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 08:51:08.652 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:08.652 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 08:51:08.652 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:08.652 DEBUG [main][MenuItemLookup] Found menu:'Import...' 08:51:08.652 DEBUG [main][MenuItemLookup] Item match:Import... 08:51:08.652 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 08:51:08.652 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 08:51:08.652 INFO [main][MenuItemHandler] Select menu item: &Import... 08:51:08.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 08:51:08.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 08:51:08.709 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 08:51:08.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:08.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:08.710 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 08:51:08.710 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:08.710 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 08:51:08.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:08.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:08.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:08.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:08.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:08.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:51:08.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:51:08.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:51:08.712 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:51:08.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:09.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:09.214 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:51:09.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:51:09.214 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:51:09.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:09.214 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:51:09.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:09.215 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:51:09.215 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 08:51:09.215 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 08:51:09.215 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 08:51:09.217 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 08:51:09.217 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 08:51:09.217 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 08:51:09.218 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:51:09.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:09.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:09.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:09.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:09.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:51:09.219 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:51:09.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:51:09.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:51:09.219 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:51:09.219 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:51:09.263 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 08:51:09.290 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:09.290 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:09.290 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 08:51:09.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:09.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:09.291 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 08:51:09.291 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:09.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 08:51:09.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 08:51:09.291 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 08:51:09.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:09.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:09.291 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 08:51:09.291 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:09.293 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/resources/TextEditorTestProject/' 08:51:09.317 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 08:51:09.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:09.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:09.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:09.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:09.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:51:09.319 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 08:51:09.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:51:09.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:51:09.319 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:51:09.319 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:51:09.322 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 08:51:09.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:09.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:09.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:09.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:09.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:51:09.324 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/work/data/testProject to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/resources/TextEditorTestProject/ 08:51:09.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 08:51:09.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:09.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:09.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:09.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:09.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:51:09.359 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 08:51:09.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:51:09.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:51:09.359 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:51:09.359 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:51:09.367 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 08:51:09.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:09.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:09.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:09.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:09.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:09.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 08:51:09.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 08:51:09.369 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to true 08:51:09.369 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 08:51:09.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:09.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:09.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:09.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:09.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:51:09.369 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Copy projects into workspace") 08:51:09.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:09.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:09.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:09.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:09.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:51:09.370 INFO [WorkbenchTestable][CheckBox] Select checkbox &Copy projects into workspace 08:51:09.370 INFO [WorkbenchTestable][CheckBox] Check checkbox &Copy projects into workspace 08:51:09.370 INFO [WorkbenchTestable][AbstractButton] Click button &Copy projects into workspace 08:51:09.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:51:09.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:51:09.371 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:51:09.371 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:51:09.371 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 08:51:09.371 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 08:51:09.371 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 08:51:09.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:09.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:09.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:09.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:09.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:51:09.373 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:51:09.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:51:09.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:51:09.373 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:51:09.373 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:51:09.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:51:11.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:51:11.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:51:11.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Look up for installed JVMs' has no excuses, wait for it 08:51:12.417 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 08:51:12.417 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 08:51:12.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 08:51:12.918 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 08:51:13.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 08:51:13.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 08:51:13.918 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 08:51:13.918 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 08:51:14.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 08:51:14.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:51:14.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:51:14.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:51:14.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:51:14.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:51:14.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:14.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:14.445 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:51:14.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:14.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:14.446 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:51:14.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:14.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:14.446 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:51:14.446 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:51:14.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:14.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:14.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:14.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:14.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:14.457 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:14.457 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:14.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:14.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:51:14.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:51:14.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:51:14.460 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:14.460 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:14.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:14.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:14.461 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:14.461 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:14.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:14.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:14.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:14.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:14.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:14.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:14.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:15.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:15.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:15.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:51:15.466 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:15.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:15.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:15.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:15.467 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:51:15.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:15.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:15.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:15.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:15.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:15.467 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:51:15.467 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:51:15.468 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:51:15.468 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:51:15.468 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:51:15.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:15.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:15.969 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:51:15.970 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:51:15.970 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:51:15.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:16.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:16.470 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:51:16.471 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:51:16.471 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:51:16.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:17.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:17.000 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:51:17.007 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:17.007 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:17.008 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:17.074 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:17.075 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:51:17.075 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:17.075 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:17.075 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:17.114 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:17.114 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:51:17.114 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:51:18.118 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:51:18.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:51:18.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 08:51:18.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:51:18.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:51:18.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:51:18.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:51:18.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:51:18.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:51:18.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:51:18.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@39e7dcce is found... 08:51:18.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@39e7dcce is found finished successfully 08:51:18.136 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:51:18.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:18.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:18.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:18.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:18.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:18.140 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:18.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 08:51:18.142 INFO [WorkbenchTestable][TextEditor] Set cursor position to [0, 13] 08:51:18.220 INFO [WorkbenchTestable][Keyboard] Type text "a" 08:51:19.830 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:51:19.830 INFO [WorkbenchTestable][Keyboard] As char:a, as int:97 08:51:20.433 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:20.433 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/************a******************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:20.433 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:51:20.433 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:51:20.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:20.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:20.434 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:20.434 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:20.434 DEBUG [main][MenuItemLookup] Found menu:'File' 08:51:20.434 DEBUG [main][MenuItemLookup] Item match:File 08:51:20.436 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:51:20.436 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:51:20.436 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:51:20.436 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:51:20.436 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:20.436 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:51:20.436 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:51:20.436 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:20.436 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:51:20.436 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:51:20.436 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:51:20.436 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:51:20.436 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:51:20.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:51:20.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:51:20.521 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:20.521 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/************a******************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:20.521 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:20.522 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/************a******************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:20.522 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 08:51:20.522 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:51:20.720 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:51:20.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:20.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:20.721 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:51:20.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:20.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:20.722 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:51:20.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:20.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:20.723 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:51:20.723 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:51:20.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:20.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:20.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:20.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:20.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:20.724 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:20.724 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:20.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:20.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:51:20.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:51:20.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:51:20.727 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:20.727 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:20.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:20.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:20.728 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:20.728 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:20.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:20.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:20.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:20.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:20.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:21.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:21.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:21.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:21.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:21.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:51:21.730 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:21.730 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:21.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:21.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:21.731 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:51:21.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:21.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:21.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:21.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:21.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:21.731 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:51:21.731 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:51:21.732 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:51:21.732 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:51:21.732 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:51:21.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:21.732 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:51:21.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:21.732 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:51:21.732 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:51:21.732 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:51:21.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:21.732 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:51:21.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:21.732 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:51:21.733 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:51:21.733 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:51:21.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:21.733 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:51:21.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:21.733 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:51:21.733 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:21.733 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:21.733 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:21.744 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:21.745 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:51:21.745 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:21.745 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:21.745 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:21.760 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:21.760 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:51:21.761 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:51:21.923 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:51:21.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:51:21.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:51:21.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:51:21.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:51:21.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:51:21.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:51:21.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:51:21.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:51:21.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:51:21.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@50fd4f87 is found... 08:51:21.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@50fd4f87 is found finished successfully 08:51:21.929 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:51:21.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:21.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:21.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:21.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:21.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:21.932 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:21.932 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/************a******************************************************************* package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:21.933 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:51:21.960 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:21.960 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:21.960 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:51:21.960 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:51:21.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:21.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:21.961 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:21.961 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:21.961 DEBUG [main][MenuItemLookup] Found menu:'File' 08:51:21.961 DEBUG [main][MenuItemLookup] Item match:File 08:51:21.961 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:51:21.961 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:51:21.962 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:51:21.962 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:51:21.962 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:21.962 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:51:21.962 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:51:21.962 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:21.962 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:51:21.962 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:51:21.962 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:51:21.962 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:51:21.962 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:51:22.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:51:22.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:51:22.032 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:22.032 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:22.032 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:51:22.032 DEBUG [main][EditorHandler] 1 editor(s) found 08:51:22.032 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:51:22.125 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:51:22.125 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:51:22.126 INFO [WorkbenchTestable][RequirementsRunner] Started test: setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:51:22.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:51:22.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:51:22.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:51:22.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:51:22.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:22.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:22.127 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:51:22.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:22.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:22.128 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:51:22.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:22.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:22.129 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:51:22.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 '\*?\QProject Explorer\E') 08:51:22.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:22.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:22.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:22.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:22.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:22.130 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:22.130 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:22.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:22.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:51:22.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:51:22.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:51:22.132 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:22.132 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:22.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:22.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:22.133 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:22.133 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:22.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:22.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:22.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:22.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:22.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:22.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:22.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:23.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:23.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:23.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:51:23.135 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:23.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:23.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:23.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:23.136 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:51:23.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:23.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:23.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:23.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:23.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:23.136 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:51:23.136 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:51:23.136 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:51:23.137 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:51:23.137 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:51:23.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:23.137 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:51:23.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:23.137 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:51:23.137 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:51:23.137 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:51:23.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:23.137 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:51:23.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:23.137 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:51:23.137 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:51:23.137 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:51:23.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:23.138 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:51:23.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:23.138 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:51:23.138 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:23.138 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:23.138 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:23.146 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:23.146 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:51:23.146 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:23.146 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:23.146 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:23.152 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:23.152 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:51:23.153 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:51:23.282 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:51:23.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:51:23.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:51:23.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:51:23.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:51:23.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:51:23.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:51:23.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:51:23.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:51:23.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:51:23.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3d347c8c is found... 08:51:23.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3d347c8c is found finished successfully 08:51:23.294 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:51:23.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:23.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:23.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:23.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:23.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:23.313 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:23.313 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:23.313 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:23.313 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:23.314 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 13] 08:51:23.326 INFO [WorkbenchTestable][Keyboard] Type text "testtext" 08:51:23.332 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:51:23.332 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:51:23.933 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:51:23.933 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:51:24.534 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:51:24.534 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 08:51:25.135 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:51:25.135 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:51:25.736 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:51:25.736 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:51:26.337 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:51:26.337 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:51:26.939 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:51:26.939 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 08:51:27.540 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:51:27.540 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:51:28.141 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:28.142 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:28.142 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:51:28.142 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:51:28.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:28.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:28.143 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:28.143 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:28.143 DEBUG [main][MenuItemLookup] Found menu:'File' 08:51:28.143 DEBUG [main][MenuItemLookup] Item match:File 08:51:28.145 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:51:28.145 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:51:28.145 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:51:28.145 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:51:28.145 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:28.145 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:51:28.145 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:51:28.145 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:28.145 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:51:28.145 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:51:28.145 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:51:28.145 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:51:28.145 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:51:28.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:51:28.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:51:28.184 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:28.185 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:28.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:28.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:28.187 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:51:28.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:28.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:28.188 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:51:28.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:28.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:28.218 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:28.218 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:51:28.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:28.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:28.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:28.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:28.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:28.219 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:28.219 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:28.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:28.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:28.251 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:28.251 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:28.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:28.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:28.252 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:28.252 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:28.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:28.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:28.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:28.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:28.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:28.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:28.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:29.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:29.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:29.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:29.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:29.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:51:29.754 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:29.754 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:29.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:29.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:29.755 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:51:29.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:29.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:29.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:29.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:29.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:29.755 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:51:29.756 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:51:29.756 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:51:29.756 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:51:29.756 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:51:29.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:29.756 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:51:29.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:29.756 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:51:29.756 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:51:29.756 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:51:29.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:29.756 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:51:29.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:29.757 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:51:29.757 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:51:29.757 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:51:29.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:29.757 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:51:29.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:29.757 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:51:29.757 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:29.757 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:29.757 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:29.765 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:29.765 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:51:29.765 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:29.765 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:29.765 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:29.770 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:29.770 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:51:29.771 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:51:29.802 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:51:29.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:51:29.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:51:29.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:51:29.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:51:29.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:51:29.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:51:29.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:51:29.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:51:29.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@49ee5cae is found... 08:51:29.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@49ee5cae is found finished successfully 08:51:29.804 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:51:29.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:29.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:29.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:29.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:29.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:29.806 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:29.806 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:29.806 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:51:29.820 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:29.820 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:29.820 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:51:29.820 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:51:29.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:29.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:29.820 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:29.820 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:29.821 DEBUG [main][MenuItemLookup] Found menu:'File' 08:51:29.821 DEBUG [main][MenuItemLookup] Item match:File 08:51:29.821 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:51:29.821 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:51:29.821 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:51:29.821 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:51:29.821 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:29.821 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:51:29.821 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:51:29.821 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:29.821 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:51:29.821 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:51:29.821 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:51:29.821 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:51:29.822 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:51:29.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:51:29.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:51:29.852 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:29.852 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:29.853 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:51:29.853 DEBUG [main][EditorHandler] 1 editor(s) found 08:51:29.853 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:51:29.939 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:51:29.939 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:51:29.939 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:51:29.939 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:51:29.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:29.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:29.940 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:51:29.940 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:51:29.940 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:51:29.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:51:29.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:51:29.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:51:29.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:51:29.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:29.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:29.941 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:51:29.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:29.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:29.941 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:51:29.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:29.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:29.942 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:51:29.942 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:51:29.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:29.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:29.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:29.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:29.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:29.943 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:29.943 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:29.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:29.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:51:29.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:51:29.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:51:29.945 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:29.945 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:29.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:29.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:29.946 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:29.946 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:29.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:29.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:29.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:29.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:29.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:30.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:30.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:30.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:30.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:30.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:51:30.947 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:30.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:30.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:30.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:30.948 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:51:30.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:30.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:30.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:30.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:30.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:30.948 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:51:30.948 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:51:30.948 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:51:30.949 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:51:30.949 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:51:30.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:30.949 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:51:30.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:30.949 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:51:30.949 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:51:30.949 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:51:30.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:30.949 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:51:30.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:30.949 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:51:30.949 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:51:30.949 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:51:30.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:30.949 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:51:30.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:30.949 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:51:30.949 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:30.949 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:30.950 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:30.955 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:30.956 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:51:30.956 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:30.956 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:30.956 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:30.961 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:30.961 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:51:30.961 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:51:31.089 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:51:31.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:51:31.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:51:31.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:51:31.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:51:31.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:51:31.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:51:31.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:51:31.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:51:31.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:51:31.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@589697f1 is found... 08:51:31.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@589697f1 is found finished successfully 08:51:31.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:51:31.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:31.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:31.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:31.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:31.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:31.101 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:31.102 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:31.102 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:31.102 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:31.102 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:51:32.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:32.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:32.103 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:32.103 DEBUG [main][MenuItemLookup] Found menu:'File' 08:51:32.103 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:51:32.103 DEBUG [main][MenuItemLookup] Item match:Edit 08:51:32.104 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:51:32.104 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 08:51:32.104 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:32.104 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:51:32.104 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:51:32.104 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:51:32.104 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:51:32.104 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 08:51:32.104 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:32.104 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:51:32.104 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 08:51:32.104 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 08:51:32.104 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 08:51:32.104 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 08:51:32.104 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:32.104 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 08:51:32.104 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 08:51:32.104 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 08:51:32.104 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 08:51:32.104 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 08:51:32.104 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:32.104 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 08:51:32.104 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 08:51:32.104 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:32.104 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 08:51:32.104 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:32.104 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 08:51:32.104 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:32.104 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 08:51:32.104 DEBUG [main][MenuItemLookup] Item match:Content Assist 08:51:32.107 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 08:51:32.108 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Java Non-Type Proposals" 08:51:32.109 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"J&ava Proposals" 08:51:32.109 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Te&mplate Proposals" 08:51:32.109 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Word Proposals" 08:51:32.109 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Chain Template Proposals" 08:51:32.109 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"" 08:51:32.109 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Parameter &Hints Shift+Ctrl+Space" 08:51:32.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:32.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:32.110 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:51:32.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:32.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:32.111 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:51:32.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:32.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:32.112 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:32.112 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:51:32.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:32.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:32.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:32.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:32.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:32.113 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:32.113 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:32.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:32.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:32.145 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:32.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:32.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:32.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:32.146 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:32.146 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:32.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:32.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:32.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:32.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:32.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:32.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:32.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:33.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:33.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:33.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:51:33.148 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:33.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:33.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:33.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:33.148 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:51:33.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:33.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:33.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:33.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:33.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:33.149 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:51:33.149 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:51:33.149 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:51:33.150 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:51:33.150 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:51:33.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:33.150 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:51:33.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:33.150 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:51:33.150 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:51:33.150 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:51:33.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:33.150 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:51:33.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:33.150 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:51:33.150 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:51:33.150 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:51:33.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:33.150 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:51:33.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:33.150 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:51:33.151 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:33.151 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:33.151 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:33.158 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:33.159 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:51:33.159 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:33.159 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:33.159 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:33.164 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:33.164 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:51:33.165 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:51:33.198 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:51:33.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:51:33.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:51:33.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:51:33.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:51:33.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:51:33.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:51:33.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:51:33.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:51:33.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@abf4f69 is found... 08:51:33.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@abf4f69 is found finished successfully 08:51:33.200 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:51:33.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:33.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:33.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:33.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:33.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:33.202 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:33.202 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:33.202 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:51:33.222 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:33.222 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:33.222 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:51:33.223 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:51:33.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:33.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:33.223 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:33.223 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:33.223 DEBUG [main][MenuItemLookup] Found menu:'File' 08:51:33.223 DEBUG [main][MenuItemLookup] Item match:File 08:51:33.224 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:51:33.224 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:51:33.224 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:51:33.224 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:51:33.224 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:33.224 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:51:33.224 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:51:33.224 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:33.224 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:51:33.225 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:51:33.241 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:51:33.241 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:51:33.241 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:51:33.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:51:33.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:51:33.254 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:33.254 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:33.254 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:51:33.255 DEBUG [main][EditorHandler] 1 editor(s) found 08:51:33.255 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:51:33.352 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:51:33.352 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:51:33.352 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:51:33.352 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:51:33.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:33.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:33.352 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:51:33.352 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:51:33.352 INFO [WorkbenchTestable][RequirementsRunner] Started test: notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:51:33.352 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:51:33.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:51:33.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:51:33.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:51:33.353 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:51:33.355 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:33.355 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:51:33.355 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:33.355 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 08:51:33.356 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:33.356 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:51:33.356 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:33.356 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:51:33.356 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:33.356 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:51:33.356 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:33.356 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 08:51:33.356 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:33.356 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:51:33.356 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:33.356 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:51:33.357 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:33.357 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:51:33.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:33.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:33.357 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:51:33.357 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:51:33.358 DEBUG [main][MenuItemLookup] Found menu:'File' 08:51:33.358 DEBUG [main][MenuItemLookup] Item match:File 08:51:33.358 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:51:33.359 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:51:33.360 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:51:33.360 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:33.360 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:51:33.360 DEBUG [main][MenuItemLookup] Found menu:'File' 08:51:33.360 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:51:33.360 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:33.360 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:51:33.360 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:51:33.360 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:51:33.360 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:51:33.361 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:51:33.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.... 08:51:33.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 08:51:33.455 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:51:33.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:33.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:33.456 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:51:33.456 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:33.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 08:51:33.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:33.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:33.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:33.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:33.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:33.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:51:33.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:51:33.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:51:33.457 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:51:33.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:33.458 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:51:33.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:33.458 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:51:33.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:51:33.458 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:51:33.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:33.458 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:51:33.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:33.458 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:51:33.458 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 08:51:33.458 DEBUG [main][TreeItemHandler] Selecting tree item: File 08:51:33.458 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 08:51:33.461 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 08:51:33.461 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:51:33.461 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:51:33.461 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:51:33.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:33.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:33.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:33.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:33.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:51:33.462 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:51:33.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:51:33.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:51:33.463 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:51:33.463 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:51:33.494 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:51:33.494 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:33.494 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:33.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 08:51:33.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 08:51:33.494 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 08:51:33.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:33.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:33.495 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:51:33.495 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:51:33.495 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 08:51:33.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:33.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:33.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:33.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:33.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:51:33.497 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:51:33.498 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest.min 08:51:33.498 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 08:51:33.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:33.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:33.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:33.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:33.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:51:33.500 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:51:33.500 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 08:51:33.500 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:51:33.500 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 08:51:33.500 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 08:51:33.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:33.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:33.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:33.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:33.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:51:33.502 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:51:33.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:51:33.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:51:33.502 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:51:33.502 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:51:33.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:51:34.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:51:34.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:51:34.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 08:51:34.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 08:51:34.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:51:34.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:51:34.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:51:34.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:51:34.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') 08:51:34.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:34.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:34.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:34.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:34.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:34.008 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 08:51:34.013 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:34.013 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:34.013 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:51:34.013 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:51:34.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:34.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:34.015 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:51:34.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:34.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:34.015 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:51:34.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:34.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:34.015 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:51:34.016 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:51:34.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:34.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:34.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:34.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:34.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:34.016 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:34.016 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:34.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:34.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:34.037 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:34.037 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:34.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:34.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:34.038 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:34.038 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:34.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:34.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:34.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:34.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:34.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:34.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:34.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:35.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:35.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:35.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:51:35.039 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:35.039 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:35.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:35.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:35.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:51:35.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:35.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:35.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:35.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:35.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:35.040 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:51:35.040 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:51:35.041 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:51:35.041 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:51:35.041 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:51:35.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:35.041 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:51:35.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:35.041 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:51:35.041 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:51:35.041 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:51:35.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:35.041 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:51:35.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:35.041 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:51:35.041 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:51:35.041 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:51:35.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:35.041 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:51:35.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:35.041 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:51:35.042 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:35.042 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:35.042 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:35.050 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:35.050 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:51:35.050 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:35.050 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:35.050 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:35.063 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:35.063 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:51:35.063 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:51:35.205 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:51:35.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:51:35.205 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:51:35.205 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:51:35.205 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:51:35.205 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:51:35.205 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:51:35.205 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:51:35.205 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:51:35.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:51:35.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7e9414b7 is found... 08:51:35.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7e9414b7 is found finished successfully 08:51:35.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:51:35.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:35.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:35.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:35.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:35.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:35.219 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:35.220 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:35.220 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:51:35.243 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:35.243 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:35.243 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:51:35.243 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:51:35.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:35.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:35.244 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:35.244 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:35.244 DEBUG [main][MenuItemLookup] Found menu:'File' 08:51:35.244 DEBUG [main][MenuItemLookup] Item match:File 08:51:35.245 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:51:35.245 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:51:35.245 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:51:35.246 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:51:35.246 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:35.246 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:51:35.246 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:51:35.246 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:35.246 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:51:35.246 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:51:35.246 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:51:35.246 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:51:35.246 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:51:35.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:51:35.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:51:35.314 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:35.314 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:35.314 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:51:35.314 DEBUG [main][EditorHandler] 2 editor(s) found 08:51:35.314 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:51:35.321 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:51:35.321 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:51:35.379 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:51:35.379 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:51:35.379 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:51:35.379 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:51:35.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:35.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:35.379 INFO [WorkbenchTestable][RequirementsRunner] Finished test: notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:51:35.379 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:51:35.379 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:51:35.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:51:35.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:51:35.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:51:35.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:51:35.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:35.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:35.380 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:51:35.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:35.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:35.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:51:35.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:35.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:35.409 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:51:35.410 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:51:35.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:35.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:35.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:35.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:35.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:35.410 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:35.410 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:35.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:35.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:51:35.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:51:35.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:51:35.412 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:35.412 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:35.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:35.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:35.413 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:35.413 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:35.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:35.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:35.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:35.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:35.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:35.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:35.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:36.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:36.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:36.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:51:36.414 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:36.414 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:36.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:36.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:36.415 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:51:36.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:36.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:36.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:36.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:36.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:36.416 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:51:36.416 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:51:36.416 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:51:36.416 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:51:36.416 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:51:36.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:36.416 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:51:36.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:36.416 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:51:36.417 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:51:36.417 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:51:36.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:36.417 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:51:36.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:36.417 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:51:36.417 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:51:36.417 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:51:36.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:36.417 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:51:36.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:36.417 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:51:36.417 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:36.417 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:36.417 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:36.429 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:36.429 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:51:36.429 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:36.430 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:36.430 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:36.436 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:36.436 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:51:36.436 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:51:36.571 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:51:36.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:51:36.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:51:36.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:51:36.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:51:36.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:51:36.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:51:36.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:51:36.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:51:36.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:51:36.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@25031b19 is found... 08:51:36.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@25031b19 is found finished successfully 08:51:36.576 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:51:36.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:36.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:36.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:36.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:36.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:36.585 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:36.585 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:36.585 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 5 08:51:36.585 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 5, offser 0 08:51:36.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:36.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:36.589 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:51:36.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:36.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:36.589 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:51:36.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:36.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:36.590 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:36.590 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:51:36.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:36.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:36.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:36.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:36.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:36.591 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:36.591 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:36.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:36.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:36.639 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:36.639 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:36.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:36.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:36.640 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:36.640 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:36.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:36.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:36.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:36.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:36.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:37.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:37.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:37.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:37.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:37.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:51:37.641 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:37.641 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:37.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:37.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:37.642 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:51:37.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:37.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:37.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:37.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:37.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:37.643 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:51:37.643 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:51:37.643 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:51:37.644 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:51:37.644 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:51:37.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:37.644 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:51:37.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:37.644 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:51:37.644 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:51:37.644 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:51:37.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:37.644 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:51:37.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:37.644 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:51:37.644 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:51:37.644 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:51:37.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:37.644 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:51:37.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:37.644 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:51:37.644 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:37.644 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:37.645 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:37.650 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:37.650 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:51:37.651 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:37.651 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:37.651 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:37.655 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:37.655 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:51:37.656 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:51:37.688 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:51:37.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:51:37.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:51:37.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:51:37.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:51:37.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:51:37.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:51:37.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:51:37.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:51:37.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@13388e76 is found... 08:51:37.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@13388e76 is found finished successfully 08:51:37.690 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:51:37.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:37.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:37.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:37.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:37.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:37.692 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:37.692 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:37.692 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:51:37.708 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:37.708 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:37.708 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:51:37.708 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:51:37.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:37.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:37.708 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:37.708 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:37.709 DEBUG [main][MenuItemLookup] Found menu:'File' 08:51:37.709 DEBUG [main][MenuItemLookup] Item match:File 08:51:37.709 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:51:37.709 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:51:37.709 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:51:37.709 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:51:37.709 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:37.709 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:51:37.709 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:51:37.709 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:37.709 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:51:37.709 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:51:37.710 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:51:37.710 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:51:37.710 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:51:37.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:51:37.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:51:37.747 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:37.747 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:37.747 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:51:37.748 DEBUG [main][EditorHandler] 1 editor(s) found 08:51:37.748 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:51:37.857 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:51:37.857 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:51:37.857 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:51:37.857 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:51:37.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:37.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:37.857 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:51:37.857 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:51:37.857 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:51:37.857 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:51:37.857 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:51:37.857 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:51:37.857 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:51:37.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:37.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:37.858 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:51:37.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:37.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:37.859 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:51:37.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:37.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:37.859 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:51:37.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:51:37.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:37.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:37.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:37.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:37.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:37.860 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:37.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:37.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:37.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:51:37.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:51:37.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:51:37.862 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:37.862 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:37.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:37.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:37.862 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:37.862 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:37.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:37.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:37.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:37.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:37.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:38.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:38.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:38.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:38.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:38.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:51:38.864 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:38.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:38.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:38.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:38.865 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:51:38.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:38.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:38.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:38.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:38.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:38.865 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:51:38.865 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:51:38.866 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:51:38.866 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:51:38.866 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:51:38.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:38.866 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:51:38.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:38.866 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:51:38.866 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:51:38.866 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:51:38.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:38.867 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:51:38.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:38.867 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:51:38.867 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:51:38.867 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:51:38.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:38.867 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:51:38.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:38.867 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:51:38.867 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:38.867 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:38.867 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:38.876 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:38.876 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:51:38.876 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:38.876 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:38.876 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:38.886 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:38.886 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:51:38.886 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:51:39.041 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:51:39.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:51:39.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:51:39.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:51:39.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:51:39.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:51:39.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:51:39.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:51:39.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:51:39.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:51:39.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@9e677a4 is found... 08:51:39.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@9e677a4 is found finished successfully 08:51:39.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:51:39.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:39.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:39.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:39.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:39.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:39.057 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:39.057 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:39.057 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:51:39.057 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:51:39.258 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:51:39.465 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:51:39.465 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:51:39.665 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:51:39.868 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:51:39.868 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:51:40.068 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:51:40.271 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:51:40.271 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:51:40.471 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:51:40.676 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:51:40.676 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 08:51:40.876 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 08:51:41.877 INFO [WorkbenchTestable][TextEditor] Select text in editor with index 1 /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { 08:51:41.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:41.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:41.897 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:51:41.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:41.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:41.897 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:51:41.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:41.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:41.898 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:41.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 '\*?\QProject Explorer\E') 08:51:41.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:41.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:41.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:41.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:41.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:41.899 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:41.899 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:41.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:41.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:41.929 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:41.929 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:41.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:41.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:41.930 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:41.930 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:41.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:41.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:41.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:41.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:41.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:42.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:42.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:42.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:42.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:42.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:51:42.931 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:42.932 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:42.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:42.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:42.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 08:51:42.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:42.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:42.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:42.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:42.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:42.933 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:51:42.933 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:51:42.933 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:51:42.933 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:51:42.933 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:51:42.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:42.933 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:51:42.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:42.933 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:51:42.933 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:51:42.933 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:51:42.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:42.934 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:51:42.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:42.934 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:51:42.934 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:51:42.934 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:51:42.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:42.934 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:51:42.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:42.934 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:51:42.934 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:42.934 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:42.934 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:42.941 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:42.941 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:51:42.942 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:42.942 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:42.942 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:42.946 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:42.946 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:51:42.946 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:51:42.978 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:51:42.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:51:42.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:51:42.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:51:42.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:51:42.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:51:42.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:51:42.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:51:42.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:51:42.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3063e1d6 is found... 08:51:42.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3063e1d6 is found finished successfully 08:51:42.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:51:42.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:42.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:42.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:42.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:42.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:42.982 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:42.982 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:42.982 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:51:43.011 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:43.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 08:51:43.011 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:51:43.011 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:51:43.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:43.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:43.012 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:43.012 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:43.012 DEBUG [main][MenuItemLookup] Found menu:'File' 08:51:43.012 DEBUG [main][MenuItemLookup] Item match:File 08:51:43.012 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:51:43.012 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:51:43.012 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:51:43.012 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:51:43.012 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:43.012 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:51:43.012 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:51:43.012 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:43.012 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:51:43.012 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:51:43.013 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:51:43.013 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:51:43.013 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:51:43.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:51:43.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:51:43.041 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:43.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 08:51:43.041 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:51:43.041 DEBUG [main][EditorHandler] 1 editor(s) found 08:51:43.041 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:51:43.132 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:51:43.132 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:51:43.132 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:51:43.132 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:51:43.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:43.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:43.132 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:51:43.132 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:51:43.132 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:51:43.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:51:43.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:51:43.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:51:43.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:51:43.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:43.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:43.133 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:51:43.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:43.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:43.134 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:51:43.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:43.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:43.134 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:51:43.134 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:51:43.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:43.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:43.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:43.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:43.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:43.135 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:43.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:43.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:43.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:51:43.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:51:43.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:51:43.136 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:43.136 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:43.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:43.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:43.137 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:43.137 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:43.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:43.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:43.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:43.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:43.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:43.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:43.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:44.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:44.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:44.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:51:44.139 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:44.139 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:44.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:44.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:44.139 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:51:44.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:44.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:44.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:44.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:44.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:44.140 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:51:44.140 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:51:44.140 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:51:44.140 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:51:44.141 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:51:44.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:44.141 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:51:44.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:44.141 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:51:44.141 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:51:44.141 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:51:44.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:44.141 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:51:44.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:44.141 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:51:44.141 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:51:44.141 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:51:44.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:44.141 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:51:44.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:44.141 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:51:44.141 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:44.141 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:44.141 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:44.148 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:44.148 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:51:44.148 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:44.148 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:44.149 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:44.153 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:44.153 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:51:44.153 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:51:44.284 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:51:44.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:51:44.284 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:51:44.284 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:51:44.284 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:51:44.284 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:51:44.284 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:51:44.284 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:51:44.284 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:51:44.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:51:44.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@32cf71ec is found... 08:51:44.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@32cf71ec is found finished successfully 08:51:44.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:51:44.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:44.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:44.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:44.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:44.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:44.300 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:44.300 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:44.300 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:51:44.300 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:51:44.500 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:51:44.702 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:51:44.702 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:51:44.903 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:51:45.105 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:51:45.105 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:51:45.306 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:51:45.508 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:51:45.508 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:51:45.709 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:51:45.911 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:51:45.911 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 08:51:46.111 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 08:51:47.113 INFO [WorkbenchTestable][TextEditor] Select text in editor with index 2 /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } 08:51:47.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:47.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:47.114 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:51:47.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:47.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:47.115 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:51:47.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:47.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:47.115 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:47.115 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:51:47.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:47.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:47.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:47.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:47.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:47.116 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:47.116 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:47.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:47.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:47.145 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:47.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:47.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:47.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:47.145 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:47.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:47.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:47.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:47.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:47.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:47.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:47.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:47.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:48.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:48.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:48.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:48.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:48.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:51:48.647 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:48.647 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:48.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:48.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:48.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:51:48.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:48.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:48.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:48.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:48.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:48.648 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:51:48.648 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:51:48.649 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:51:48.649 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:51:48.649 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:51:48.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:48.649 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:51:48.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:48.649 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:51:48.649 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:51:48.649 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:51:48.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:48.650 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:51:48.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:48.650 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:51:48.650 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:51:48.650 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:51:48.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:48.650 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:51:48.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:48.650 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:51:48.650 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:48.650 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:48.650 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:48.658 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:48.658 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:51:48.658 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:48.658 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:48.658 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:48.665 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:48.665 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:51:48.665 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:51:48.703 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:51:48.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:51:48.703 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:51:48.703 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:51:48.703 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:51:48.703 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:51:48.703 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:51:48.703 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:51:48.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:51:48.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6342cca6 is found... 08:51:48.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6342cca6 is found finished successfully 08:51:48.704 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:51:48.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:48.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:48.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:48.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:48.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:48.706 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:48.706 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { } TooltipText=null 08:51:48.706 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:51:48.734 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:48.734 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:48.734 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:51:48.734 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:51:48.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:48.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:48.735 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:48.735 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:48.735 DEBUG [main][MenuItemLookup] Found menu:'File' 08:51:48.735 DEBUG [main][MenuItemLookup] Item match:File 08:51:48.736 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:51:48.736 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:51:48.736 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:51:48.736 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:51:48.736 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:48.736 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:51:48.736 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:51:48.736 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:48.736 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:51:48.736 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:51:48.736 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:51:48.736 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:51:48.736 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:51:48.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:51:48.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:51:48.766 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:48.766 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:48.766 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:51:48.766 DEBUG [main][EditorHandler] 1 editor(s) found 08:51:48.766 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:51:48.844 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:51:48.844 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:51:48.844 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:51:48.844 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:51:48.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:48.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:48.845 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:51:48.845 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:51:48.845 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:51:48.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:51:48.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:51:48.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:51:48.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:51:48.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:48.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:48.846 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:51:48.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:48.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:48.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:51:48.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:48.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:48.847 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:51:48.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:51:48.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:48.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:48.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:48.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:48.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:48.848 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:48.848 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:48.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:48.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:51:48.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:51:48.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:51:48.850 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:48.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:48.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:48.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:48.851 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:48.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:48.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:48.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:48.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:48.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:48.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:49.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:49.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:49.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:49.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:49.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:51:49.852 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:49.852 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:49.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:49.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:49.853 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:51:49.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:49.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:49.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:49.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:49.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:49.853 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:51:49.854 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:51:49.854 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:51:49.854 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:51:49.854 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:51:49.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:49.854 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:51:49.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:49.854 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:51:49.854 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:51:49.854 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:51:49.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:49.854 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:51:49.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:49.854 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:51:49.855 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:51:49.855 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:51:49.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:49.855 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:51:49.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:49.855 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:51:49.855 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:49.855 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:49.855 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:49.863 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:49.863 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:51:49.863 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:49.863 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:49.863 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:49.871 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:49.871 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:51:49.872 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:51:50.013 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:51:50.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:51:50.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:51:50.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:51:50.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:51:50.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:51:50.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:51:50.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:51:50.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:51:50.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:51:50.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@631463a3 is found... 08:51:50.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@631463a3 is found finished successfully 08:51:50.024 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:51:50.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:50.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:50.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:50.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:50.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:50.027 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:50.027 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:50.027 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:51:50.055 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:50.056 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:50.056 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:51:50.056 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:51:50.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:50.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:50.056 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:50.056 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:50.056 DEBUG [main][MenuItemLookup] Found menu:'File' 08:51:50.056 DEBUG [main][MenuItemLookup] Item match:File 08:51:50.057 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:51:50.057 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:51:50.057 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:51:50.057 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:51:50.057 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:50.057 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:51:50.057 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:51:50.057 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:50.057 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:51:50.057 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:51:50.057 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:51:50.057 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:51:50.057 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:51:50.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:51:50.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:51:50.118 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:50.118 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:50.118 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:51:51.118 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:51:51.125 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:51:52.126 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:52.126 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemY.out.println(""); } } TooltipText=null 08:51:52.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:52.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:52.129 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:51:52.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:52.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:52.129 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:51:52.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:52.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:52.130 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:52.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:51:52.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:52.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:52.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:52.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:52.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:52.130 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:52.130 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:52.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:52.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:52.142 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:52.142 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:52.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:52.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:52.162 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:52.162 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:52.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:52.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:52.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:52.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:52.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:52.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:52.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:53.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:53.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:53.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:51:53.164 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:53.164 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:53.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:53.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:53.165 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:51:53.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:53.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:53.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:53.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:53.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:53.165 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:51:53.165 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:51:53.165 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:51:53.166 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:51:53.166 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:51:53.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:53.166 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:51:53.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:53.166 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:51:53.166 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:51:53.166 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:51:53.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:53.166 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:51:53.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:53.166 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:51:53.166 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:51:53.166 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:51:53.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:53.166 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:51:53.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:53.166 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:51:53.166 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:53.166 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:53.166 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:53.173 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:53.173 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:51:53.173 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:53.173 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:53.175 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:53.181 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:53.181 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:51:53.181 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:51:53.215 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:51:53.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:51:53.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:51:53.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:51:53.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:51:53.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:51:53.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:51:53.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:51:53.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:51:53.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1d947a33 is found... 08:51:53.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1d947a33 is found finished successfully 08:51:53.217 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:51:53.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:53.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:53.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:53.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:53.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:53.219 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:53.219 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemY.out.println(""); } } TooltipText=null 08:51:53.219 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:51:53.228 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:53.228 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:53.228 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:51:53.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:51:53.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:53.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:53.229 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:53.229 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:53.229 DEBUG [main][MenuItemLookup] Found menu:'File' 08:51:53.229 DEBUG [main][MenuItemLookup] Item match:File 08:51:53.229 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:51:53.229 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:51:53.229 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:51:53.229 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:51:53.229 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:53.229 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:51:53.229 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:51:53.229 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:53.229 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:51:53.230 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:51:53.230 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:51:53.230 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:51:53.230 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:51:53.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:51:53.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:51:53.264 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:53.264 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:53.264 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:51:53.264 DEBUG [main][EditorHandler] 1 editor(s) found 08:51:53.264 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:51:53.353 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:51:53.353 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:51:53.353 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:51:53.353 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:51:53.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:53.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:53.353 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:51:53.353 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:51:53.354 INFO [WorkbenchTestable][RequirementsRunner] Started test: getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:51:53.354 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:51:53.354 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:51:53.354 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:51:53.354 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:51:53.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:53.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:53.356 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:51:53.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:53.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:53.357 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:51:53.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:53.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:53.357 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:51:53.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:51:53.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:53.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:53.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:53.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:53.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:53.358 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:53.358 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:53.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:53.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:51:53.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:51:53.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:51:53.360 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:53.360 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:53.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:53.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:53.361 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:53.361 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:53.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:53.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:53.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:53.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:53.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:53.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:53.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:54.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:54.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:54.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:51:54.362 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:54.362 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:54.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:54.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:54.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:51:54.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:54.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:54.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:54.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:54.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:54.364 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:51:54.364 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:51:54.364 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:51:54.364 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:51:54.364 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:51:54.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:54.364 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:51:54.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:54.364 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:51:54.364 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:51:54.365 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:51:54.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:54.365 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:51:54.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:54.365 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:51:54.365 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:51:54.365 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:51:54.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:54.365 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:51:54.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:54.365 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:51:54.365 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:54.365 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:54.365 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:54.372 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:54.372 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:51:54.372 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:54.372 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:54.372 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:54.377 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:54.377 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:51:54.378 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:51:54.500 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:51:54.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:51:54.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:51:54.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:51:54.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:51:54.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:51:54.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:51:54.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:51:54.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:51:54.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:51:54.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@72464824 is found... 08:51:54.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@72464824 is found finished successfully 08:51:54.506 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:51:54.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:54.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:54.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:54.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:54.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:54.508 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:54.508 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:54.508 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:54.508 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:54.514 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 13] 08:51:54.524 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:54.524 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:54.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:54.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:54.534 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:51:54.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:54.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:54.535 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:51:54.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:54.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:54.535 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:54.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 '\*?\QProject Explorer\E') 08:51:54.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:54.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:54.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:54.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:54.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:54.536 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:54.536 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:54.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:54.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:54.566 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:54.566 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:54.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:54.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:54.567 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:54.567 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:54.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:54.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:54.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:54.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:54.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:55.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:55.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:55.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:55.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:55.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:51:55.569 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:55.569 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:55.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:55.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:55.570 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:51:55.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:55.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:55.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:55.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:55.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:55.570 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:51:55.570 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:51:55.570 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:51:55.570 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:51:55.570 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:51:55.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:55.571 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:51:55.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:55.571 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:51:55.571 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:51:55.571 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:51:55.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:55.571 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:51:55.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:55.571 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:51:55.571 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:51:55.571 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:51:55.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:55.571 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:51:55.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:55.571 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:51:55.571 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:55.571 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:55.572 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:55.582 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:55.583 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:51:55.583 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:55.583 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:55.583 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:55.589 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:55.589 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:51:55.590 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:51:55.635 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:51:55.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:51:55.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:51:55.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:51:55.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:51:55.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:51:55.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:51:55.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:51:55.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:51:55.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4148c505 is found... 08:51:55.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4148c505 is found finished successfully 08:51:55.637 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:51:55.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:55.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:55.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:55.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:55.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:55.639 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:55.640 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:55.640 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:51:55.650 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:55.650 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:55.650 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:51:55.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:51:55.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:55.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:55.651 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:55.651 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:55.651 DEBUG [main][MenuItemLookup] Found menu:'File' 08:51:55.651 DEBUG [main][MenuItemLookup] Item match:File 08:51:55.652 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:51:55.652 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:51:55.652 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:51:55.652 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:51:55.652 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:55.652 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:51:55.652 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:51:55.652 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:55.652 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:51:55.652 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:51:55.671 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:51:55.671 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:51:55.671 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:51:55.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:51:55.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:51:55.683 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:55.683 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:55.683 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:51:55.683 DEBUG [main][EditorHandler] 1 editor(s) found 08:51:55.683 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:51:55.765 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:51:55.766 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:51:55.766 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:51:55.766 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:51:55.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:55.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:55.766 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:51:55.766 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:51:55.766 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:51:55.766 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:51:55.766 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:51:55.766 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:51:55.766 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:51:55.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:55.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:55.767 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:51:55.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:55.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:55.768 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:51:55.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:55.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:55.768 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:51:55.768 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:51:55.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:55.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:55.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:55.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:55.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:55.769 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:55.769 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:55.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:55.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:51:55.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:51:55.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:51:55.771 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:55.771 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:55.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:55.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:55.771 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:55.771 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:55.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:55.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:55.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:55.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:55.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:56.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:56.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:56.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:56.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:56.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:51:56.773 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:56.773 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:56.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:56.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:56.774 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:51:56.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:56.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:56.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:56.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:56.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:56.774 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:51:56.774 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:51:56.775 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:51:56.775 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:51:56.775 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:51:56.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:56.775 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:51:56.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:56.775 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:51:56.775 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:51:56.775 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:51:56.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:56.775 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:51:56.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:56.775 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:51:56.775 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:51:56.775 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:51:56.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:56.775 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:51:56.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:56.775 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:51:56.775 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:56.776 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:56.776 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:56.782 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:56.782 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:51:56.782 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:56.782 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:56.782 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:56.787 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:56.787 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:51:56.787 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:51:56.917 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:51:56.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:51:56.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:51:56.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:51:56.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:51:56.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:51:56.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:51:56.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:51:56.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:51:56.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:51:56.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2ebf3065 is found... 08:51:56.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2ebf3065 is found finished successfully 08:51:56.927 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:51:56.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:56.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:56.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:56.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:56.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:56.929 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:56.929 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:56.929 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 19 08:51:56.929 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 19, offser 0 08:51:56.933 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:51:56.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:56.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:56.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:56.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:56.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:56.935 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:56.935 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } newText TooltipText=null 08:51:56.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:56.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:56.936 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:51:56.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:56.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:56.937 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:51:56.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:56.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:56.937 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:56.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 '\*?\QProject Explorer\E') 08:51:56.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:56.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:56.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:56.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:56.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:56.961 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:56.961 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:56.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:56.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:56.987 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:56.988 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:56.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:56.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:56.989 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:56.989 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:56.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:56.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:56.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:56.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:56.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:57.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:57.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:57.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:57.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:57.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:51:57.991 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:57.991 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:57.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:57.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:57.991 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:51:57.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:57.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:57.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:57.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:57.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:57.992 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:51:57.992 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:51:57.992 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:51:57.992 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:51:57.992 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:51:57.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:57.992 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:51:57.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:57.992 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:51:57.993 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:51:57.993 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:51:57.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:57.993 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:51:57.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:57.993 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:51:57.993 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:51:57.993 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:51:57.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:57.993 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:51:57.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:57.993 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:51:57.993 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:57.993 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:57.993 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:57.998 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:57.999 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:51:57.999 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:57.999 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:57.999 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:58.006 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:58.006 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:51:58.006 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:51:58.040 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:51:58.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:51:58.040 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:51:58.040 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:51:58.040 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:51:58.040 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:51:58.040 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:51:58.040 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:51:58.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:51:58.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4246ebd6 is found... 08:51:58.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4246ebd6 is found finished successfully 08:51:58.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:51:58.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:58.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:58.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:58.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:58.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:58.044 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:58.044 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } newText TooltipText=null 08:51:58.044 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:51:58.060 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:58.060 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:58.060 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:51:58.060 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:51:58.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:58.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:58.061 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:58.061 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:58.061 DEBUG [main][MenuItemLookup] Found menu:'File' 08:51:58.061 DEBUG [main][MenuItemLookup] Item match:File 08:51:58.062 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:51:58.062 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:51:58.062 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:51:58.062 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:51:58.062 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:58.062 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:51:58.062 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:51:58.062 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:58.062 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:51:58.062 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:51:58.062 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:51:58.062 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:51:58.062 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:51:58.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:51:58.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:51:58.092 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:58.092 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:58.092 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:51:58.092 DEBUG [main][EditorHandler] 1 editor(s) found 08:51:58.092 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:51:58.177 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:51:58.177 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:51:58.177 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:51:58.177 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:51:58.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:58.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:58.178 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:51:58.178 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:51:58.178 INFO [WorkbenchTestable][RequirementsRunner] Started test: contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:51:58.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:51:58.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:51:58.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:51:58.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:51:58.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:58.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:58.179 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:51:58.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:58.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:58.210 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:51:58.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:58.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:58.211 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:51:58.211 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:51:58.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:58.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:58.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:58.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:58.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:58.212 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:58.212 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:58.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:58.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:51:58.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:51:58.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:51:58.214 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:58.214 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:58.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:58.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:58.215 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:58.215 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:58.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:58.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:58.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:58.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:58.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:58.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:58.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:59.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:59.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:51:59.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:51:59.217 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:51:59.217 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:51:59.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:59.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:51:59.217 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:51:59.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:59.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:59.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:59.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:59.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:51:59.218 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:51:59.218 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:51:59.218 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:51:59.218 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:51:59.218 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:51:59.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:59.218 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:51:59.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:59.218 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:51:59.218 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:51:59.219 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:51:59.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:59.219 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:51:59.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:59.219 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:51:59.219 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:51:59.219 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:51:59.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:51:59.219 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:51:59.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:51:59.219 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:51:59.219 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:59.219 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:59.219 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:59.227 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:59.228 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:51:59.228 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:51:59.228 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:51:59.228 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:51:59.232 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:51:59.232 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:51:59.232 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:51:59.354 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:51:59.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:51:59.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:51:59.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:51:59.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:51:59.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:51:59.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:51:59.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:51:59.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:51:59.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:51:59.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7119d6fe is found... 08:51:59.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7119d6fe is found finished successfully 08:51:59.360 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:51:59.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:51:59.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:51:59.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:51:59.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:51:59.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:51:59.362 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:59.362 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:59.362 INFO [WorkbenchTestable][TextEditor] Set cursor position to [0, 0] 08:51:59.379 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 0 08:51:59.379 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 0, offser 0 08:51:59.416 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:59.416 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:59.416 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:51:59.416 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:51:59.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:51:59.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:51:59.417 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:59.417 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:59.417 DEBUG [main][MenuItemLookup] Found menu:'File' 08:51:59.417 DEBUG [main][MenuItemLookup] Item match:File 08:51:59.418 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:51:59.418 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:51:59.418 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:51:59.418 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:51:59.418 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:59.418 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:51:59.418 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:51:59.418 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:59.418 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:51:59.418 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:51:59.418 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:51:59.418 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:51:59.418 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:51:59.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:51:59.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:51:59.511 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:59.512 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:59.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:51:59.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:51:59.512 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:51:59.512 DEBUG [main][MenuItemLookup] Found menu:'File' 08:51:59.512 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:51:59.512 DEBUG [main][MenuItemLookup] Item match:Edit 08:51:59.513 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:51:59.513 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 08:51:59.513 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:59.513 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:51:59.513 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:51:59.513 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:51:59.513 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:51:59.513 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 08:51:59.513 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:59.513 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:51:59.513 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 08:51:59.513 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 08:51:59.513 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 08:51:59.513 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 08:51:59.513 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:59.513 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 08:51:59.513 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 08:51:59.513 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 08:51:59.513 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 08:51:59.513 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 08:51:59.513 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:59.513 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 08:51:59.513 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 08:51:59.513 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:59.513 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 08:51:59.513 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:59.513 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 08:51:59.513 DEBUG [main][MenuItemLookup] Found menu:'' 08:51:59.513 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 08:51:59.513 DEBUG [main][MenuItemLookup] Item match:Content Assist 08:51:59.514 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:51:59.514 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:51:59.514 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 08:51:59.514 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:52:00.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:52:00.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:52:00.514 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:00.514 DEBUG [main][MenuItemLookup] Found menu:'File' 08:52:00.514 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:52:00.514 DEBUG [main][MenuItemLookup] Item match:Edit 08:52:00.515 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:52:00.515 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 08:52:00.515 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:00.515 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:52:00.515 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:52:00.515 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:52:00.515 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:52:00.515 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 08:52:00.515 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:00.515 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:52:00.515 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 08:52:00.515 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 08:52:00.515 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 08:52:00.515 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 08:52:00.515 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:00.515 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 08:52:00.515 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 08:52:00.515 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 08:52:00.515 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 08:52:00.515 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 08:52:00.515 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:00.515 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 08:52:00.515 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 08:52:00.515 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:00.515 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 08:52:00.515 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:00.515 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 08:52:00.515 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:00.515 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 08:52:00.515 DEBUG [main][MenuItemLookup] Item match:Content Assist 08:52:00.516 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 08:52:00.516 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 08:52:00.517 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 08:52:00.517 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 08:52:00.517 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 08:52:00.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 08:52:00.642 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:52:00.642 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:52:00.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:52:00.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:52:00.659 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 08:52:00.659 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:52:00.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:00.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:00.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:00.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:00.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:52:00.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:52:00.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:52:00.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 08:52:00.666 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:52:00.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:00.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:00.667 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 08:52:00.667 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 08:52:00.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:52:00.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:52:00.717 DEBUG [WorkbenchTestable][ContentAssistant] abstract 08:52:00.717 DEBUG [WorkbenchTestable][ContentAssistant] class 08:52:00.717 DEBUG [WorkbenchTestable][ContentAssistant] enum 08:52:00.717 DEBUG [WorkbenchTestable][ContentAssistant] final 08:52:00.717 DEBUG [WorkbenchTestable][ContentAssistant] import 08:52:00.717 DEBUG [WorkbenchTestable][ContentAssistant] interface 08:52:00.717 DEBUG [WorkbenchTestable][ContentAssistant] non-sealed 08:52:00.717 DEBUG [WorkbenchTestable][ContentAssistant] public 08:52:00.717 DEBUG [WorkbenchTestable][ContentAssistant] record 08:52:00.718 DEBUG [WorkbenchTestable][ContentAssistant] sealed 08:52:00.718 DEBUG [WorkbenchTestable][ContentAssistant] new - create new object 08:52:00.719 DEBUG [WorkbenchTestable][ContentAssistant] nls - non-externalized string marker 08:52:00.719 DEBUG [WorkbenchTestable][ContentAssistant] runnable - runnable 08:52:00.720 DEBUG [WorkbenchTestable][ContentAssistant] switch - switch case expression 08:52:00.720 DEBUG [WorkbenchTestable][ContentAssistant] switch - switch labeled expression 08:52:00.721 DEBUG [WorkbenchTestable][ContentAssistant] toarray - convert collection to array 08:52:00.721 DEBUG [WorkbenchTestable][ContentAssistant] Choose content assist proposal - enum 08:52:00.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:52:00.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:52:00.725 TRACE [main][WidgetHandler] Notify Table with event 13 08:52:00.725 TRACE [main][WidgetHandler] Wait for synchronization 08:52:00.725 TRACE [main][WidgetHandler] Notify Table with event 14 08:52:00.725 TRACE [main][WidgetHandler] Wait for synchronization 08:52:00.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:52:00.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:52:00.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:00.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:00.755 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:52:00.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:00.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:00.756 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:52:00.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:00.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:00.756 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:00.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:52:00.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:00.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:00.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:00.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:00.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:00.757 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:00.757 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:00.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:00.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:00.789 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:00.789 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:00.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:00.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:00.790 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:00.790 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:00.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:00.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:00.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:00.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:00.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:01.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:01.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:01.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:01.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:01.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:52:01.792 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:01.792 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:01.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:01.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:01.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:52:01.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:01.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:01.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:01.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:01.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:52:01.793 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:52:01.793 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:52:01.793 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:52:01.793 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:52:01.793 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:52:01.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:01.794 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:52:01.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:01.794 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:52:01.794 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:52:01.794 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:52:01.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:01.794 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:52:01.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:01.794 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:52:01.794 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:52:01.794 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:52:01.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:01.794 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:52:01.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:01.794 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:52:01.794 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:01.794 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:01.794 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:01.802 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:01.803 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:52:01.803 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:01.803 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:01.803 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:01.808 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:01.808 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:52:01.808 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:52:01.852 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:52:01.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:52:01.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:52:01.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:52:01.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:52:01.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:52:01.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:52:01.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:52:01.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:52:01.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@41d86d8f is found... 08:52:01.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@41d86d8f is found finished successfully 08:52:01.854 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:52:01.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:01.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:01.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:01.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:01.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:01.856 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:01.856 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=enum /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:01.856 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:52:01.864 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:01.864 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:01.864 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:52:01.865 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:52:01.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:01.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:01.865 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:01.865 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:01.865 DEBUG [main][MenuItemLookup] Found menu:'File' 08:52:01.865 DEBUG [main][MenuItemLookup] Item match:File 08:52:01.866 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:52:01.866 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:52:01.866 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:52:01.866 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:52:01.866 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:01.866 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:52:01.866 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:52:01.866 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:01.866 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:52:01.866 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:52:01.866 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:52:01.866 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:52:01.866 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:52:01.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:52:01.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:52:01.896 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:01.896 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:01.896 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:52:01.896 DEBUG [main][EditorHandler] 1 editor(s) found 08:52:01.896 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:52:01.987 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:52:01.987 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:52:01.987 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:52:01.987 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:52:01.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:52:01.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:52:01.988 INFO [WorkbenchTestable][RequirementsRunner] Finished test: contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:52:01.988 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:52:01.988 INFO [WorkbenchTestable][RequirementsRunner] Started test: openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:52:01.988 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:52:01.988 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:52:01.988 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:52:01.988 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:52:01.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:01.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:01.989 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:52:01.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:01.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:01.989 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:52:01.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:01.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:01.990 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:52:01.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') 08:52:01.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:01.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:02.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:02.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:02.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:02.022 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:02.022 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:02.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:02.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:52:02.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:52:02.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:52:02.024 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:02.024 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:02.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:02.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:02.024 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:02.024 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:02.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:02.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:02.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:02.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:02.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:02.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:02.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:03.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:03.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:03.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:52:03.026 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:03.026 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:03.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:03.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:03.027 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:52:03.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:03.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:03.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:03.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:03.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:52:03.027 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:52:03.027 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:52:03.027 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:52:03.028 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:52:03.028 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:52:03.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:03.028 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:52:03.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:03.028 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:52:03.028 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:52:03.028 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:52:03.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:03.028 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:52:03.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:03.028 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:52:03.028 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass1+.java of tree item test 08:52:03.028 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:52:03.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:03.028 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:52:03.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:03.028 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:52:03.028 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass1+.java 08:52:03.028 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass1+.java 08:52:03.029 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass1+.java about selection 08:52:03.039 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass1+.java 08:52:03.039 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass1+.java 08:52:03.039 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass1+.java 08:52:03.040 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass1+.java 08:52:03.040 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass1+.java about selection 08:52:03.046 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass1+.java 08:52:03.046 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:52:03.046 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:52:03.166 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:52:03.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:52:03.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:52:03.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:52:03.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:52:03.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:52:03.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:52:03.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:52:03.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:52:03.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:52:03.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@514fb82f is found... 08:52:03.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@514fb82f is found finished successfully 08:52:03.172 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass1+.java\E') 08:52:03.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:03.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:03.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:03.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:03.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:03.174 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:03.174 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass1 { public JavaClass1() { System.out.println(""); } } TooltipText=null 08:52:03.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:03.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:03.180 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:52:03.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:03.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:03.181 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass1+.java - Eclipse Platform 08:52:03.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:03.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:03.181 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass1+.java - Eclipse Platform' 08:52:03.181 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:52:03.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:03.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:03.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:03.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:03.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:03.182 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:03.182 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:03.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:03.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:03.212 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:03.212 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:03.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:03.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:03.213 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:03.213 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:03.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:03.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:03.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:03.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:03.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:03.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:03.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:04.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:04.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:04.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:52:04.214 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:04.214 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:04.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:04.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:04.215 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:52:04.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:04.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:04.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:04.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:04.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:52:04.215 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:52:04.215 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:52:04.216 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:52:04.216 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:52:04.216 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:52:04.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:04.216 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:52:04.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:04.216 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:52:04.216 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:52:04.216 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:52:04.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:04.216 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:52:04.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:04.216 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:52:04.216 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:52:04.216 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:52:04.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:04.216 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:52:04.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:04.216 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:52:04.217 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:04.217 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:04.217 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:04.227 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:04.228 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:52:04.228 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:04.228 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:04.228 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:04.234 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:04.234 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:52:04.234 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:52:04.361 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:52:04.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:52:04.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:52:04.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:52:04.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:52:04.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:52:04.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:52:04.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:52:04.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:52:04.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:52:04.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@335e2ea9 is found... 08:52:04.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@335e2ea9 is found finished successfully 08:52:04.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:52:04.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:04.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:04.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:04.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:04.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:04.376 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:04.377 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:04.377 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:52:04.417 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:04.417 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:04.417 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:52:04.418 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:52:04.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:04.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:04.418 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:04.418 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:04.418 DEBUG [main][MenuItemLookup] Found menu:'File' 08:52:04.418 DEBUG [main][MenuItemLookup] Item match:File 08:52:04.419 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:52:04.419 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:52:04.419 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:52:04.419 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:52:04.419 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:04.419 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:52:04.419 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:52:04.419 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:04.419 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:52:04.419 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:52:04.419 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:52:04.419 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:52:04.419 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:52:04.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:52:04.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:52:04.448 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:04.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 08:52:04.448 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:52:04.448 DEBUG [main][EditorHandler] 2 editor(s) found 08:52:04.448 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass1+.java 08:52:04.517 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass1+.java is closed 08:52:04.517 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:52:04.569 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:52:04.570 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:52:04.570 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:52:04.570 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:52:04.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:52:04.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:52:04.570 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:52:04.570 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:52:04.570 INFO [WorkbenchTestable][RequirementsRunner] Started test: getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:52:04.570 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:52:04.570 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:52:04.570 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:52:04.570 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:52:04.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:04.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:04.571 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:52:04.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:04.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:04.571 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:52:04.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:04.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:04.572 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:52:04.572 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:52:04.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:04.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:04.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:04.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:04.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:04.572 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:04.572 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:04.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:04.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:52:04.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:52:04.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:52:04.574 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:04.574 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:04.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:04.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:04.575 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:04.575 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:04.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:04.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:04.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:04.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:04.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:05.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:05.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:05.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:05.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:05.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:52:05.576 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:05.576 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:05.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:05.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:05.577 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:52:05.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:05.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:05.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:05.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:05.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:52:05.578 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:52:05.578 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:52:05.578 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:52:05.578 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:52:05.579 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:52:05.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:05.579 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:52:05.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:05.579 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:52:05.579 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:52:05.579 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:52:05.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:05.579 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:52:05.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:05.579 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:52:05.579 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:52:05.579 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:52:05.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:05.579 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:52:05.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:05.579 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:52:05.579 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:05.579 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:05.580 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:05.591 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:05.591 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:52:05.591 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:05.591 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:05.591 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:05.600 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:05.600 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:52:05.601 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:52:05.717 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:52:05.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:52:05.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:52:05.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:52:05.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:52:05.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:52:05.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:52:05.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:52:05.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:52:05.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:52:05.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5d5b73bc is found... 08:52:05.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5d5b73bc is found finished successfully 08:52:05.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:52:05.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:05.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:05.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:05.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:05.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:05.736 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:05.736 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:05.736 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:52:05.736 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:52:05.936 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:52:06.141 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:52:06.141 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:52:06.341 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:52:06.544 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:52:06.544 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:52:06.744 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:52:06.947 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:52:06.947 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:52:07.147 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:52:07.350 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:52:07.350 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 08:52:07.550 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 08:52:08.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:08.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:08.553 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:52:08.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:08.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:08.553 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:52:08.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:08.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:08.554 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:08.554 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:52:08.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:08.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:08.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:08.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:08.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:08.555 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:08.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:08.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:08.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:08.566 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:08.566 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:08.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:08.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:08.567 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:08.567 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:08.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:08.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:08.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:08.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:08.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:09.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:09.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:09.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:09.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:09.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:52:09.588 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:09.588 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:09.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:09.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:09.589 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:52:09.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:09.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:09.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:09.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:09.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:52:09.590 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:52:09.590 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:52:09.590 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:52:09.590 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:52:09.590 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:52:09.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:09.590 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:52:09.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:09.590 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:52:09.590 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:52:09.590 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:52:09.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:09.590 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:52:09.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:09.590 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:52:09.590 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:52:09.590 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:52:09.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:09.591 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:52:09.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:09.591 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:52:09.591 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:09.591 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:09.591 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:09.596 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:09.596 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:52:09.596 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:09.596 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:09.596 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:09.603 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:09.603 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:52:09.603 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:52:09.632 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:52:09.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:52:09.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:52:09.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:52:09.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:52:09.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:52:09.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:52:09.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:52:09.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:52:09.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5fedd98d is found... 08:52:09.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5fedd98d is found finished successfully 08:52:09.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:52:09.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:09.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:09.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:09.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:09.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:09.635 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:09.635 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { } TooltipText=null 08:52:09.635 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:52:09.653 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:09.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 08:52:09.653 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:52:09.653 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:52:09.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:09.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:09.654 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:09.654 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:09.654 DEBUG [main][MenuItemLookup] Found menu:'File' 08:52:09.654 DEBUG [main][MenuItemLookup] Item match:File 08:52:09.654 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:52:09.655 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:52:09.655 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:52:09.655 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:52:09.655 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:09.655 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:52:09.655 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:52:09.655 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:09.655 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:52:09.655 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:52:09.655 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:52:09.655 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:52:09.655 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:52:09.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:52:09.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:52:09.683 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:09.683 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:09.683 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:52:09.683 DEBUG [main][EditorHandler] 1 editor(s) found 08:52:09.683 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:52:09.741 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:52:09.741 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:52:09.741 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:52:09.741 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:52:09.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:52:09.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:52:09.741 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:52:09.741 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:52:09.741 INFO [WorkbenchTestable][RequirementsRunner] Started test: getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:52:09.741 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:52:09.741 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:52:09.741 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:52:09.741 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:52:09.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:09.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:09.742 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:52:09.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:09.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:09.743 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:52:09.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:09.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:09.743 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:52:09.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') 08:52:09.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:09.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:09.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:09.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:09.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:09.744 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:09.744 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:09.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:09.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:52:09.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:52:09.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:52:09.746 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:09.746 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:09.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:09.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:09.746 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:09.746 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:09.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:09.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:09.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:09.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:09.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:10.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:10.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:10.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:10.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:10.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:52:10.748 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:10.748 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:10.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:10.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:10.749 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:52:10.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:10.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:10.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:10.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:10.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:52:10.749 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:52:10.749 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:52:10.750 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:52:10.750 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:52:10.750 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:52:10.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:10.750 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:52:10.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:10.750 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:52:10.750 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:52:10.750 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:52:10.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:10.750 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:52:10.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:10.750 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:52:10.750 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:52:10.750 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:52:10.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:10.751 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:52:10.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:10.751 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:52:10.751 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:10.751 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:10.751 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:10.757 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:10.758 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:52:10.758 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:10.758 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:10.758 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:10.762 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:10.762 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:52:10.762 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:52:10.879 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:52:10.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:52:10.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:52:10.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:52:10.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:52:10.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:52:10.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:52:10.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:52:10.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:52:10.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:52:10.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@734f9c9f is found... 08:52:10.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@734f9c9f is found finished successfully 08:52:10.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') 08:52:10.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:10.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:10.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:10.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:10.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:10.887 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:10.887 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:10.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:10.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:10.894 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:52:10.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:10.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:10.895 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:52:10.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:10.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:10.895 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:10.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 '\*?\QProject Explorer\E') 08:52:10.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:10.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:10.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:10.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:10.896 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:10.896 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:10.896 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:10.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:10.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:10.925 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:10.925 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:10.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:10.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:10.926 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:10.926 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:10.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:10.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:10.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:10.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:10.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:11.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:11.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:11.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:11.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:11.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:52:11.927 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:11.927 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:11.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:11.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:11.928 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:52:11.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:11.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:11.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:11.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:11.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:52:11.929 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:52:11.929 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:52:11.929 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:52:11.929 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:52:11.929 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:52:11.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:11.929 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:52:11.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:11.930 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:52:11.930 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:52:11.930 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:52:11.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:11.930 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:52:11.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:11.930 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:52:11.930 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:52:11.930 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:52:11.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:11.930 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:52:11.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:11.930 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:52:11.930 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:11.930 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:11.930 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:11.936 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:11.936 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:52:11.936 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:11.936 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:11.936 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:11.943 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:11.943 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:52:11.943 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:52:11.975 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:52:11.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:52:11.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:52:11.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:52:11.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:52:11.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:52:11.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:52:11.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:52:11.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:52:11.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3126df39 is found... 08:52:11.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3126df39 is found finished successfully 08:52:11.977 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:52:11.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:11.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:11.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:11.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:11.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:11.980 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:11.980 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:11.980 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:52:11.995 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:11.995 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:11.995 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:52:11.996 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:52:11.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:11.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:11.996 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:11.996 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:11.996 DEBUG [main][MenuItemLookup] Found menu:'File' 08:52:11.996 DEBUG [main][MenuItemLookup] Item match:File 08:52:11.997 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:52:11.997 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:52:11.997 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:52:11.997 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:52:11.997 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:11.997 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:52:11.997 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:52:11.997 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:11.997 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:52:11.997 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:52:11.997 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:52:11.997 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:52:11.997 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:52:12.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:52:12.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:52:12.025 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:12.025 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:12.025 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:52:12.025 DEBUG [main][EditorHandler] 1 editor(s) found 08:52:12.025 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:52:12.120 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:52:12.120 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:52:12.120 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:52:12.120 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:52:12.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:52:12.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:52:12.121 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:52:12.121 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:52:12.121 INFO [WorkbenchTestable][RequirementsRunner] Started test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:52:12.121 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:52:12.121 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:52:12.121 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:52:12.121 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:52:12.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:12.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:12.123 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:52:12.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:12.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:12.124 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:52:12.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:12.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:12.125 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:52:12.125 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:52:12.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:12.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:12.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:12.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:12.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:12.126 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:12.126 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:12.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:12.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:52:12.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:52:12.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:52:12.128 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:12.128 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:12.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:12.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:12.129 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:12.129 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:12.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:12.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:12.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:12.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:12.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:12.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:12.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:13.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:13.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:13.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:52:13.131 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:13.131 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:13.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:13.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:13.132 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:52:13.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:13.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:13.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:13.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:13.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:52:13.133 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:52:13.133 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:52:13.133 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:52:13.134 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:52:13.134 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:52:13.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:13.134 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:52:13.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:13.134 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:52:13.134 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:52:13.134 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:52:13.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:13.134 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:52:13.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:13.134 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:52:13.134 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:52:13.134 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:52:13.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:13.134 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:52:13.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:13.134 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:52:13.135 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:13.135 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:13.135 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:13.143 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:13.143 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:52:13.143 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:13.143 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:13.143 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:13.150 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:13.151 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:52:13.151 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:52:13.268 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:52:13.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:52:13.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:52:13.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:52:13.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:52:13.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:52:13.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:52:13.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:52:13.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:52:13.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:52:13.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@37668c32 is found... 08:52:13.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@37668c32 is found finished successfully 08:52:13.281 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:52:13.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:13.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:13.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:13.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:13.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:13.285 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:13.285 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:13.287 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 08:52:13.287 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:52:13.367 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:52:13.367 DEBUG [main][MenuItemLookup] Found menu:'Revert File' 08:52:13.367 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:52:13.367 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:13.367 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 08:52:13.367 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 08:52:13.367 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 08:52:13.367 DEBUG [main][MenuItemLookup] Found menu:'Show in Breadcrumb Shift+Alt+B' 08:52:13.367 DEBUG [main][MenuItemLookup] Found menu:'Quick Outline Ctrl+O' 08:52:13.367 DEBUG [main][MenuItemLookup] Found menu:'Quick Type Hierarchy Ctrl+T' 08:52:13.367 DEBUG [main][MenuItemLookup] Found menu:'Open With' 08:52:13.367 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:52:13.367 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:13.367 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:52:13.367 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:52:13.367 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:52:13.367 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:52:13.367 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 08:52:13.367 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:13.368 DEBUG [main][MenuItemLookup] Found menu:'Quick Fix Ctrl+1' 08:52:13.368 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 08:52:13.368 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 08:52:13.368 DEBUG [main][MenuItemLookup] Found menu:'Local History' 08:52:13.368 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:13.368 DEBUG [main][MenuItemLookup] Found menu:'References' 08:52:13.368 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 08:52:13.368 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:13.368 DEBUG [main][MenuItemLookup] Found menu:'Run As' 08:52:13.368 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 08:52:13.368 DEBUG [main][MenuItemLookup] Found menu:'Team' 08:52:13.368 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 08:52:13.368 DEBUG [main][MenuItemLookup] Found menu:'Replace With' 08:52:13.368 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:13.368 DEBUG [main][MenuItemLookup] Found menu:'Preferences...' 08:52:13.368 DEBUG [main][MenuItemLookup] Item match:Preferences... 08:52:13.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:13.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:13.369 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:52:13.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:13.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:13.371 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:52:13.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:13.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:13.371 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:13.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:52:13.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:13.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:13.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:13.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:13.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:13.373 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:13.373 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:13.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:13.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:13.428 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:13.428 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:13.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:13.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:13.429 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:13.429 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:13.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:13.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:13.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:13.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:13.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:13.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:13.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:14.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:14.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:14.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:52:14.431 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:14.431 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:14.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:14.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:14.432 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:52:14.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:14.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:14.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:14.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:14.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:52:14.432 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:52:14.432 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:52:14.433 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:52:14.433 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:52:14.433 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:52:14.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:14.433 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:52:14.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:14.433 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:52:14.433 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:52:14.433 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:52:14.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:14.433 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:52:14.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:14.433 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:52:14.433 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:52:14.434 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:52:14.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:14.434 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:52:14.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:14.434 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:52:14.434 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:14.434 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:14.434 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:14.440 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:14.441 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:52:14.441 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:14.441 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:14.441 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:14.446 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:14.446 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:52:14.446 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:52:14.483 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:52:14.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:52:14.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:52:14.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:52:14.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:52:14.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:52:14.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:52:14.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:52:14.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:52:14.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@49e3e92b is found... 08:52:14.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@49e3e92b is found finished successfully 08:52:14.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') 08:52:14.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:14.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:14.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:14.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:14.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:14.488 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:14.488 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:14.488 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:52:14.506 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:14.506 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:14.506 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:52:14.506 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:52:14.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:14.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:14.507 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:14.507 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:14.507 DEBUG [main][MenuItemLookup] Found menu:'File' 08:52:14.507 DEBUG [main][MenuItemLookup] Item match:File 08:52:14.508 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:52:14.508 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:52:14.508 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:52:14.508 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:52:14.508 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:14.508 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:52:14.508 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:52:14.508 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:14.508 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:52:14.508 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:52:14.522 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:52:14.522 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:52:14.522 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:52:14.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:52:14.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:52:14.544 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:14.545 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:14.545 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:52:14.545 DEBUG [main][EditorHandler] 1 editor(s) found 08:52:14.545 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:52:14.646 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:52:14.647 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:52:14.647 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:52:14.647 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:52:14.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:52:14.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:52:14.647 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:52:14.647 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:52:14.647 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:52:14.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:52:14.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:52:14.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:52:14.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:52:14.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:14.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:14.649 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:52:14.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:14.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:14.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:52:14.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:14.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:14.651 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:52:14.651 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:52:14.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:14.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:14.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:14.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:14.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:14.652 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:14.652 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:14.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:14.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:52:14.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:52:14.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:52:14.654 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:14.654 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:14.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:14.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:14.655 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:14.655 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:14.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:14.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:14.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:14.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:14.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:15.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:15.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:15.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:15.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:15.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:52:15.657 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:15.657 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:15.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:15.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:15.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 08:52:15.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:15.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:15.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:15.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:15.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:52:15.659 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:52:15.659 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:52:15.659 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:52:15.660 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:52:15.660 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:52:15.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:15.660 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:52:15.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:15.660 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:52:15.660 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:52:15.660 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:52:15.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:15.660 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:52:15.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:15.660 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:52:15.660 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:52:15.660 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:52:15.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:15.660 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:52:15.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:15.660 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:52:15.661 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:15.661 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:15.661 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:15.668 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:15.668 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:52:15.668 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:15.668 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:15.668 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:15.675 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:15.675 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:52:15.676 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:52:15.797 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:52:15.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:52:15.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:52:15.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:52:15.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:52:15.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:52:15.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:52:15.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:52:15.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:52:15.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:52:15.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@ddd56f3 is found... 08:52:15.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@ddd56f3 is found finished successfully 08:52:15.822 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:52:15.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:15.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:15.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:15.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:15.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:15.827 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:15.827 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:15.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:52:15.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:52:15.827 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:15.827 DEBUG [main][MenuItemLookup] Found menu:'File' 08:52:15.827 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:52:15.827 DEBUG [main][MenuItemLookup] Item match:Edit 08:52:15.828 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:52:15.828 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 08:52:15.828 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:15.828 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:52:15.828 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:52:15.828 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:52:15.828 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:52:15.828 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 08:52:15.828 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:15.828 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:52:15.828 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 08:52:15.828 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 08:52:15.828 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 08:52:15.828 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 08:52:15.828 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:15.828 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 08:52:15.828 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 08:52:15.828 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 08:52:15.828 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 08:52:15.828 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 08:52:15.828 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:15.828 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 08:52:15.828 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 08:52:15.828 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:15.828 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 08:52:15.828 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:15.828 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 08:52:15.828 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:15.828 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 08:52:15.828 DEBUG [main][MenuItemLookup] Item match:Content Assist 08:52:15.829 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:15.829 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:15.829 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 08:52:15.829 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:52:16.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:52:16.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:52:16.829 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:16.829 DEBUG [main][MenuItemLookup] Found menu:'File' 08:52:16.829 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:52:16.829 DEBUG [main][MenuItemLookup] Item match:Edit 08:52:16.831 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:52:16.831 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 08:52:16.831 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:16.831 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:52:16.831 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:52:16.831 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:52:16.831 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:52:16.831 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 08:52:16.831 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:16.831 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:52:16.831 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 08:52:16.831 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 08:52:16.831 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 08:52:16.831 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 08:52:16.831 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:16.831 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 08:52:16.831 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 08:52:16.831 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 08:52:16.831 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 08:52:16.831 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 08:52:16.831 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:16.831 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 08:52:16.831 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 08:52:16.831 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:16.831 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 08:52:16.831 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:16.831 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 08:52:16.831 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:16.831 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 08:52:16.831 DEBUG [main][MenuItemLookup] Item match:Content Assist 08:52:16.832 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 08:52:16.832 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 08:52:16.832 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 08:52:16.832 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 08:52:16.832 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 08:52:16.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 08:52:16.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 08:52:16.859 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:52:16.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:52:16.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:52:16.873 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 08:52:16.873 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:52:16.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:16.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:16.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:16.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:16.874 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:52:16.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:52:16.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:52:16.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 08:52:16.875 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:52:16.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:16.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:16.875 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:52:16.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:52:16.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:52:16.875 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell 08:52:16.875 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:52:16.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:16.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:16.876 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:52:16.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:16.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:16.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:17.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:17.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:17.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:17.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:17.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:52:17.880 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:52:17.880 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 08:52:17.880 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:52:17.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 08:52:18.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. failed, an exception will be thrown 08:52:18.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:18.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:18.396 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:52:18.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:18.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:18.397 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:52:18.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:18.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:18.398 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:18.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') 08:52:18.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:18.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:18.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:18.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:18.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:18.399 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:18.399 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:18.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:18.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:18.411 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:18.411 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:18.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:18.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:18.412 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:18.412 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:18.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:18.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:18.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:18.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:18.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:18.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:18.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:19.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:19.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:19.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:52:19.441 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:19.442 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:19.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:19.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:19.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 08:52:19.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:19.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:19.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:19.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:19.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:52:19.443 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:52:19.443 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:52:19.443 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:52:19.444 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:52:19.444 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:52:19.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:19.444 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:52:19.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:19.444 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:52:19.444 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:52:19.444 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:52:19.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:19.444 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:52:19.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:19.444 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:52:19.444 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:52:19.444 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:52:19.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:19.444 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:52:19.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:19.444 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:52:19.445 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:19.445 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:19.445 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:19.450 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:19.451 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:52:19.451 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:19.451 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:19.451 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:19.454 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:19.454 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:52:19.455 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:52:19.485 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:52:19.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:52:19.485 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:52:19.485 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:52:19.485 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:52:19.485 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:52:19.485 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:52:19.485 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:52:19.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:52:19.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@10663c90 is found... 08:52:19.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@10663c90 is found finished successfully 08:52:19.487 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:52:19.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:19.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:19.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:19.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:19.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:19.490 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:19.490 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:19.490 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:52:19.507 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:19.507 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:19.507 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:52:19.508 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:52:19.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:19.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:19.508 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:19.508 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:19.508 DEBUG [main][MenuItemLookup] Found menu:'File' 08:52:19.508 DEBUG [main][MenuItemLookup] Item match:File 08:52:19.509 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:52:19.509 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:52:19.509 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:52:19.509 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:52:19.509 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:19.509 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:52:19.509 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:52:19.509 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:19.509 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:52:19.509 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:52:19.510 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:52:19.510 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:52:19.510 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:52:19.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:52:19.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:52:19.544 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:19.545 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:19.545 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:52:19.545 DEBUG [main][EditorHandler] 1 editor(s) found 08:52:19.545 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:52:19.648 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:52:19.648 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:52:19.648 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:52:19.648 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:52:19.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:52:19.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:52:19.648 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:52:19.649 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:52:19.649 INFO [WorkbenchTestable][RequirementsRunner] Started test: quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:52:19.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:52:19.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:52:19.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:52:19.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:52:19.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:19.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:19.650 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:52:19.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:19.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:19.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:52:19.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:19.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:19.651 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:52:19.651 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:52:19.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:19.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:19.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:19.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:19.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:19.651 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:19.651 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:19.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:19.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:52:19.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:52:19.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:52:19.653 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:19.654 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:19.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:19.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:19.654 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:19.654 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:19.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:19.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:19.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:19.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:19.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:20.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:20.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:20.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:20.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:20.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:52:20.656 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:20.656 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:20.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:20.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:20.657 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:52:20.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:20.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:20.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:20.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:20.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:52:20.657 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:52:20.658 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:52:20.661 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:52:20.662 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:52:20.662 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:52:20.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:20.662 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:52:20.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:20.662 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:52:20.662 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:52:20.662 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:52:20.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:20.662 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:52:20.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:20.662 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:52:20.662 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:52:20.662 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:52:20.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:20.663 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:52:20.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:20.663 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:52:20.663 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:20.663 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:20.663 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:20.670 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:20.670 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:52:20.670 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:20.670 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:20.670 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:20.680 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:20.680 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:52:20.680 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:52:20.805 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:52:20.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:52:20.806 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:52:20.806 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:52:20.806 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:52:20.806 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:52:20.806 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:52:20.806 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:52:20.806 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:52:20.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:52:20.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6a35a651 is found... 08:52:20.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6a35a651 is found finished successfully 08:52:20.819 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:52:20.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:20.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:20.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:20.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:20.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:20.823 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:20.823 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:20.823 INFO [WorkbenchTestable][TextEditor] Select text in editor /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { 08:52:20.838 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:20.838 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:20.838 INFO [WorkbenchTestable][AbstractEditor] Open editor's quick fix assistant 08:52:20.838 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:52:21.839 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:52:21.840 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 08:52:22.040 INFO [WorkbenchTestable][Keyboard] As char:1, as int:49 08:52:23.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 08:52:23.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:52:23.042 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:52:23.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:52:23.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:52:23.065 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 08:52:23.065 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:52:23.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:23.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:23.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:23.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:23.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:24.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:24.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:24.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:52:24.067 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was not found 08:52:24.067 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:52:24.067 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:52:24.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:52:24.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:52:24.074 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 08:52:24.074 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:52:24.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:24.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:24.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:24.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:24.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:52:24.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:52:24.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:52:24.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 08:52:24.075 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:52:24.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:24.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:24.076 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 08:52:24.076 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 08:52:24.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:52:24.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:52:24.076 DEBUG [WorkbenchTestable][ContentAssistant] Rename in file (Ctrl+2 R) 08:52:24.076 DEBUG [WorkbenchTestable][ContentAssistant] Rename in workspace (Shift+Alt+R) 08:52:24.076 DEBUG [WorkbenchTestable][ContentAssistant] Create new JUnit test case for 'JavaClass.java' 08:52:24.076 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 08:52:24.076 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 08:52:24.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:52:24.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:52:24.076 DEBUG [WorkbenchTestable][ContentAssistant] Rename in file (Ctrl+2 R) 08:52:24.076 DEBUG [WorkbenchTestable][ContentAssistant] Rename in workspace (Shift+Alt+R) 08:52:24.076 DEBUG [WorkbenchTestable][ContentAssistant] Create new JUnit test case for 'JavaClass.java' 08:52:24.076 INFO [WorkbenchTestable][AbstractShell] Close shell 08:52:24.076 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 08:52:24.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:52:24.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:52:24.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:24.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:24.099 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:52:24.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:24.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:24.099 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:52:24.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:24.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:24.100 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:24.100 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:52:24.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:24.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:24.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:24.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:24.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:24.101 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:24.101 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:24.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:24.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:24.133 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:24.133 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:24.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:24.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:24.133 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:24.134 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:24.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:24.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:24.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:24.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:24.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:24.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:24.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:25.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:25.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:25.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:52:25.135 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:25.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:25.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:25.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:25.136 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:52:25.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:25.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:25.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:25.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:25.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:52:25.136 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:52:25.137 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:52:25.137 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:52:25.137 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:52:25.137 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:52:25.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:25.137 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:52:25.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:25.137 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:52:25.137 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:52:25.138 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:52:25.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:25.138 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:52:25.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:25.138 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:52:25.138 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:52:25.138 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:52:25.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:25.138 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:52:25.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:25.138 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:52:25.138 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:25.138 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:25.138 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:25.146 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:25.147 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:52:25.147 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:25.147 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:25.147 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:25.152 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:25.152 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:52:25.152 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:52:25.184 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:52:25.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:52:25.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:52:25.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:52:25.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:52:25.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:52:25.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:52:25.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:52:25.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:52:25.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@29c3ec37 is found... 08:52:25.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@29c3ec37 is found finished successfully 08:52:25.185 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:52:25.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:25.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:25.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:25.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:25.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:25.187 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:25.188 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:25.188 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:52:25.216 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:25.217 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:25.217 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:52:25.217 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:52:25.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:25.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:25.217 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:25.217 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:25.218 DEBUG [main][MenuItemLookup] Found menu:'File' 08:52:25.218 DEBUG [main][MenuItemLookup] Item match:File 08:52:25.219 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:52:25.219 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:52:25.219 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:52:25.219 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:52:25.219 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:25.219 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:52:25.219 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:52:25.219 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:25.219 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:52:25.219 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:52:25.219 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:52:25.219 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:52:25.219 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:52:25.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:52:25.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:52:25.253 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:25.254 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:25.254 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:52:25.254 DEBUG [main][EditorHandler] 1 editor(s) found 08:52:25.254 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:52:25.344 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:52:25.344 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:52:25.344 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:52:25.344 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:52:25.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:52:25.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:52:25.345 INFO [WorkbenchTestable][RequirementsRunner] Finished test: quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:52:25.345 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:52:25.345 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:52:25.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:52:25.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:52:25.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:52:25.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:52:25.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:25.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:25.346 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:52:25.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:25.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:25.347 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:52:25.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:25.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:25.347 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:52:25.347 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:52:25.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:25.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:25.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:25.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:25.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:25.348 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:25.348 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:25.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:25.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:52:25.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:52:25.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:52:25.350 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:25.350 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:25.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:25.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:25.350 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:25.350 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:25.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:25.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:25.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:25.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:25.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:25.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:25.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:26.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:26.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:26.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:52:26.354 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:26.354 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:26.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:26.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:26.356 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:52:26.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:26.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:26.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:26.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:26.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:52:26.356 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:52:26.357 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:52:26.357 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:52:26.357 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:52:26.358 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:52:26.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:26.358 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:52:26.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:26.358 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:52:26.358 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:52:26.358 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:52:26.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:26.358 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:52:26.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:26.358 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:52:26.358 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:52:26.358 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:52:26.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:26.358 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:52:26.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:26.358 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:52:26.359 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:26.359 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:26.359 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:26.380 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:26.389 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:52:26.389 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:26.389 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:26.389 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:26.396 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:26.396 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:52:26.397 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:52:26.520 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:52:26.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:52:26.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:52:26.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:52:26.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:52:26.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:52:26.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:52:26.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:52:26.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:52:26.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:52:26.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6e03d070 is found... 08:52:26.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6e03d070 is found finished successfully 08:52:26.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:52:26.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:26.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:26.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:26.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:26.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:26.537 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:26.537 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:26.537 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:52:26.537 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:52:26.737 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:52:26.942 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:52:26.942 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:52:27.143 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:52:27.345 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:52:27.345 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:52:27.546 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:52:27.749 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:52:27.749 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:52:27.949 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:52:28.151 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:52:28.151 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 08:52:28.352 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 08:52:29.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:29.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:29.355 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:52:29.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:29.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:29.356 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:52:29.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:29.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:29.357 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:29.357 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:52:29.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:29.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:29.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:29.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:29.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:29.358 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:29.358 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:29.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:29.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:29.389 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:29.389 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:29.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:29.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:29.389 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:29.389 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:29.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:29.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:29.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:29.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:29.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:29.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:29.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:30.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:30.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:30.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:52:30.391 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:30.391 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:30.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:30.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:30.392 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:52:30.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:30.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:30.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:30.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:30.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:52:30.392 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:52:30.392 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:52:30.393 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:52:30.393 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:52:30.393 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:52:30.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:30.393 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:52:30.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:30.393 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:52:30.393 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:52:30.393 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:52:30.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:30.393 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:52:30.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:30.393 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:52:30.393 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:52:30.393 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:52:30.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:30.393 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:52:30.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:30.393 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:52:30.394 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:30.394 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:30.394 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:30.399 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:30.399 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:52:30.399 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:30.399 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:30.399 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:30.405 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:30.405 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:52:30.405 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:52:30.434 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:52:30.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:52:30.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:52:30.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:52:30.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:52:30.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:52:30.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:52:30.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:52:30.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:52:30.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@23033e1b is found... 08:52:30.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@23033e1b is found finished successfully 08:52:30.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:52:30.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:30.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:30.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:30.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:30.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:30.438 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:30.438 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { } TooltipText=null 08:52:30.438 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:52:30.457 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:30.457 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:30.457 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:52:30.457 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:52:30.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:30.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:30.457 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:30.457 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:30.457 DEBUG [main][MenuItemLookup] Found menu:'File' 08:52:30.457 DEBUG [main][MenuItemLookup] Item match:File 08:52:30.458 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:52:30.458 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:52:30.458 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:52:30.458 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:52:30.458 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:30.458 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:52:30.458 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:52:30.458 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:30.458 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:52:30.458 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:52:30.458 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:52:30.458 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:52:30.458 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:52:30.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:52:30.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:52:30.486 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:30.486 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:30.486 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:52:30.486 DEBUG [main][EditorHandler] 1 editor(s) found 08:52:30.486 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:52:30.547 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:52:30.547 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:52:30.547 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:52:30.547 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:52:30.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:52:30.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:52:30.548 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:52:30.548 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:52:30.548 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:52:30.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:52:30.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:52:30.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:52:30.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:52:30.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:30.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:30.549 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:52:30.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:30.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:30.549 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:52:30.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:30.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:30.550 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:52:30.550 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:52:30.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:30.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:30.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:30.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:30.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:30.550 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:30.550 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:30.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:30.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:52:30.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:52:30.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:52:30.552 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:30.552 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:30.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:30.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:30.553 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:30.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:30.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:30.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:30.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:30.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:30.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:31.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:31.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:31.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:31.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:31.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:52:31.554 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:31.554 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:31.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:31.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:31.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 08:52:31.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:31.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:31.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:31.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:31.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:52:31.555 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:52:31.555 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:52:31.556 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:52:31.556 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:52:31.556 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:52:31.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:31.556 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:52:31.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:31.556 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:52:31.556 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:52:31.556 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:52:31.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:31.556 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:52:31.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:31.556 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:52:31.556 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:52:31.556 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:52:31.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:31.556 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:52:31.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:31.556 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:52:31.557 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:31.557 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:31.557 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:31.563 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:31.563 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:52:31.563 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:31.563 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:31.563 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:31.568 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:31.568 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:52:31.568 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:52:31.679 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:52:31.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:52:31.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:52:31.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:52:31.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:52:31.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:52:31.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:52:31.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:52:31.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:52:31.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:52:31.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5c1453a6 is found... 08:52:31.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5c1453a6 is found finished successfully 08:52:31.694 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:52:31.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:31.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:31.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:31.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:31.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:31.696 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:31.696 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:31.696 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:52:31.696 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:52:31.897 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:52:32.099 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:52:32.099 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:52:32.300 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:52:32.502 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:52:32.502 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:52:32.703 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:52:32.905 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:52:32.905 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:52:33.105 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:52:33.308 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:52:33.308 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 08:52:33.508 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 08:52:34.509 INFO [WorkbenchTestable][TextEditor] Select text in editor /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { 08:52:34.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:34.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:34.520 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:52:34.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:34.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:34.520 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:52:34.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:34.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:34.521 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:34.521 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:52:34.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:34.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:34.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:34.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:34.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:34.521 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:34.521 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:34.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:34.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:34.532 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:34.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:34.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:34.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:34.553 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:34.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:34.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:34.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:34.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:34.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:34.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:35.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:35.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:35.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:35.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:35.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:52:35.555 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:35.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:35.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:35.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:35.556 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:52:35.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:35.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:35.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:35.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:35.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:52:35.556 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:52:35.556 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:52:35.556 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:52:35.556 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:52:35.557 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:52:35.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:35.557 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:52:35.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:35.557 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:52:35.557 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:52:35.557 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:52:35.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:35.557 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:52:35.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:35.557 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:52:35.557 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:52:35.557 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:52:35.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:35.557 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:52:35.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:35.557 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:52:35.557 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:35.557 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:35.557 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:35.562 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:35.563 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:52:35.563 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:35.563 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:35.563 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:35.569 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:35.569 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:52:35.569 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:52:35.600 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:52:35.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:52:35.600 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:52:35.600 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:52:35.600 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:52:35.600 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:52:35.600 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:52:35.600 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:52:35.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:52:35.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@28b62e45 is found... 08:52:35.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@28b62e45 is found finished successfully 08:52:35.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:52:35.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:35.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:35.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:35.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:35.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:35.603 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:35.603 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:35.603 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:52:35.620 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:35.620 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:35.620 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:52:35.620 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:52:35.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:35.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:35.620 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:35.620 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:35.620 DEBUG [main][MenuItemLookup] Found menu:'File' 08:52:35.621 DEBUG [main][MenuItemLookup] Item match:File 08:52:35.621 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:52:35.621 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:52:35.621 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:52:35.621 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:52:35.621 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:35.621 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:52:35.621 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:52:35.621 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:35.621 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:52:35.621 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:52:35.621 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:52:35.621 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:52:35.621 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:52:35.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:52:35.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:52:35.648 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:35.649 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:35.649 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:52:35.649 DEBUG [main][EditorHandler] 1 editor(s) found 08:52:35.649 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:52:35.701 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:52:35.701 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:52:35.701 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:52:35.701 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:52:35.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:52:35.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:52:35.701 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:52:35.701 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:52:35.702 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:52:35.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:52:35.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:52:35.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:52:35.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:52:35.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:35.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:35.702 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:52:35.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:35.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:35.703 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:52:35.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:35.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:35.703 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:52:35.703 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:52:35.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:35.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:35.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:35.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:35.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:35.704 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:35.704 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:35.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:35.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:52:35.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:52:35.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:52:35.705 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:35.705 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:35.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:35.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:35.706 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:35.706 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:35.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:35.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:35.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:35.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:35.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:36.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:36.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:36.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:36.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:36.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:52:36.708 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:36.708 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:36.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:36.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:36.709 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:52:36.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:36.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:36.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:36.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:36.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:52:36.709 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:52:36.709 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:52:36.709 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:52:36.710 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:52:36.710 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:52:36.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:36.710 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:52:36.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:36.710 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:52:36.710 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:52:36.710 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:52:36.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:36.710 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:52:36.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:36.710 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:52:36.710 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:52:36.710 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:52:36.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:36.710 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:52:36.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:36.710 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:52:36.710 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:36.710 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:36.711 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:36.718 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:36.719 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:52:36.719 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:36.719 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:36.719 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:36.723 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:36.723 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:52:36.723 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:52:36.828 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:52:36.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:52:36.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:52:36.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:52:36.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:52:36.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:52:36.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:52:36.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:52:36.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:52:36.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:52:36.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@44c4709b is found... 08:52:36.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@44c4709b is found finished successfully 08:52:36.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:52:36.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:36.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:36.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:36.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:36.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:36.836 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:36.836 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:36.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:36.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:36.837 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:52:36.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:36.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:36.838 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:52:36.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:36.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:36.855 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:36.855 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:52:36.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:36.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:36.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:36.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:36.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:36.857 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:36.857 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:36.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:36.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:36.867 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:36.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:36.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:36.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:36.868 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:36.868 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:36.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:36.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:36.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:36.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:36.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:37.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:37.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:37.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:37.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:37.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:52:37.870 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:37.870 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:37.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:37.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:37.870 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:52:37.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:37.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:37.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:37.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:37.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:52:37.871 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:52:37.871 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:52:37.871 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:52:37.871 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:52:37.871 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:52:37.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:37.872 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:52:37.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:37.872 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:52:37.872 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:52:37.872 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:52:37.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:37.872 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:52:37.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:37.872 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:52:37.872 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:52:37.872 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:52:37.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:37.872 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:52:37.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:37.872 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:52:37.872 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:37.872 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:37.872 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:37.878 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:37.878 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:52:37.878 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:37.878 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:37.879 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:37.883 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:37.883 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:52:37.883 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:52:37.913 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:52:37.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:52:37.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:52:37.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:52:37.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:52:37.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:52:37.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:52:37.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:52:37.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:52:37.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7e8d7dfe is found... 08:52:37.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7e8d7dfe is found finished successfully 08:52:37.914 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:52:37.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:37.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:37.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:37.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:37.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:37.917 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:37.917 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:37.917 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:52:37.940 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:37.940 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:37.940 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:52:37.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:52:37.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:37.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:37.940 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:37.941 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:37.941 DEBUG [main][MenuItemLookup] Found menu:'File' 08:52:37.941 DEBUG [main][MenuItemLookup] Item match:File 08:52:37.942 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:52:37.942 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:52:37.942 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:52:37.942 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:52:37.942 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:37.942 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:52:37.942 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:52:37.942 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:37.942 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:52:37.942 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:52:37.961 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:52:37.961 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:52:37.961 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:52:37.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:52:37.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:52:37.974 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:37.974 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:37.974 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:52:37.974 DEBUG [main][EditorHandler] 1 editor(s) found 08:52:37.974 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:52:38.059 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:52:38.059 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:52:38.059 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:52:38.059 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:52:38.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:52:38.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:52:38.059 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:52:38.059 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:52:38.059 INFO [WorkbenchTestable][RequirementsRunner] Started test: openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:52:38.059 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:52:38.059 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:52:38.059 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:52:38.059 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:52:38.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:38.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:38.060 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:52:38.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:38.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:38.061 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:52:38.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:38.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:38.061 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:52:38.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:52:38.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:38.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:38.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:38.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:38.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:38.062 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:38.062 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:38.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:38.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:52:38.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:52:38.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:52:38.064 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:38.064 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:38.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:38.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:38.064 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:38.064 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:38.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:38.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:38.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:38.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:38.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:38.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:38.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:39.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:39.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:39.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:39.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:39.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:52:39.566 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:39.566 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:39.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:39.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:39.567 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:52:39.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:39.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:39.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:39.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:39.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:52:39.567 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:52:39.567 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:52:39.567 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:52:39.568 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:52:39.568 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:52:39.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:39.568 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:52:39.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:39.568 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:52:39.568 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:52:39.568 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:52:39.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:39.568 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:52:39.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:39.568 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:52:39.568 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:52:39.568 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:52:39.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:39.568 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:52:39.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:39.568 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:52:39.568 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:39.568 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:39.568 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:39.577 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:39.577 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:52:39.577 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:39.577 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:39.578 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:39.582 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:39.582 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:52:39.583 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:52:39.694 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:52:39.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:52:39.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:52:39.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:52:39.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:52:39.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:52:39.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:52:39.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:52:39.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:52:39.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:52:39.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@fa98ea is found... 08:52:39.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@fa98ea is found finished successfully 08:52:39.699 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:52:39.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:39.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:39.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:39.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:39.716 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:39.717 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:39.717 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:39.718 INFO [WorkbenchTestable][TextEditor] Set cursor position to [12, 0] 08:52:39.728 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:39.729 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:39.729 INFO [WorkbenchTestable][AbstractEditor] Open editor's Java Proposals content assistant 08:52:39.729 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:52:40.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:52:40.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:52:40.729 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:40.729 DEBUG [main][MenuItemLookup] Found menu:'File' 08:52:40.729 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:52:40.729 DEBUG [main][MenuItemLookup] Item match:Edit 08:52:40.730 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:52:40.730 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 08:52:40.730 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:40.730 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:52:40.730 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:52:40.730 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:52:40.730 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:52:40.730 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 08:52:40.730 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:40.730 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:52:40.730 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 08:52:40.730 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 08:52:40.730 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 08:52:40.730 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 08:52:40.730 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:40.730 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 08:52:40.730 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 08:52:40.730 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 08:52:40.730 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 08:52:40.730 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 08:52:40.730 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:40.730 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 08:52:40.730 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 08:52:40.730 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:40.730 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 08:52:40.730 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:40.730 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 08:52:40.730 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:40.730 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 08:52:40.730 DEBUG [main][MenuItemLookup] Item match:Content Assist 08:52:40.731 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 08:52:40.731 DEBUG [main][MenuItemLookup] Found menu:'Java Type Proposals' 08:52:40.731 DEBUG [main][MenuItemLookup] Found menu:'Java Non-Type Proposals' 08:52:40.731 DEBUG [main][MenuItemLookup] Found menu:'Java Proposals' 08:52:40.731 DEBUG [main][MenuItemLookup] Item match:Java Proposals 08:52:40.731 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"J&ava Proposals" 08:52:40.731 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Java Proposals 08:52:40.731 INFO [main][MenuItemHandler] Select menu item: J&ava Proposals 08:52:40.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 08:52:40.762 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:52:40.762 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:52:40.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:52:40.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:52:40.777 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 08:52:40.777 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:52:40.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:40.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:40.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:40.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:40.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:52:40.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:52:40.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:52:40.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 08:52:40.778 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:52:40.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:40.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:40.778 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 08:52:40.778 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 08:52:40.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:52:40.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:52:40.778 DEBUG [WorkbenchTestable][ContentAssistant] abstract 08:52:40.778 DEBUG [WorkbenchTestable][ContentAssistant] class 08:52:40.778 DEBUG [WorkbenchTestable][ContentAssistant] enum 08:52:40.778 DEBUG [WorkbenchTestable][ContentAssistant] final 08:52:40.778 DEBUG [WorkbenchTestable][ContentAssistant] import 08:52:40.779 DEBUG [WorkbenchTestable][ContentAssistant] interface 08:52:40.779 DEBUG [WorkbenchTestable][ContentAssistant] non-sealed 08:52:40.779 DEBUG [WorkbenchTestable][ContentAssistant] public 08:52:40.779 DEBUG [WorkbenchTestable][ContentAssistant] record 08:52:40.779 DEBUG [WorkbenchTestable][ContentAssistant] sealed 08:52:40.779 INFO [WorkbenchTestable][AbstractShell] Close shell 08:52:40.779 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 08:52:40.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:52:40.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:52:40.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:40.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:40.795 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:52:40.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:40.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:40.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:52:40.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:40.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:40.796 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:40.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 '\*?\QProject Explorer\E') 08:52:40.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:40.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:40.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:40.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:40.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:40.797 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:40.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:40.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:40.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:40.828 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:40.828 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:40.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:40.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:40.829 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:40.829 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:40.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:40.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:40.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:40.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:40.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:41.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:41.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:41.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:41.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:41.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:52:41.830 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:41.830 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:41.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:41.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:41.831 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:52:41.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:41.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:41.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:41.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:41.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:52:41.832 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:52:41.832 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:52:41.832 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:52:41.833 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:52:41.833 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:52:41.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:41.833 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:52:41.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:41.833 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:52:41.833 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:52:41.833 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:52:41.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:41.833 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:52:41.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:41.833 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:52:41.833 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:52:41.833 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:52:41.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:41.833 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:52:41.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:41.833 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:52:41.833 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:41.833 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:41.834 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:41.840 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:41.841 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:52:41.841 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:41.841 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:41.841 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:41.848 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:41.848 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:52:41.851 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:52:41.901 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:52:41.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:52:41.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:52:41.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:52:41.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:52:41.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:52:41.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:52:41.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:52:41.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:52:41.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@19274ab6 is found... 08:52:41.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@19274ab6 is found finished successfully 08:52:41.903 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:52:41.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:41.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:41.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:41.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:41.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:41.905 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:41.905 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:41.906 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:52:41.913 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:41.913 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:41.913 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:52:41.913 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:52:41.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:41.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:41.914 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:41.914 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:41.914 DEBUG [main][MenuItemLookup] Found menu:'File' 08:52:41.914 DEBUG [main][MenuItemLookup] Item match:File 08:52:41.915 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:52:41.915 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:52:41.915 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:52:41.915 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:52:41.915 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:41.915 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:52:41.915 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:52:41.915 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:41.915 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:52:41.915 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:52:41.915 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:52:41.915 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:52:41.915 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:52:41.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:52:41.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:52:41.946 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:41.946 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:41.946 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:52:41.946 DEBUG [main][EditorHandler] 1 editor(s) found 08:52:41.946 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:52:42.051 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:52:42.051 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:52:42.051 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:52:42.051 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:52:42.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:52:42.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:52:42.052 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:52:42.052 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:52:42.052 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:52:42.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:52:42.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:52:42.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:52:42.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:52:42.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:42.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:42.053 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:52:42.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:42.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:42.054 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:52:42.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:42.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:42.054 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:52:42.055 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:52:42.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:42.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:42.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:42.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:42.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:42.055 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:42.055 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:42.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:42.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:52:42.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:52:42.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:52:42.122 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:42.122 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:42.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:42.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:42.123 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:42.123 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:42.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:42.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:42.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:42.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:42.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:42.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:42.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:43.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:43.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:43.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:52:43.124 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:43.124 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:43.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:43.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:43.125 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:52:43.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:43.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:43.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:43.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:43.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:52:43.126 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:52:43.126 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:52:43.126 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:52:43.126 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:52:43.126 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:52:43.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:43.126 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:52:43.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:43.126 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:52:43.127 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:52:43.127 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:52:43.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:43.127 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:52:43.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:43.127 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:52:43.127 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:52:43.127 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:52:43.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:43.127 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:52:43.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:43.127 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:52:43.127 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:43.127 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:43.127 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:43.134 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:43.134 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:52:43.134 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:43.134 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:43.134 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:43.139 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:43.139 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:52:43.139 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:52:43.253 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:52:43.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:52:43.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:52:43.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:52:43.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:52:43.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:52:43.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:52:43.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:52:43.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:52:43.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:52:43.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7e80b1a1 is found... 08:52:43.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7e80b1a1 is found finished successfully 08:52:43.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:52:43.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:43.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:43.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:43.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:43.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:43.269 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:43.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(""); } } TooltipText=null 08:52:43.270 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 14, offser 22 08:52:43.284 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:52:43.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:43.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:43.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:43.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:43.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:43.287 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:43.287 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { test System.out.println(""); } } TooltipText=null 08:52:43.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:43.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:43.288 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:52:43.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:43.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:43.298 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:52:43.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:43.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:43.299 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:43.299 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:52:43.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:43.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:43.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:43.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:43.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:43.321 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:43.321 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:43.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:43.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:43.348 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:43.348 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:43.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:43.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:43.349 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:43.349 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:43.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:43.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:43.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:43.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:43.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:43.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:43.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:44.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:44.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:44.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:52:44.350 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:44.350 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:44.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:44.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:44.351 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:52:44.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:44.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:44.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:44.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:44.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:52:44.351 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:52:44.351 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:52:44.352 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:52:44.352 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:52:44.352 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:52:44.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:44.352 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:52:44.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:44.352 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:52:44.352 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:52:44.352 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:52:44.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:44.352 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:52:44.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:44.352 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:52:44.352 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:52:44.352 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:52:44.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:44.352 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:52:44.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:44.352 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:52:44.353 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:44.353 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:44.353 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:44.360 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:44.360 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:52:44.360 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:44.360 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:44.360 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:44.365 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:44.365 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:52:44.366 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:52:44.397 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:52:44.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:52:44.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:52:44.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:52:44.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:52:44.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:52:44.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:52:44.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:52:44.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:52:44.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6bf75102 is found... 08:52:44.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6bf75102 is found finished successfully 08:52:44.399 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:52:44.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:44.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:44.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:44.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:44.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:44.400 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:44.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() { test System.out.println(""); } } TooltipText=null 08:52:44.401 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:52:44.415 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:44.415 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:44.415 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:52:44.415 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:52:44.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:44.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:44.415 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:44.415 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:44.415 DEBUG [main][MenuItemLookup] Found menu:'File' 08:52:44.415 DEBUG [main][MenuItemLookup] Item match:File 08:52:44.416 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:52:44.416 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:52:44.416 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:52:44.416 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:52:44.416 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:44.416 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:52:44.416 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:52:44.416 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:44.416 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:52:44.416 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:52:44.416 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:52:44.416 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:52:44.417 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:52:44.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:52:44.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:52:44.447 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:44.447 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:44.447 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:52:44.447 DEBUG [main][EditorHandler] 1 editor(s) found 08:52:44.447 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:52:44.528 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:52:44.528 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:52:44.528 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:52:44.528 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:52:44.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:52:44.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:52:44.529 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:52:44.529 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:52:44.529 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:52:44.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:52:44.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:52:44.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:52:44.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:52:44.529 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:52:44.529 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:52:44.529 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:52:44.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:52:44.530 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 08:52:44.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:52:44.530 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:52:44.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:52:44.530 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:52:44.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:52:44.530 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:52:44.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:52:44.530 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 08:52:44.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:52:44.530 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:52:44.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:52:44.530 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:52:44.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:52:44.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:52:44.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:44.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:44.531 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:52:44.531 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:52:44.531 DEBUG [main][MenuItemLookup] Found menu:'File' 08:52:44.531 DEBUG [main][MenuItemLookup] Item match:File 08:52:44.532 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:52:44.532 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:52:44.533 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:52:44.533 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:44.533 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:52:44.533 DEBUG [main][MenuItemLookup] Found menu:'File' 08:52:44.533 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:52:44.533 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:44.533 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:52:44.533 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:52:44.534 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:52:44.534 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:52:44.534 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:52:44.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 08:52:44.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 08:52:44.602 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:52:44.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:44.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:44.603 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:52:44.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:52:44.604 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 08:52:44.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:44.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:44.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:44.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:44.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:52:44.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:52:44.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:52:44.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:52:44.605 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:52:44.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:44.606 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:52:44.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:44.606 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:52:44.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:52:44.606 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:52:44.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:44.606 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:52:44.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:44.606 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:52:44.606 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 08:52:44.606 DEBUG [main][TreeItemHandler] Selecting tree item: File 08:52:44.606 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 08:52:44.606 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 08:52:44.606 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:52:44.606 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:52:44.606 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:52:44.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:44.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:44.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:44.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:44.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:52:44.607 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:52:44.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:52:44.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:52:44.608 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:52:44.608 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:52:44.641 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:52:44.641 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:52:44.641 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:52:44.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 08:52:44.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 08:52:44.641 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 08:52:44.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:44.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:44.642 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:52:44.642 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:52:44.642 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 08:52:44.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:44.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:44.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:44.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:44.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:52:44.644 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:52:44.645 INFO [WorkbenchTestable][AbstractText] Text set to: textEditor.txt 08:52:44.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 08:52:44.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:44.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:44.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:44.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:44.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:52:44.647 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:52:44.647 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 08:52:44.647 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:52:44.647 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 08:52:44.647 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 08:52:44.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:44.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:44.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:44.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:44.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:52:44.649 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:52:44.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:52:44.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:52:44.649 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:52:44.649 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:52:44.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:52:45.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:52:45.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:52:45.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:52:45.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 08:52:45.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:52:45.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:52:45.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:52:45.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:52:45.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QtextEditor.txt\E') 08:52:45.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:45.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:45.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:45.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:45.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:45.169 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:45.169 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 08:52:45.174 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:45.174 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 08:52:45.174 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:52:45.174 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - testProject/textEditor.txt - Eclipse Platform 08:52:45.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:45.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:45.174 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - testProject/textEditor.txt - Eclipse Platform' 08:52:45.175 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - testProject/textEditor.txt - Eclipse Platform' 08:52:45.175 DEBUG [main][MenuItemLookup] Found menu:'File' 08:52:45.175 DEBUG [main][MenuItemLookup] Item match:File 08:52:45.175 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:52:45.175 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:52:45.175 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:52:45.175 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:52:45.175 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:45.175 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:52:45.175 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:52:45.175 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:45.175 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:52:45.175 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:52:45.176 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:52:45.176 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:52:45.176 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:52:45.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:52:45.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:52:45.184 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:45.184 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 08:52:45.184 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:45.184 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 08:52:45.184 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 08:52:45.184 DEBUG [WorkbenchTestable][EditorHandler] Closing editor textEditor.txt 08:52:45.226 DEBUG [WorkbenchTestable][EditorHandler] Editor textEditor.txt is closed 08:52:45.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:45.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:45.227 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:52:45.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:45.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:45.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:52:45.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:45.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:45.228 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:52:45.228 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:52:45.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:45.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:45.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:45.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:45.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:45.229 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:45.229 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:45.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:45.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:52:45.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:52:45.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:52:45.231 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:45.231 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:45.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:45.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:45.231 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:45.231 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:45.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:45.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:45.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:45.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:45.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:45.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:45.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:46.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:46.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:46.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:52:46.233 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:46.233 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:46.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:46.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:46.234 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:52:46.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:46.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:46.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:46.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:46.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:52:46.234 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:52:46.235 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:52:46.235 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:52:46.235 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:52:46.235 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:52:46.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:46.235 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:52:46.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:46.236 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:52:46.236 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:52:46.236 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:52:46.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:46.236 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:52:46.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:46.236 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:52:46.236 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:52:46.236 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:52:46.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:46.236 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:52:46.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:46.236 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:52:46.236 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:46.236 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:46.237 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:46.252 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:46.252 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:52:46.252 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:46.252 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:46.253 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:46.264 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:46.264 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:52:46.264 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:52:46.394 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:52:46.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:52:46.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:52:46.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:52:46.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:52:46.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:52:46.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:52:46.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:52:46.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:52:46.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:52:46.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@320d510c is found... 08:52:46.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@320d510c is found finished successfully 08:52:46.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:52:46.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:46.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:46.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:46.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:46.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:46.415 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:46.415 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:46.415 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:52:46.442 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:46.443 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:46.443 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:52:46.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:52:46.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:46.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:46.443 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:46.443 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:46.443 DEBUG [main][MenuItemLookup] Found menu:'File' 08:52:46.443 DEBUG [main][MenuItemLookup] Item match:File 08:52:46.444 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:52:46.444 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:52:46.444 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:52:46.444 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:52:46.444 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:46.444 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:52:46.444 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:52:46.444 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:46.444 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:52:46.444 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:52:46.444 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:52:46.444 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:52:46.444 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:52:46.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:52:46.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:52:46.473 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:46.473 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:46.473 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:52:46.474 DEBUG [main][EditorHandler] 1 editor(s) found 08:52:46.474 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:52:46.570 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:52:46.570 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:52:46.570 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:52:46.570 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:52:46.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:52:46.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:52:46.570 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:52:46.571 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:52:46.571 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:52:46.571 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:52:46.571 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:52:46.571 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:52:46.571 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:52:46.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:46.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:46.572 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:52:46.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:46.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:46.572 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:52:46.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:46.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:46.573 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:52:46.573 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:52:46.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:46.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:46.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:46.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:46.574 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:46.574 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:46.574 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:46.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:46.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:52:46.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:52:46.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:52:46.576 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:46.576 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:46.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:46.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:46.576 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:46.576 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:46.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:46.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:46.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:46.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:46.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:47.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:47.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:47.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:47.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:48.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:48.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:48.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:52:48.078 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:48.078 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:48.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:48.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:48.079 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:52:48.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:48.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:48.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:48.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:48.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:52:48.080 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:52:48.080 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:52:48.080 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:52:48.080 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:52:48.080 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:52:48.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:48.081 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:52:48.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:48.081 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:52:48.081 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:52:48.081 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:52:48.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:48.081 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:52:48.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:48.081 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:52:48.081 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:52:48.081 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:52:48.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:48.081 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:52:48.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:48.081 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:52:48.081 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:48.081 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:48.082 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:48.093 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:48.094 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:52:48.094 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:48.094 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:48.094 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:48.099 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:48.099 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:52:48.100 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:52:48.243 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:52:48.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:52:48.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:52:48.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:52:48.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:52:48.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:52:48.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:52:48.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:52:48.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:52:48.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:52:48.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@390fdd9a is found... 08:52:48.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@390fdd9a is found finished successfully 08:52:48.255 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:52:48.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:48.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:48.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:48.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:48.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:48.257 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:48.257 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:48.257 INFO [WorkbenchTestable][TextEditor] Insert text to editor at offser 540 08:52:48.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:48.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:48.262 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:52:48.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:48.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:48.263 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:52:48.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:48.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:48.263 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:48.264 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:52:48.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:48.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:48.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:48.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:48.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:48.284 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:48.284 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:48.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:48.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:48.334 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:48.334 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:48.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:48.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:48.335 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:48.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:48.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:48.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:48.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:48.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:48.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:48.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:48.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:49.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:49.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:49.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:52:49.336 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:49.336 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:49.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:49.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:49.337 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:52:49.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:49.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:49.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:49.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:49.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:52:49.337 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:52:49.337 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:52:49.338 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:52:49.338 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:52:49.338 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:52:49.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:49.338 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:52:49.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:49.338 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:52:49.338 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:52:49.338 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:52:49.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:49.338 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:52:49.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:49.338 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:52:49.338 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:52:49.338 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:52:49.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:49.339 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:52:49.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:49.339 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:52:49.339 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:49.339 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:49.339 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:49.346 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:49.347 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:52:49.347 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:49.347 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:49.347 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:49.352 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:49.352 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:52:49.352 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:52:49.384 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:52:49.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:52:49.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:52:49.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:52:49.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:52:49.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:52:49.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:52:49.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:52:49.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:52:49.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3cd46d2f is found... 08:52:49.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3cd46d2f is found finished successfully 08:52:49.385 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:52:49.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:49.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:49.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:49.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:49.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:49.387 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:49.387 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass extends String { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:49.387 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:52:49.401 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:49.401 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:49.402 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:52:49.402 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:52:49.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:49.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:49.402 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:49.402 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:49.402 DEBUG [main][MenuItemLookup] Found menu:'File' 08:52:49.402 DEBUG [main][MenuItemLookup] Item match:File 08:52:49.403 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:52:49.403 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:52:49.403 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:52:49.403 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:52:49.403 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:49.403 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:52:49.403 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:52:49.403 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:49.403 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:52:49.403 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:52:49.403 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:52:49.403 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:52:49.403 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:52:49.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:52:49.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:52:49.431 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52: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 08:52:49.432 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:52:49.432 DEBUG [main][EditorHandler] 1 editor(s) found 08:52:49.432 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:52:49.527 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:52:49.527 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:52:49.527 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:52:49.527 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:52:49.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:52:49.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:52:49.528 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:52:49.528 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:52:49.528 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:52:49.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:52:49.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:52:49.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:52:49.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:52:49.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:49.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:49.529 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:52:49.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:49.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:49.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:52:49.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:49.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:49.530 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:52:49.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') 08:52:49.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:49.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:49.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:49.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:49.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:49.531 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:49.531 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:49.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:49.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:52:49.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:52:49.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:52:49.533 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:49.533 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:49.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:49.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:49.534 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:49.534 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:49.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:49.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:49.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:49.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:49.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:50.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:50.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:50.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:50.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:50.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:52:50.535 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:50.535 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:50.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:50.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:50.536 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:52:50.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:50.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:50.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:50.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:50.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:52:50.536 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:52:50.537 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:52:50.537 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:52:50.537 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:52:50.537 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:52:50.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:50.537 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:52:50.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:50.537 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:52:50.537 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:52:50.537 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:52:50.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:50.537 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:52:50.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:50.538 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:52:50.538 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:52:50.538 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:52:50.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:50.538 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:52:50.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:50.538 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:52:50.538 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:50.538 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:50.538 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:50.545 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:50.545 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:52:50.545 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:50.545 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:50.546 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:50.551 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:50.551 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:52:50.551 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:52:50.673 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:52:50.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:52:50.673 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:52:50.673 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:52:50.673 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:52:50.673 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:52:50.673 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:52:50.673 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:52:50.673 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:52:50.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:52:50.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3726b652 is found... 08:52:50.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3726b652 is found finished successfully 08:52:50.679 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:52:50.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:50.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:50.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:50.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:50.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:50.688 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:50.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() { System.out.println(""); } } TooltipText=null 08:52:50.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:52:50.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:52:50.689 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:50.689 DEBUG [main][MenuItemLookup] Found menu:'File' 08:52:50.689 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:52:50.689 DEBUG [main][MenuItemLookup] Item match:Edit 08:52:50.690 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:52:50.690 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 08:52:50.690 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:50.690 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:52:50.690 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:52:50.690 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:52:50.690 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:52:50.690 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 08:52:50.690 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:50.690 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:52:50.690 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 08:52:50.690 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 08:52:50.690 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 08:52:50.690 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 08:52:50.690 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:50.690 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 08:52:50.690 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 08:52:50.690 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 08:52:50.690 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 08:52:50.690 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 08:52:50.690 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:50.690 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 08:52:50.690 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 08:52:50.690 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:50.690 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 08:52:50.690 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:50.690 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 08:52:50.690 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:50.690 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 08:52:50.690 DEBUG [main][MenuItemLookup] Item match:Content Assist 08:52:50.690 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:50.691 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:50.691 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 08:52:50.691 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:52:51.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:52:51.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:52:51.691 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:51.691 DEBUG [main][MenuItemLookup] Found menu:'File' 08:52:51.691 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:52:51.691 DEBUG [main][MenuItemLookup] Item match:Edit 08:52:51.692 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:52:51.692 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 08:52:51.692 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:51.692 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:52:51.692 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:52:51.692 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:52:51.692 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:52:51.692 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 08:52:51.692 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:51.692 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:52:51.692 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 08:52:51.692 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 08:52:51.692 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 08:52:51.692 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 08:52:51.692 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:51.692 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 08:52:51.692 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 08:52:51.692 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 08:52:51.692 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 08:52:51.692 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 08:52:51.692 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:51.692 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 08:52:51.692 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 08:52:51.692 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:51.692 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 08:52:51.692 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:51.692 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 08:52:51.692 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:51.692 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 08:52:51.692 DEBUG [main][MenuItemLookup] Item match:Content Assist 08:52:51.693 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 08:52:51.693 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 08:52:51.693 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 08:52:51.693 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 08:52:51.694 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 08:52:51.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 08:52:51.717 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:52:51.717 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:52:51.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:52:51.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:52:51.726 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 08:52:51.726 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:52:51.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:51.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:51.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:51.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:51.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:52:51.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:52:51.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:52:51.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 08:52:51.727 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:52:51.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:51.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:51.727 INFO [WorkbenchTestable][AbstractShell] Close shell 08:52:51.727 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 08:52:51.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:52:51.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:52:51.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 08:52:52.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. failed, an exception will be thrown 08:52:52.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:52.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:52.244 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:52:52.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:52.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:52.245 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:52:52.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:52.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:52.245 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:52.245 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:52:52.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:52.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:52.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:52.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:52.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:52.246 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:52.246 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:52.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:52.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:52.278 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:52.278 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:52.278 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:52.278 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:52.278 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:52.278 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:52.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:52.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:52.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:52.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:52.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:52.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:52.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:53.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:53.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:53.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:52:53.280 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:53.280 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:53.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:53.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:53.281 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:52:53.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:53.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:53.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:53.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:53.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:52:53.281 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:52:53.281 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:52:53.282 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:52:53.282 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:52:53.282 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:52:53.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:53.282 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:52:53.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:53.282 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:52:53.282 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:52:53.282 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:52:53.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:53.282 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:52:53.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:53.282 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:52:53.283 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:52:53.283 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:52:53.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:53.283 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:52:53.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:53.283 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:52:53.283 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:53.283 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:53.283 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:53.290 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:53.290 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:52:53.290 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:53.290 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:53.290 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:53.295 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:53.295 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:52:53.296 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:52:53.335 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:52:53.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:52:53.335 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:52:53.335 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:52:53.335 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:52:53.335 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:52:53.335 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:52:53.335 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:52:53.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:52:53.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@9ab3c2c is found... 08:52:53.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@9ab3c2c is found finished successfully 08:52: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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:52:53.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:53.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:53.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:53.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:53.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:53.339 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:53.339 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:53.339 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:52:53.350 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:53.350 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:53.350 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:52:53.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:52:53.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:53.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:53.350 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:53.350 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:53.351 DEBUG [main][MenuItemLookup] Found menu:'File' 08:52:53.351 DEBUG [main][MenuItemLookup] Item match:File 08:52:53.351 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:52:53.351 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:52:53.351 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:52:53.351 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:52:53.351 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:53.351 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:52:53.351 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:52:53.351 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:53.351 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:52:53.351 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:52:53.351 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:52:53.351 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:52:53.352 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:52:53.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:52:53.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:52:53.387 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:53.387 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:53.387 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:52:53.387 DEBUG [main][EditorHandler] 1 editor(s) found 08:52:53.387 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:52:53.465 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:52:53.465 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:52:53.465 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:52:53.465 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:52:53.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:52:53.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:52:53.465 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:52:53.465 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:52:53.465 INFO [WorkbenchTestable][RequirementsRunner] Started test: setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:52:53.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:52:53.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:52:53.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:52:53.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:52:53.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:53.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:53.466 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:52:53.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:53.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:53.467 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:52:53.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:53.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:53.467 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:52:53.467 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:52:53.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:53.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:53.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:53.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:53.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:53.468 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:53.468 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:53.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:53.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:52:53.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:52:53.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:52:53.469 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:53.470 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:53.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:53.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:53.470 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:53.470 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:53.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:53.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:53.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:53.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:53.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:53.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:53.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:54.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:54.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:52:54.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:52:54.472 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:54.472 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:54.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:54.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:54.473 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:52:54.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:54.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:54.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:54.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:54.473 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:52:54.473 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:52:54.473 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:52:54.473 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:52:54.474 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:52:54.474 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:52:54.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:54.474 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:52:54.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:54.474 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:52:54.474 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:52:54.474 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:52:54.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:54.474 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:52:54.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:54.474 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:52:54.474 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:52:54.474 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:52:54.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:52:54.474 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:52:54.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:52:54.474 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:52:54.475 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:54.475 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:54.475 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:54.481 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:54.481 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:52:54.481 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:52:54.481 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:52:54.482 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:52:54.486 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:52:54.486 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:52:54.489 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:52:54.599 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:52:54.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:52:54.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:52:54.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:52:54.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:52:54.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:52:54.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:52:54.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:52:54.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:52:54.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:52:54.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@57785c96 is found... 08:52:54.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@57785c96 is found finished successfully 08:52:54.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:52:54.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:54.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:54.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:54.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:54.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:54.606 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:54.606 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:54.606 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:54.606 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:54.607 INFO [WorkbenchTestable][TextEditor] Set cursor position to offset: 517 08:52:54.607 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:54.607 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:54.623 INFO [WorkbenchTestable][Keyboard] Type text "testtext" 08:52:54.629 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:52:54.629 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:52:55.230 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:52:55.230 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:52:55.831 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:52:55.831 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 08:52:56.432 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:52:56.432 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:52:57.033 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:52:57.033 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:52:57.634 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:52:57.634 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:52:58.236 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:52:58.236 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 08:52:58.837 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:52:58.837 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:52:59.438 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:59.438 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:59.438 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:52:59.438 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:52:59.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:59.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:59.439 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:59.439 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:59.439 DEBUG [main][MenuItemLookup] Found menu:'File' 08:52:59.439 DEBUG [main][MenuItemLookup] Item match:File 08:52:59.440 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:52:59.440 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:52:59.440 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:52:59.440 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:52:59.440 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:59.440 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:52:59.440 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:52:59.440 DEBUG [main][MenuItemLookup] Found menu:'' 08:52:59.440 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:52:59.440 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:52:59.440 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:52:59.440 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:52:59.440 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:52:59.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:52:59.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:52:59.469 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:59.469 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:52:59.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:59.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:59.470 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:52:59.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:59.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:59.470 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:52:59.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:52:59.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:52:59.471 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:52:59.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:52:59.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:59.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:59.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:52:59.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:52:59.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:52:59.471 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:59.471 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:59.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:59.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:59.502 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:59.502 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:59.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:59.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:59.503 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:52:59.503 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:52:59.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:52:59.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:52:59.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:52:59.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:52:59.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:00.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:00.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:00.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:00.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:00.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:53:00.505 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:00.505 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:00.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:00.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:00.505 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:53:00.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:00.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:00.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:00.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:00.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:53:00.506 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:53:00.506 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:53:00.506 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:53:00.506 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:53:00.506 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:53:00.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:00.506 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:53:00.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:00.506 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:53:00.507 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:53:00.507 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:53:00.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:00.507 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:53:00.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:00.507 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:53:00.507 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:53:00.507 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:53:00.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:00.507 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:53:00.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:00.507 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:53:00.507 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:53:00.507 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:53:00.507 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:53:00.512 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:53:00.513 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:53:00.513 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:53:00.513 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:53:00.513 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:53:00.520 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:53:00.520 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:53:00.520 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:53:00.555 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:53:00.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:53:00.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:53:00.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:53:00.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:53:00.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:53:00.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:53:00.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:53:00.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:53:00.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@fdf2925 is found... 08:53:00.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@fdf2925 is found finished successfully 08:53:00.557 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:53:00.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:00.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:00.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:00.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:00.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:00.562 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:00.562 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:53:00.562 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:53:00.596 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:00.597 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:53:00.597 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:53:00.597 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:53:00.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:00.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:00.598 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:53:00.598 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:53:00.598 DEBUG [main][MenuItemLookup] Found menu:'File' 08:53:00.598 DEBUG [main][MenuItemLookup] Item match:File 08:53:00.599 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:53:00.599 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:53:00.599 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:53:00.599 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:53:00.599 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:00.599 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:53:00.599 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:53:00.599 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:00.599 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:53:00.599 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:53:00.599 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:53:00.599 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:53:00.599 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:53:00.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:53:00.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:53:00.768 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:00.768 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:53:00.768 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:53:00.768 DEBUG [main][EditorHandler] 1 editor(s) found 08:53:00.768 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:53:00.853 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:53:00.853 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:53:00.853 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:53:00.853 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:53:00.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:00.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:00.853 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:53:00.853 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:53:00.854 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:53:00.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:53:00.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:53:00.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:53:00.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:53:00.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:00.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:00.854 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:53:00.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:00.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:00.855 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:00.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:00.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:00.855 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:00.855 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:53:00.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:00.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:00.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:00.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:00.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:00.856 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:00.856 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:00.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:00.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:53:00.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:53:00.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:53:00.858 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:00.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:00.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:00.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:00.858 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:00.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:00.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:00.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:00.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:00.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:00.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:01.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:01.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:01.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:01.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:01.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:53:01.876 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:01.876 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:01.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:01.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:01.877 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:53:01.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:01.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:01.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:01.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:01.877 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:53:01.877 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:53:01.877 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:53:01.878 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:53:01.878 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:53:01.878 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:53:01.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:01.878 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:53:01.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:01.878 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:53:01.878 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:53:01.878 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:53:01.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:01.878 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:53:01.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:01.878 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:53:01.878 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:53:01.879 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:53:01.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:01.879 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:53:01.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:01.879 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:53:01.879 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:53:01.879 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:53:01.879 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:53:01.885 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:53:01.885 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:53:01.885 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:53:01.885 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:53:01.885 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:53:01.892 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:53:01.892 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:53:01.893 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:53:02.029 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:53:02.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:53:02.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:53:02.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:53:02.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:53:02.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:53:02.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:53:02.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:53:02.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:53:02.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:53:02.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1068e67b is found... 08:53:02.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1068e67b is found finished successfully 08:53:02.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:53:02.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:02.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:02.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:02.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:02.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:02.045 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:02.045 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:53:02.045 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 0] 08:53:02.056 DEBUG [WorkbenchTestable][Keyboard] Select 15 characters to the right 08:53:02.056 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 08:53:02.264 INFO [WorkbenchTestable][Keyboard] Move cursor 08:53:02.464 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:53:02.464 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:53:02.665 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:53:03.071 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:53:03.071 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:53:03.271 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:53:03.675 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:53:03.675 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:53:03.875 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:53:04.277 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:53:04.277 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:53:04.479 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:53:04.881 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:53:04.881 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:53:05.081 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:53:05.483 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:53:05.483 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:53:05.683 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:53:06.085 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:53:06.086 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:53:06.286 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:53:06.688 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:53:06.688 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:53:06.888 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:53:07.290 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:53:07.290 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:53:07.490 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:53:07.892 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:53:07.892 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:53:08.093 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:53:08.494 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:53:08.495 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:53:08.695 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:53:09.096 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:53:09.097 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:53:09.297 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:53:09.699 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:53:09.699 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:53:09.899 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:53:10.302 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:53:10.303 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:53:10.503 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:53:10.905 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:53:10.905 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:53:11.105 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:53:11.308 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 08:53:11.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:11.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:11.509 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:53:11.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:11.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:11.510 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:53:11.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:11.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:11.510 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:53:11.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 '\*?\QProject Explorer\E') 08:53:11.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:11.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:11.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:11.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:11.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:11.511 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:11.511 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:11.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:11.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:11.542 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:11.542 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:11.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:11.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:11.542 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:11.542 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:11.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:11.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:11.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:11.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:11.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:12.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:12.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:12.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:12.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:12.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:53:12.544 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:12.544 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:12.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:12.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:12.544 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:53:12.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:12.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:12.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:12.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:12.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:53:12.545 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:53:12.545 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:53:12.545 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:53:12.545 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:53:12.545 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:53:12.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:12.546 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:53:12.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:12.546 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:53:12.546 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:53:12.546 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:53:12.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:12.546 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:53:12.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:12.546 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:53:12.546 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:53:12.546 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:53:12.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:12.546 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:53:12.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:12.546 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:53:12.546 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:53:12.546 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:53:12.546 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:53:12.552 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:53:12.552 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:53:12.552 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:53:12.552 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:53:12.552 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:53:12.557 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:53:12.557 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:53:12.557 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:53:12.594 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:53:12.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:53:12.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:53:12.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:53:12.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:53:12.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:53:12.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:53:12.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:53:12.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:53:12.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3825347f is found... 08:53:12.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3825347f is found finished successfully 08:53:12.596 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:53:12.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:12.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:12.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:12.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:12.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:12.598 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:12.598 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:53:12.598 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:53:12.609 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:12.609 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:53:12.609 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:53:12.609 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:53:12.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:12.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:12.609 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:53:12.609 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:53:12.610 DEBUG [main][MenuItemLookup] Found menu:'File' 08:53:12.610 DEBUG [main][MenuItemLookup] Item match:File 08:53:12.610 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:53:12.610 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:53:12.610 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:53:12.610 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:53:12.610 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:12.610 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:53:12.610 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:53:12.610 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:12.610 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:53:12.610 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:53:12.611 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:53:12.611 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:53:12.611 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:53:12.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:53:12.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:53:12.641 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:12.641 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:53:12.641 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:53:12.642 DEBUG [main][EditorHandler] 1 editor(s) found 08:53:12.642 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:53:12.726 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:53:12.726 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:53:12.726 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:53:12.726 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:53:12.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:12.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:12.727 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:53:12.727 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:53:12.727 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:53:12.727 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:53:12.727 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:53:12.727 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:53:12.727 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:53:12.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:12.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:12.729 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:53:12.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:12.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:12.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:12.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:12.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:12.730 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:12.730 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:53:12.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:12.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:12.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:12.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:12.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:12.731 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:12.731 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:12.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:12.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:53:12.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:53:12.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:53:12.733 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:12.733 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:12.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:12.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:12.734 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:12.734 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:12.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:12.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:12.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:12.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:12.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:13.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:13.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:13.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:13.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:13.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:53:13.735 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:13.735 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:13.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:13.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:13.736 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:53:13.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:13.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:13.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:13.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:13.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:53:13.737 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:53:13.737 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:53:13.737 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:53:13.737 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:53:13.737 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:53:13.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:13.737 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:53:13.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:13.737 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:53:13.738 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:53:13.738 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:53:13.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:13.738 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:53:13.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:13.738 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:53:13.738 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:53:13.738 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:53:13.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:13.738 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:53:13.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:13.738 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:53:13.738 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:53:13.738 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:53:13.738 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:53:13.746 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:53:13.746 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:53:13.746 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:53:13.746 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:53:13.747 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:53:13.751 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:53:13.751 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:53:13.751 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:53:13.860 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:53:13.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:53:13.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:53:13.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:53:13.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:53:13.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:53:13.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:53:13.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:53:13.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:53:13.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:53:13.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@108bd71c is found... 08:53:13.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@108bd71c is found finished successfully 08:53:13.866 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:53:13.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:13.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:13.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:13.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:13.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:13.867 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:13.868 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:53:13.868 INFO [WorkbenchTestable][TextEditor] Insert text to editor at offser 525 08:53:13.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:13.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:13.884 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:53:13.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:13.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:13.884 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:53:13.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:13.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:13.885 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:53:13.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:53:13.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:13.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:13.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:13.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:13.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:13.924 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:13.924 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:13.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:13.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:13.955 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:13.955 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:13.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:13.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:13.957 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:13.957 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:13.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:13.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:13.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:13.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:13.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:14.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:14.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:14.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:14.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:14.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:53:14.959 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:14.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:14.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:14.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:14.960 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:53:14.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:14.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:14.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:14.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:14.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:53:14.960 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:53:14.960 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:53:14.960 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:53:14.961 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:53:14.961 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:53:14.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:14.961 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:53:14.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:14.961 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:53:14.961 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:53:14.961 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:53:14.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:14.961 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:53:14.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:14.961 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:53:14.961 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:53:14.961 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:53:14.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:14.961 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:53:14.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:14.961 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:53:14.961 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:53:14.961 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:53:14.962 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:53:14.968 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:53:14.968 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:53:14.968 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:53:14.968 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:53:14.968 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:53:14.974 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:53:14.974 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:53:14.975 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:53:15.007 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:53:15.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:53:15.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:53:15.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:53:15.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:53:15.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:53:15.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:53:15.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:53:15.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:53:15.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@66eb4229 is found... 08:53:15.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@66eb4229 is found finished successfully 08:53:15.009 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:53:15.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:15.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:15.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:15.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:15.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:15.013 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:15.013 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public static class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:53:15.013 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:53:15.031 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:15.031 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:53:15.032 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:53:15.032 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:53:15.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:15.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:15.032 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:53:15.032 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:53:15.033 DEBUG [main][MenuItemLookup] Found menu:'File' 08:53:15.033 DEBUG [main][MenuItemLookup] Item match:File 08:53:15.034 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:53:15.034 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:53:15.034 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:53:15.034 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:53:15.034 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:15.034 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:53:15.034 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:53:15.034 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:15.034 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:53:15.034 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:53:15.034 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:53:15.034 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:53:15.034 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:53:15.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:53:15.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:53:15.069 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:15.069 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:53:15.069 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:53:15.069 DEBUG [main][EditorHandler] 1 editor(s) found 08:53:15.069 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:53:15.146 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:53:15.146 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:53:15.146 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:53:15.146 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:53:15.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:15.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:15.147 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:53:15.147 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:53:15.147 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:53:15.147 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:53:15.147 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:53:15.147 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:53:15.147 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:53:15.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:15.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:15.148 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:53:15.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:15.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:15.148 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:15.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:15.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:15.149 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:15.149 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:53:15.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:15.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:15.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:15.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:15.150 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:15.150 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:15.150 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:15.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:15.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:53:15.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:53:15.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:53:15.152 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:15.152 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:15.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:15.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:15.153 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:15.153 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:15.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:15.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:15.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:15.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:15.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:15.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:15.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:16.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:16.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:16.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:16.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:16.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:53:16.655 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:16.655 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:16.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:16.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:16.656 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:53:16.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:16.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:16.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:16.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:16.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:53:16.656 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:53:16.656 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:53:16.657 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:53:16.657 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:53:16.657 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:53:16.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:16.657 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:53:16.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:16.657 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:53:16.658 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:53:16.658 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:53:16.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:16.658 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:53:16.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:16.658 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:53:16.658 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:53:16.658 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:53:16.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:16.658 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:53:16.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:16.658 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:53:16.658 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:53:16.658 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:53:16.658 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:53:16.665 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:53:16.666 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:53:16.666 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:53:16.666 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:53:16.666 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:53:16.675 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:53:16.675 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:53:16.676 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:53:16.808 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:53:16.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:53:16.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:53:16.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:53:16.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:53:16.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:53:16.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:53:16.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:53:16.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:53:16.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:53:16.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@31673bb1 is found... 08:53:16.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@31673bb1 is found finished successfully 08:53:16.814 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:53:16.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:16.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:16.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:16.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:16.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:16.824 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:16.825 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:53:16.825 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:53:16.837 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:53:16.854 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:16.854 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemX.out.println(""); } } TooltipText=null 08:53:16.854 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:53:16.854 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:53:16.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:16.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:16.855 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:53:16.855 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:53:16.855 DEBUG [main][MenuItemLookup] Found menu:'File' 08:53:16.855 DEBUG [main][MenuItemLookup] Item match:File 08:53:16.856 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:53:16.856 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:53:16.856 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:53:16.856 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:53:16.856 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:16.856 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:53:16.856 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:53:16.856 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:16.856 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:53:16.856 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:53:16.856 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:53:16.856 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:53:16.856 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:53:16.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:53:16.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:53:16.886 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:16.886 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemX.out.println(""); } } TooltipText=null 08:53:16.886 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:53:17.886 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:17.886 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemX.out.println(""); } } TooltipText=null 08:53:17.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:17.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:17.888 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:53:17.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:17.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:17.888 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:53:17.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:17.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:17.889 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:53:17.889 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:53:17.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:17.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:17.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:17.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:17.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:17.890 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:17.890 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:17.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:17.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:17.920 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:17.920 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:17.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:17.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:17.921 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:17.921 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:17.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:17.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:17.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:17.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:17.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:18.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:18.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:18.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:18.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:18.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:53:18.923 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:18.923 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:18.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:18.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:18.924 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:53:18.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:18.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:18.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:18.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:18.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:53:18.924 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:53:18.924 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:53:18.924 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:53:18.925 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:53:18.925 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:53:18.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:18.925 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:53:18.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:18.925 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:53:18.925 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:53:18.925 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:53:18.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:18.925 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:53:18.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:18.925 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:53:18.925 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:53:18.925 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:53:18.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:18.925 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:53:18.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:18.925 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:53:18.926 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:53:18.926 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:53:18.926 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:53:18.934 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:53:18.935 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:53:18.935 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:53:18.935 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:53:18.935 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:53:18.940 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:53:18.940 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:53:18.941 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:53:18.979 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:53:18.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:53:18.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:53:18.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:53:18.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:53:18.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:53:18.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:53:18.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:53:18.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:53:18.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@20f0772e is found... 08:53:18.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@20f0772e is found finished successfully 08:53:18.981 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:53:18.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:18.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:18.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:18.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:18.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:18.983 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:18.984 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemX.out.println(""); } } TooltipText=null 08:53:18.984 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:53:18.991 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:18.991 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:53:18.991 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:53:18.991 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:53:18.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:18.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:18.992 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:53:18.992 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:53:18.992 DEBUG [main][MenuItemLookup] Found menu:'File' 08:53:18.992 DEBUG [main][MenuItemLookup] Item match:File 08:53:18.992 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:53:18.992 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:53:18.993 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:53:18.993 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:53:18.993 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:18.993 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:53:18.993 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:53:18.993 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:18.993 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:53:18.993 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:53:18.993 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:53:18.993 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:53:18.993 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:53:19.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:53:19.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:53:19.022 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:19.022 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:53:19.022 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:53:19.023 DEBUG [main][EditorHandler] 1 editor(s) found 08:53:19.023 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:53:19.112 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:53:19.112 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:53:19.112 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:53:19.112 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:53:19.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:19.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:19.113 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:53:19.113 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:53:19.113 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:53:19.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:53:19.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:53:19.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:53:19.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:53:19.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:19.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:19.114 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:53:19.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:19.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:19.114 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:19.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:19.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:19.115 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:19.115 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:53:19.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:19.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:19.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:19.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:19.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:19.116 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:19.116 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:19.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:19.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:53:19.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:53:19.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:53:19.118 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:19.118 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:19.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:19.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:19.118 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:19.118 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:19.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:19.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:19.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:19.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:19.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:19.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:19.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:20.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:20.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:20.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:53:20.120 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:20.120 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:20.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:20.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:20.121 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:53:20.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:20.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:20.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:20.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:20.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:53:20.121 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:53:20.121 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:53:20.121 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:53:20.122 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:53:20.122 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:53:20.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:20.122 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:53:20.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:20.122 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:53:20.122 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:53:20.122 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:53:20.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:20.122 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:53:20.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:20.122 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:53:20.122 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:53:20.122 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:53:20.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:20.122 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:53:20.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:20.122 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:53:20.122 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:53:20.122 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:53:20.123 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:53:20.131 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:53:20.132 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:53:20.132 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:53:20.132 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:53:20.132 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:53:20.137 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:53:20.137 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:53:20.138 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:53:20.272 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:53:20.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:53:20.272 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:53:20.272 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:53:20.272 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:53:20.272 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:53:20.272 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:53:20.272 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:53:20.272 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:53:20.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:53:20.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6e8d771b is found... 08:53:20.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6e8d771b is found finished successfully 08:53:20.286 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:53:20.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:20.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:20.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:20.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:20.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:20.289 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:20.289 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:53:20.289 INFO [WorkbenchTestable][TextEditor] Select text in editor /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { 08:53:20.306 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:20.306 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:53:20.306 INFO [WorkbenchTestable][AbstractEditor] Open editor's open on assistant 08:53:20.306 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:53:21.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:21.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:21.306 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:53:21.306 DEBUG [main][MenuItemLookup] Found menu:'File' 08:53:21.306 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:53:21.306 DEBUG [main][MenuItemLookup] Found menu:'Source' 08:53:21.306 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 08:53:21.306 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:53:21.306 DEBUG [main][MenuItemLookup] Item match:Navigate 08:53:21.307 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:53:21.307 DEBUG [main][MenuItemLookup] Found menu:'Go To' 08:53:21.307 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:21.307 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 08:53:21.307 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 08:53:21.307 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 08:53:21.307 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 08:53:21.307 DEBUG [main][MenuItemLookup] Item match:Open Hyperlink 08:53:21.308 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open Hyperlin&k" 08:53:21.308 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Hyperlink 08:53:21.308 INFO [main][MenuItemHandler] Select menu item: Open Hyperlin&k 08:53:21.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 08:53:21.371 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:53:21.371 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:53:21.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:21.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:21.371 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 08:53:21.371 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:53:21.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:21.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:21.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:21.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:21.371 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:53:21.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:53:21.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:53:21.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 08:53:21.372 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:53:21.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:21.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:21.372 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:53:21.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:21.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:21.372 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell 08:53:21.372 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:53:21.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:21.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:21.373 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:53:21.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:21.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:21.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:21.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:21.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:22.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:22.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:22.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:22.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:22.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:53:22.874 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:53:22.874 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 08:53:22.874 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:53:22.875 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 08:53:22.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 08:53:23.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. failed, an exception will be thrown 08:53:23.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:23.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:23.394 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:53:23.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:23.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:23.395 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:53:23.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:23.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:23.395 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:53:23.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 '\*?\QProject Explorer\E') 08:53:23.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:23.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:23.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:23.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:23.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:23.396 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:23.396 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:23.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:23.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:23.428 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:23.428 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:23.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:23.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:23.429 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:23.429 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:23.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:23.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:23.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:23.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:23.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:23.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:23.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:24.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:24.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:24.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:53:24.431 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:24.431 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:24.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:24.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:24.432 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:53:24.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:24.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:24.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:24.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:24.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:53:24.432 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:53:24.432 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:53:24.432 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:53:24.433 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:53:24.433 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:53:24.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:24.433 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:53:24.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:24.433 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:53:24.433 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:53:24.433 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:53:24.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:24.433 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:53:24.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:24.433 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:53:24.433 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:53:24.433 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:53:24.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:24.433 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:53:24.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:24.433 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:53:24.434 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:53:24.434 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:53:24.434 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:53:24.441 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:53:24.441 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:53:24.441 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:53:24.441 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:53:24.441 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:53:24.446 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:53:24.446 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:53:24.446 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:53:24.479 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:53:24.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:53:24.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:53:24.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:53:24.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:53:24.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:53:24.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:53:24.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:53:24.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:53:24.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@52cb8ae9 is found... 08:53:24.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@52cb8ae9 is found finished successfully 08:53:24.481 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:53:24.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:24.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:24.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:24.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:24.483 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:24.483 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:24.483 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:53:24.483 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:53:24.595 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:24.595 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:53:24.595 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:53:24.595 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:53:24.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:24.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:24.595 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:53:24.595 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:53:24.596 DEBUG [main][MenuItemLookup] Found menu:'File' 08:53:24.596 DEBUG [main][MenuItemLookup] Item match:File 08:53:24.596 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:53:24.596 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:53:24.596 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:53:24.596 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:53:24.596 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:24.596 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:53:24.596 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:53:24.596 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:24.596 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:53:24.596 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:53:24.596 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:53:24.596 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:53:24.597 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:53:24.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:53:24.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:53:24.625 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:24.625 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:53:24.625 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:53:24.625 DEBUG [main][EditorHandler] 1 editor(s) found 08:53:24.625 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:53:24.720 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:53:24.720 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:53:24.720 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:53:24.720 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:53:24.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:24.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:24.720 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:53:24.720 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:53:24.720 INFO [WorkbenchTestable][RequirementsRunner] Started test: getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:53:24.720 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:53:24.720 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:53:24.720 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:53:24.720 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:53:24.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:24.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:24.721 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:53:24.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:24.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:24.722 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:24.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:24.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:24.723 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:24.723 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:53:24.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:24.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:24.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:24.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:24.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:24.724 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:24.724 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:24.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:24.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:53:24.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:53:24.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:53:24.725 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:24.725 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:24.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:24.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:24.726 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:24.726 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:24.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:24.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:24.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:24.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:24.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:25.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:25.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:25.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:25.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:26.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:26.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:26.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:53:26.228 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:26.228 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:26.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:26.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:26.229 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:53:26.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:26.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:26.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:26.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:26.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:53:26.229 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:53:26.229 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:53:26.230 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:53:26.230 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:53:26.230 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:53:26.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:26.230 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:53:26.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:26.231 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:53:26.231 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:53:26.231 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:53:26.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:26.231 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:53:26.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:26.231 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:53:26.231 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:53:26.231 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:53:26.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:26.231 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:53:26.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:26.231 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:53:26.231 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:53:26.231 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:53:26.232 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:53:26.238 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:53:26.238 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:53:26.238 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:53:26.239 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:53:26.239 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:53:26.244 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:53:26.244 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:53:26.244 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:53:26.368 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:53:26.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:53:26.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:53:26.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:53:26.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:53:26.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:53:26.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:53:26.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:53:26.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:53:26.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:53:26.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5a7999b2 is found... 08:53:26.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5a7999b2 is found finished successfully 08:53:26.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:53:26.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:26.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:26.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:26.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:26.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:26.382 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:26.382 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:53:26.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:26.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:26.383 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:53:26.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:26.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:26.384 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:53:26.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:26.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:26.385 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:53:26.385 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:53:26.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:26.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:26.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:26.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:26.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:26.386 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:26.386 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:26.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:26.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:26.429 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:26.429 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:26.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:26.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:26.430 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:26.430 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:26.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:26.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:26.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:26.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:26.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:26.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:26.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:27.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:27.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:27.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:53:27.431 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:27.431 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:27.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:27.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:27.432 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:53:27.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:27.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:27.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:27.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:27.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:53:27.432 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:53:27.432 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:53:27.433 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:53:27.433 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:53:27.433 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:53:27.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:27.433 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:53:27.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:27.433 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:53:27.433 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:53:27.433 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:53:27.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:27.433 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:53:27.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:27.433 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:53:27.433 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:53:27.433 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:53:27.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:27.433 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:53:27.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:27.433 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:53:27.434 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:53:27.434 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:53:27.434 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:53:27.439 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:53:27.440 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:53:27.440 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:53:27.440 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:53:27.440 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:53:27.446 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:53:27.447 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:53:27.447 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:53:27.479 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:53:27.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:53:27.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:53:27.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:53:27.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:53:27.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:53:27.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:53:27.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:53:27.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:53:27.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7993ccd4 is found... 08:53:27.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7993ccd4 is found finished successfully 08:53:27.481 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:53:27.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:27.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:27.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:27.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:27.483 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:27.483 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:27.483 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:53:27.483 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:53:27.499 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:27.499 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:53:27.499 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:53:27.499 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:53:27.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:27.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:27.499 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:53:27.500 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:53:27.500 DEBUG [main][MenuItemLookup] Found menu:'File' 08:53:27.500 DEBUG [main][MenuItemLookup] Item match:File 08:53:27.500 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:53:27.500 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:53:27.500 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:53:27.500 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:53:27.500 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:27.500 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:53:27.500 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:53:27.500 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:27.500 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:53:27.500 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:53:27.501 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:53:27.501 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:53:27.501 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:53:27.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:53:27.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:53:27.531 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:27.531 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:53:27.531 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:53:27.531 DEBUG [main][EditorHandler] 1 editor(s) found 08:53:27.531 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:53:27.612 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:53:27.612 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:53:27.612 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:53:27.612 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:53:27.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:27.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:27.612 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:53:27.612 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:53:27.612 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:53:27.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:53:27.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:53:27.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:53:27.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:53:27.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:27.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:27.613 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:53:27.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:27.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:27.614 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:27.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:27.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:27.615 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:27.615 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:53:27.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:27.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:27.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:27.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:27.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:27.616 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:27.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:27.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:27.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:53:27.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:53:27.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:53:27.618 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:27.618 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:27.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:27.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:27.619 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:27.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:27.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:27.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:27.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:27.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:27.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:28.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:28.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:28.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:28.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:28.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:53:28.620 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:28.620 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:28.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:28.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:28.621 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:53:28.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:28.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:28.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:28.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:28.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:53:28.622 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:53:28.622 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:53:28.622 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:53:28.622 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:53:28.622 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:53:28.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:28.622 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:53:28.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:28.623 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:53:28.623 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:53:28.623 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:53:28.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:28.623 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:53:28.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:28.623 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:53:28.623 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:53:28.623 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:53:28.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:28.623 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:53:28.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:28.623 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:53:28.623 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:53:28.623 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:53:28.623 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:53:28.629 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:53:28.629 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:53:28.630 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:53:28.630 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:53:28.630 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:53:28.634 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:53:28.634 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:53:28.634 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:53:28.751 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:53:28.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:53:28.751 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:53:28.751 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:53:28.751 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:53:28.751 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:53:28.751 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:53:28.751 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:53:28.751 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:53:28.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:53:28.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7ca35952 is found... 08:53:28.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7ca35952 is found finished successfully 08:53:28.764 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:53:28.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:28.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:28.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:28.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:28.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:28.766 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:28.766 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:53:28.766 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:53:28.766 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:53:28.966 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:53:29.169 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:53:29.169 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:53:29.369 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:53:29.572 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:53:29.572 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:53:29.773 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:53:29.975 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:53:29.976 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:53:30.176 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:53:30.379 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:53:30.379 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 08:53:30.579 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 08:53:31.580 INFO [WorkbenchTestable][TextEditor] Select line 17 in editor 08:53:31.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:31.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:31.590 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:53:31.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:31.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:31.591 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:53:31.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:31.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:31.591 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:53:31.591 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:53:31.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:31.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:31.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:31.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:31.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:31.592 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:31.592 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:31.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:31.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:31.622 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:31.622 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:31.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:31.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:31.623 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:31.623 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:31.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:31.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:31.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:31.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:31.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:32.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:32.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:32.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:32.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:32.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:53:32.624 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:32.624 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:32.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:32.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:32.625 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:53:32.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:32.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:32.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:32.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:32.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:53:32.625 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:53:32.625 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:53:32.626 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:53:32.626 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:53:32.626 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:53:32.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:32.626 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:53:32.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:32.626 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:53:32.626 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:53:32.626 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:53:32.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:32.626 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:53:32.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:32.626 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:53:32.626 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:53:32.626 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:53:32.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:32.626 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:53:32.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:32.626 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:53:32.626 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:53:32.627 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:53:32.627 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:53:32.634 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:53:32.634 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:53:32.634 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:53:32.634 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:53:32.635 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:53:32.639 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:53:32.639 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:53:32.639 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:53:32.671 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:53:32.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:53:32.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:53:32.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:53:32.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:53:32.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:53:32.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:53:32.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:53:32.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:53:32.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2c3db462 is found... 08:53:32.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2c3db462 is found finished successfully 08:53:32.673 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:53:32.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:32.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:32.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:32.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:32.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:32.675 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:32.675 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:53:32.675 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:53:32.692 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:32.692 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:53:32.692 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:53:32.692 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:53:32.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:32.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:32.692 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:53:32.692 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:53:32.693 DEBUG [main][MenuItemLookup] Found menu:'File' 08:53:32.693 DEBUG [main][MenuItemLookup] Item match:File 08:53:32.693 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:53:32.693 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:53:32.693 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:53:32.693 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:53:32.693 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:32.693 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:53:32.693 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:53:32.693 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:32.693 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:53:32.693 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:53:32.694 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:53:32.694 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:53:32.694 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:53:32.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:53:32.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:53:32.722 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:32.722 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:53:32.722 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:53:32.723 DEBUG [main][EditorHandler] 1 editor(s) found 08:53:32.723 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:53:32.787 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:53:32.787 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:53:32.787 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:53:32.787 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:53:32.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:32.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:32.788 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:53:32.788 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:53:32.788 DEBUG [main][EditorHandler] 0 editor(s) found 08:53:32.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:32.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:32.788 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:53:32.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:32.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:32.789 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:32.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:32.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:32.790 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:32.790 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:53:32.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:32.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:32.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:32.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:32.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:32.790 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:32.790 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:32.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:32.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:53:32.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:53:32.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:53:32.792 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:32.793 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:32.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:32.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:32.793 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:32.793 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:32.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:32.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:32.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:32.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:32.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:33.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:33.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:33.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:33.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:33.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:53:33.795 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:33.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:33.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:33.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:33.796 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:53:33.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:33.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:33.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:33.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:33.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:53:33.796 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:53:33.796 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:53:33.796 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:33.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:33.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:33.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:33.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:33.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:33.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:34.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:34.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:34.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:34.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:34.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:53:34.798 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:34.798 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:34.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:34.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:34.798 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:53:34.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:34.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:34.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:34.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:34.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:53:34.799 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:53:34.799 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:53:34.799 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:34.799 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:34.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:34.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:34.799 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:53:34.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:34.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:34.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:34.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:34.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:53:34.800 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 08:53:34.800 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 08:53:34.800 DEBUG [main][TreeItemHandler] Set Tree selection 08:53:34.800 DEBUG [main][TreeHandler] Notify Tree about selection event 08:53:34.805 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 08:53:34.806 DEBUG [WorkbenchTestable][TreeItemHandler] testProject 08:53:34.806 DEBUG [WorkbenchTestable][TreeItemHandler] TextEditorTestProject 08:53:34.806 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:53:34.806 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:53:34.843 DEBUG [main][MenuItemLookup] Found menu:'New' 08:53:34.843 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:53:34.843 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:34.843 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:53:34.843 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:34.843 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:53:34.843 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:53:34.843 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:53:34.843 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:53:34.843 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 08:53:34.843 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 08:53:34.843 DEBUG [main][MenuItemLookup] Found menu:'Move...' 08:53:34.843 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 08:53:34.843 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:34.843 DEBUG [main][MenuItemLookup] Found menu:'Import...' 08:53:34.843 DEBUG [main][MenuItemLookup] Found menu:'Export...' 08:53:34.843 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:34.843 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 08:53:34.843 DEBUG [main][MenuItemLookup] Item match:Refresh F5 08:53:34.843 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 08:53:34.843 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 08:53:34.843 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 08:53:34.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:53:34.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 08:53:35.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:53:35.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:53:35.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:53:35.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:53:35.344 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:53:35.344 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:53:35.362 DEBUG [main][MenuItemLookup] Found menu:'New' 08:53:35.363 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:53:35.363 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:35.363 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:53:35.363 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:35.363 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:53:35.363 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:53:35.363 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:53:35.363 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:53:35.363 DEBUG [main][MenuItemLookup] Item match:Delete Delete 08:53:35.363 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 08:53:35.363 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 08:53:35.363 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 08:53:35.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... (Eclipse:1105): Gtk-CRITICAL **: 08:53:35.411: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1105): Gtk-CRITICAL **: 08:53:35.414: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1105): Gtk-CRITICAL **: 08:53:35.433: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1105): Gtk-CRITICAL **: 08:53:35.448: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 08:53:35.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 08:53:35.951 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 08:53:35.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:35.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:35.954 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 08:53:35.954 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:53:35.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:35.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:35.954 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:53:35.954 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:53:35.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:35.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:35.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:35.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:35.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:53:35.955 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 08:53:35.955 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 08:53:35.955 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 08:53:35.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:53:35.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:53:35.955 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:53:35.955 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:53:35.955 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 08:53:35.955 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:53:35.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:35.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:35.955 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:53:35.955 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:53:35.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:35.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:35.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:35.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:35.956 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:53:35.956 INFO [WorkbenchTestable][AbstractButton] Click button OK 08:53:35.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:53:35.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:53:35.956 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:53:35.956 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:53:35.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 08:53:35.960 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 08:53:36.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 08:53:36.461 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 08:53:36.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:53:36.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 08:53:36.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 08:53:36.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:53:36.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:53:36.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:53:36.461 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:36.461 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:36.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:36.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 08:53:36.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:53:36.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:53:36.462 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:53:36.462 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:53:36.462 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:53:36.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:36.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 148.619 s - in org.eclipse.reddeer.workbench.test.editor.TextEditorTest setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 7.814 s getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.412 s notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.027 s insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.478 s selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.275 s selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.713 s getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 4.508 s getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.412 s insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.412 s contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.809 s openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.582 s getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.171 s getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.38 s getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.526 s closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.001 s quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.696 s getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.203 s selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.153 s testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.357 s openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.993 s insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.477 s getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.041 s insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.957 s closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.937 s setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 7.388 s getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 11.873 s insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.419 s getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.965 s closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.607 s getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.892 s selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.176 s Running org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 08:53:36.477 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 08:53:36.478 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:53:36.478 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:53:36.478 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 08:53:36.478 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:53:36.478 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:53:36.478 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:53:36.478 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:53:36.478 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:53:36.478 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:53:36.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.*'] 08:53:36.479 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:36.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.*'] 08:53:36.479 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:36.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.*'] 08:53:36.479 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:36.479 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:36.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:36.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:36.479 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:36.479 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:53:36.479 DEBUG [main][MenuItemLookup] Found menu:'File' 08:53:36.480 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:53:36.480 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:53:36.480 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:53:36.480 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:53:36.480 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:53:36.480 DEBUG [main][MenuItemLookup] Item match:Window 08:53:36.480 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:53:36.480 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:53:36.480 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:53:36.480 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:36.480 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:53:36.480 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:53:36.480 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:36.480 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:53:36.480 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:36.480 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:53:36.480 DEBUG [main][MenuItemLookup] Item match:Preferences 08:53:36.480 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:53:36.480 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:53:36.480 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:53:36.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 08:53:36.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 08:53:36.561 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:53:36.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:36.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:36.562 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:53:36.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:36.563 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 08:53:36.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:36.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:36.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:36.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:36.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:53:36.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:53:36.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:53:36.564 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:53:36.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:36.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:36.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:36.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:36.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:53:36.566 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:53:36.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:53:36.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:53:36.577 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:53:36.577 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:53:36.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:53:36.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:53:36.600 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:36.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:36.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:36.601 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:53:36.601 DEBUG [main][EditorHandler] 0 editor(s) found 08:53:36.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:36.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:36.602 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:53:36.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:36.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:36.602 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:36.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:36.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:36.603 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:36.603 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:53:36.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:36.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:36.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:36.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:36.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:36.621 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:36.621 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:36.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:36.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:53:36.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:53:36.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:53:36.622 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:36.622 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:36.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:36.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 08:53:36.623 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:36.623 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:36.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:36.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 08:53:36.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:36.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:36.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:36.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:36.624 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:36.624 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:36.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:36.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 08:53:36.625 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:53:36.625 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) 08:53:36.625 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 08:53:36.625 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:53:36.625 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:53:36.625 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:53:36.625 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:53:36.625 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:36.625 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:53:36.625 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:36.625 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 08:53:36.625 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:36.625 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:53:36.625 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:36.625 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:53:36.625 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:36.625 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:53:36.626 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:36.626 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 08:53:36.626 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:36.626 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:53:36.626 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:36.626 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:53:36.626 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:36.626 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:36.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:36.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:36.626 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:36.626 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:53:36.626 DEBUG [main][MenuItemLookup] Found menu:'File' 08:53:36.626 DEBUG [main][MenuItemLookup] Item match:File 08:53:36.627 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:53:36.627 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:53:36.628 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:53:36.628 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:36.628 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:53:36.628 DEBUG [main][MenuItemLookup] Found menu:'File' 08:53:36.628 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:53:36.628 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:36.628 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:53:36.628 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:53:36.637 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:53:36.637 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:53:36.637 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:53:36.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 08:53:36.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 08:53:36.695 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:53:36.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:36.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:36.696 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:53:36.696 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:36.696 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 08:53:36.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:36.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:36.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:36.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:36.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:53:36.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:53:36.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:53:36.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:53:36.713 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:53:36.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:36.713 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:53:36.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:36.713 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:53:36.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:53:36.714 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:53:36.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:36.714 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:53:36.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:36.714 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:53:36.714 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 08:53:36.714 DEBUG [main][TreeItemHandler] Selecting tree item: Project 08:53:36.714 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 08:53:36.717 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 08:53:36.717 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:53:36.717 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:53:36.717 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:53:36.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:36.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:36.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:36.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:36.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:53:36.718 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:53:36.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:53:36.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:53:36.718 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:53:36.718 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:53:36.741 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:53:36.741 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:36.741 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:36.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 08:53:36.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 08:53:36.741 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 08:53:36.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:36.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:36.742 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 08:53:36.742 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:36.742 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'project' 08:53:36.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizardFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 08:53:36.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:36.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:36.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:36.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:36.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:53:36.744 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:53:36.744 INFO [WorkbenchTestable][AbstractText] Text set to: project 08:53:36.745 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 08:53:36.745 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 08:53:36.745 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 08:53:36.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:36.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:36.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:36.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:36.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:53:36.747 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:53:36.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:53:36.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:53:36.747 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:53:36.747 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:53:36.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:53:37.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:53:37.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:53:37.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 08:53:37.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 08:53:37.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:53:37.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:53:37.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:53:37.251 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:53:37.251 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:37.251 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:53:37.251 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:37.251 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 08:53:37.251 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:37.251 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:53:37.251 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:37.251 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:53:37.251 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:37.251 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:53:37.252 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:37.252 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 08:53:37.252 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:37.252 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:53:37.252 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:37.252 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:53:37.252 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:37.252 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:37.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:37.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:37.252 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:37.252 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:53:37.252 DEBUG [main][MenuItemLookup] Found menu:'File' 08:53:37.252 DEBUG [main][MenuItemLookup] Item match:File 08:53:37.253 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:53:37.253 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:53:37.254 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:53:37.254 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:37.254 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:53:37.254 DEBUG [main][MenuItemLookup] Found menu:'File' 08:53:37.254 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:53:37.254 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:37.254 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:53:37.254 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:53:37.255 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:53:37.255 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:53:37.255 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:53:37.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 08:53:37.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 'New|Select a wizard'] is available. finished successfully 08:53:37.344 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:53:37.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:37.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:37.345 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:53:37.345 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:37.346 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 08:53:37.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:37.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:37.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:37.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:37.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:53:37.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:53:37.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:53:37.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:53:37.347 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:53:37.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:37.348 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:53:37.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:37.348 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:53:37.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:53:37.348 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:53:37.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:37.348 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:53:37.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:37.348 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:53:37.348 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 08:53:37.348 DEBUG [main][TreeItemHandler] Selecting tree item: File 08:53:37.348 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 08:53:37.352 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 08:53:37.352 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:53:37.352 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:53:37.353 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:53:37.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:37.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:37.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:37.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:37.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:53:37.354 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:53:37.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:53:37.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:53:37.354 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:53:37.354 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:53:37.389 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:53:37.389 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:37.389 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:37.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 08:53:37.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 08:53:37.389 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 08:53:37.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:37.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:37.390 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:53:37.390 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:37.390 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 08:53:37.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:37.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:37.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:37.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:37.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:53:37.392 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:53:37.392 INFO [WorkbenchTestable][AbstractText] Text set to: project/ 08:53:37.399 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 08:53:37.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:37.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:37.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:37.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:37.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:53:37.401 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:53:37.402 INFO [WorkbenchTestable][AbstractText] Text set to: abc.ca 08:53:37.414 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:53:37.414 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 08:53:37.414 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 08:53:37.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:37.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:37.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:37.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:37.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:53:37.417 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:53:37.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:53:37.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:53:37.417 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:53:37.417 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:53:37.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:53:37.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:53:37.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:53:37.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:53:37.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 08:53:37.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:53:37.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:53:37.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:53:37.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:53:37.921 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qabc.ca\E') 08:53:37.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:37.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:37.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:37.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:37.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:37.923 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:37.924 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 08:53:37.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:37.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:37.924 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - project/abc.ca - Eclipse Platform' 08:53:37.924 DEBUG [main][MenuItemLookup] Found menu:'File' 08:53:37.924 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:53:37.924 DEBUG [main][MenuItemLookup] Item match:Edit 08:53:37.925 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:53:37.925 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 08:53:37.925 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:37.925 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:53:37.925 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:53:37.925 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:53:37.925 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:37.925 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:53:37.925 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 08:53:37.925 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 08:53:37.925 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 08:53:37.925 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:37.925 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 08:53:37.925 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:37.925 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 08:53:37.925 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 08:53:37.925 INFO [WorkbenchTestable][AbstractEditor] Content assist menu not found, open via keyboard shortcut 08:53:37.925 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:53:37.925 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 08:53:38.126 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 08:53:39.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 08:53:39.127 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:53:39.127 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:53:39.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:39.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:39.137 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 08:53:39.137 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:53:39.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:39.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:39.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:39.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:39.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:53:39.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:53:39.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:53:39.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 08:53:39.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:53:39.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:39.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:39.138 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 08:53:39.138 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 08:53:39.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:53:39.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:53:39.139 DEBUG [WorkbenchTestable][ContentAssistant] a 08:53:39.139 DEBUG [WorkbenchTestable][ContentAssistant] b 08:53:39.139 DEBUG [WorkbenchTestable][ContentAssistant] c 08:53:39.139 INFO [WorkbenchTestable][AbstractShell] Close shell 08:53:39.139 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 08:53:39.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:53:39.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:53:39.147 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:53:39.147 DEBUG [main][EditorHandler] 1 editor(s) found 08:53:39.147 DEBUG [WorkbenchTestable][EditorHandler] Closing editor abc.ca 08:53:39.169 DEBUG [WorkbenchTestable][EditorHandler] Editor abc.ca is closed 08:53:39.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:39.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:39.170 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:53:39.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:39.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:39.170 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:39.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:39.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:39.171 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:39.171 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:53:39.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:39.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:39.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:39.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:39.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:39.171 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:39.171 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:39.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:39.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:53:39.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:53:39.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:53:39.173 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:39.173 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:39.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:39.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:39.173 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:39.173 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:39.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:39.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:39.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:39.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:39.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:39.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:39.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:40.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:40.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:40.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:53:40.175 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:40.175 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:40.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:40.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:40.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:53:40.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:40.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:40.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:40.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:40.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:53:40.176 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name project 08:53:40.176 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:40.176 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:40.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:40.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:40.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:40.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:40.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:40.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:40.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:41.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:41.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:41.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:41.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:41.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:53:41.678 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:41.678 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:41.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:41.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:41.679 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:53:41.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:41.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:41.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:41.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:41.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:53:41.679 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name project 08:53:41.679 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:41.679 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:41.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:41.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:53:41.680 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:53:41.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:41.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:41.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:41.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:41.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:53:41.680 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 08:53:41.680 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 08:53:41.680 DEBUG [main][TreeItemHandler] Set Tree selection 08:53:41.681 DEBUG [main][TreeHandler] Notify Tree about selection event 08:53:41.687 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 08:53:41.687 DEBUG [WorkbenchTestable][TreeItemHandler] project 08:53:41.688 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:53:41.688 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:53:41.710 DEBUG [main][MenuItemLookup] Found menu:'New' 08:53:41.710 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:53:41.710 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:41.710 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:53:41.710 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:41.710 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:53:41.710 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:53:41.710 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:53:41.710 DEBUG [main][MenuItemLookup] Found menu:'Move...' 08:53:41.710 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 08:53:41.710 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:41.710 DEBUG [main][MenuItemLookup] Found menu:'Import...' 08:53:41.710 DEBUG [main][MenuItemLookup] Found menu:'Export...' 08:53:41.710 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:41.710 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 08:53:41.710 DEBUG [main][MenuItemLookup] Item match:Refresh F5 08:53:41.710 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 08:53:41.710 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 08:53:41.710 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 08:53:41.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:53:41.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:53:41.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 08:53:42.210 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:53:42.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:53:42.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:53:42.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:53:42.211 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:53:42.211 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:53:42.232 DEBUG [main][MenuItemLookup] Found menu:'New' 08:53:42.232 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:53:42.233 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:42.233 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:53:42.233 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:42.233 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:53:42.233 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:53:42.233 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:53:42.233 DEBUG [main][MenuItemLookup] Item match:Delete Delete 08:53:42.233 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 08:53:42.233 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 08:53:42.233 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 08:53:42.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 08:53:42.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 08:53:42.820 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 08:53:42.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:42.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:42.824 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 08:53:42.824 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:53:42.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:42.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:42.824 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:53:42.824 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:53:42.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:42.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:42.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:42.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:42.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:53:42.825 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 08:53:42.825 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 08:53:42.825 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 08:53:42.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:53:42.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:53:42.825 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:53:42.825 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:53:42.825 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 08:53:42.825 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:53:42.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:42.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:42.825 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:53:42.825 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:53:42.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:42.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:42.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:42.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:42.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:53:42.826 INFO [WorkbenchTestable][AbstractButton] Click button OK 08:53:42.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:53:42.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:53:42.826 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:53:42.826 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:53:42.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 08:53:42.831 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 08:53:43.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 08:53:43.331 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 08:53:43.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:53:43.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 08:53:43.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 08:53:43.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:53:43.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:53:43.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:53:43.332 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:53:43.332 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:53:43.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:43.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 08:53:43.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:53:43.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:53:43.333 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 08:53:43.333 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:53:43.333 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:53:43.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:43.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:43.334 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) 08:53:43.334 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 08:53:43.334 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:53:43.334 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:53:43.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:43.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.858 s - in org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) Time elapsed: 6.708 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-0838 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.uiforms.test --- [INFO] Resolving class path of RedDeer UIForms Test... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.uiforms.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.uiforms.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.uiforms.test --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.uiforms.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.uiforms.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.uiforms.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.uiforms.test --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:53:51.820 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:53:51.822 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 08:53:51.836 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:53:51.837 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 08:53:51.914 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:53:51.936 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:53:51.939 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:53:51.944 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:53:51.949 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 08:53:51.949 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 08:53:51.957 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 08:53:52.048 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:53:52.048 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:53:52.051 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:53:52.051 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:53:52.054 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:53:52.054 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:53:52.067 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:53:52.077 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:52.079 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:53:52.080 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:52.108 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:53:52.109 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:52.115 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:52.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:52.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:52.119 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:52.123 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:53:52.127 DEBUG [main][MenuItemLookup] Found menu:'File' 08:53:52.127 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:53:52.127 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:53:52.127 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:53:52.127 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:53:52.127 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:53:52.127 DEBUG [main][MenuItemLookup] Item match:Window 08:53:52.132 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:53:52.132 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:53:52.132 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:53:52.132 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:52.132 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:53:52.133 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:53:52.133 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:52.133 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:53:52.133 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:52.133 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:53:52.133 DEBUG [main][MenuItemLookup] Item match:Preferences 08:53:52.135 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:53:52.135 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:53:52.137 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:53:52.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 08:53:52.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 08:53:52.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:53:52.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:52.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:52.337 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:53:52.337 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:52.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 08:53:52.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:52.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:52.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:52.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:52.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:53:52.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:53:52.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:53:52.413 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:53:52.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:52.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:52.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:52.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:52.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:53:52.419 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:53:52.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:53:52.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:53:52.420 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:53:52.421 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:53:52.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:53:52.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:53:52.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:52.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:52.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:52.472 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:53:52.474 INFO [WorkbenchTestable][RequirementsRunner] Started test: activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:53:52.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:53:52.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:53:52.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:53:52.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:53:52.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:52.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:52.508 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' view via menu. 08:53:52.509 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:52.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:52.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:52.509 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:52.509 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:53:52.510 DEBUG [main][MenuItemLookup] Found menu:'File' 08:53:52.510 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:53:52.510 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:53:52.510 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:53:52.510 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:53:52.510 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:53:52.510 DEBUG [main][MenuItemLookup] Item match:Window 08:53:52.511 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:53:52.511 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:53:52.511 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:53:52.511 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:52.511 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:53:52.511 DEBUG [main][MenuItemLookup] Item match:Show View 08:53:52.520 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:53:52.520 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:53:52.520 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:53:52.520 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:53:52.520 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:53:52.520 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:53:52.520 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:53:52.520 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:53:52.520 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:52.520 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:53:52.520 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:53:52.521 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:53:52.521 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:53:52.521 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:53:52.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:53:52.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:53:52.571 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:53:52.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:52.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:52.572 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:53:52.572 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:53:52.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:52.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:52.573 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:53:52.573 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:53:52.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:52.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:52.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:52.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:52.576 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:53:52.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:53:52.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:53:52.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test UI Forms has children... 08:53:52.578 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test UI Forms 08:53:52.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:53.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:53.083 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test UI Forms 08:53:53.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test UI Forms has children finished successfully 08:53:53.086 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test UI Forms 08:53:53.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:53.086 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test UI Forms is already expanded. No action performed 08:53:53.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:53.086 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test UI Forms 08:53:53.086 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item UI Form Test 08:53:53.087 DEBUG [main][TreeItemHandler] Selecting tree item: UI Form Test 08:53:53.087 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item UI Form Test about selection 08:53:53.088 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: UI Form Test 08:53:53.088 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:53:53.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:53.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:53.088 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:53:53.088 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:53:53.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:53.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:53.090 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:53:53.090 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:53:53.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:53.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:53.090 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:53:53.090 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:53:53.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:53.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:53.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:53.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:53.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:53:53.092 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:53:53.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:53:53.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:53:53.092 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:53:53.092 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:53:53.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:53:53.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:53:53.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.ui.views.UIFormView' view is open... 08:53:53.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:53.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:53.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.ui.views.UIFormView' view is open finished successfully 08:53:53.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:53.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:53.382 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:53.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:53.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:53.383 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:53.384 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:53:53.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:53.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:53.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:53.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:53.388 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:53.391 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:53:53.407 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:53:53.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:53.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:53:53.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:53:53.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:53:53.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with no referenced composite specified, index 0 and no matchers specified 08:53:53.444 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:53:53.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:53.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:53.463 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:53:53.464 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:53:53.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:53.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:53.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:53.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:53.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 08:53:53.467 TRACE [main][WidgetHandler] Notify Hyperlink with event 6 08:53:53.467 TRACE [main][WidgetHandler] Wait for synchronization 08:53:53.467 TRACE [main][WidgetHandler] Notify Hyperlink with event 3 08:53:53.467 TRACE [main][WidgetHandler] Wait for synchronization 08:53:53.467 TRACE [main][WidgetHandler] Notify Hyperlink with event 4 08:53:53.468 TRACE [main][WidgetHandler] Wait for synchronization 08:53:53.468 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Hyperlink clicked") 08:53:53.468 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:53:53.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:53.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:53.470 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:53:53.470 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:53:53.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:53.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:53.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:53.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:53.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 08:53:53.472 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:53:53.472 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:53:53.474 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:53:53.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:53.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:53.476 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:53:53.477 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:53:53.477 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:53:53.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:53:53.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:53:53.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:53:53.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:53:53.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:53.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:53.486 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:53:53.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:53.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:53.491 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:53.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:53.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:53.492 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:53.492 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:53:53.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:53.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:53.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:53.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:53.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:53.524 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:53:53.524 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:53:53.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:53.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:53:53.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:53:53.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:53:53.529 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Non existing hyperlink") 08:53:53.529 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:53:53.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:53.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:53.543 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:53:53.543 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:53:53.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:53.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:53.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:54.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:54.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:54.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:54.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:54.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:53:54.602 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was not found 08:53:54.604 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:53:54.604 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:53:54.604 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:53:54.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:54.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:54.605 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:53:54.606 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:53:54.606 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:53:54.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:53:54.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:53:54.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:53:54.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:53:54.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:54.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:54.611 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:53:54.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:54.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:54.616 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:54.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:54.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:54.632 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:54.633 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:53:54.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:54.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:54.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:54.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:54.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:54.640 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:53:54.640 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:53:54.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:54.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:53:54.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:53:54.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:53:54.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with no referenced composite specified, index 1 and no matchers specified 08:53:54.645 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:53:54.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:54.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:54.645 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:53:54.646 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:53:54.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:54.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:53:54.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:53:54.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:54.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 1 was found 08:53:54.649 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:53:54.649 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:53:54.650 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:53:54.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:54.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:54.665 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:53:54.665 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:53:54.665 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:53:54.665 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:53:54.665 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:53:54.665 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:53:54.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:53:54.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:54.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:54.672 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:53:54.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:54.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:54.676 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:54.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:54.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:54.677 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:54.677 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:53:54.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:54.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:54.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:54.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:54.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:54.681 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:53:54.681 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:53:54.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:54.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:53:54.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:53:54.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:53:54.714 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 08:53:54.714 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:53:54.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:54.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:54.714 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:53:54.714 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:53:54.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:54.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:54.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:54.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:54.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:53:54.731 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget which text matches: "Hyperlink Section C") 08:53:54.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:54.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:54.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:54.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:54.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 08:53:54.734 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:53:54.734 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:53:54.734 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:53:54.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:54.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:54.735 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:53:54.735 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:53:54.735 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:53:54.735 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:53:54.735 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:53:54.735 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:53:54.735 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:53:54.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:54.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:54.739 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:53:54.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:54.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:54.743 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:54.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:54.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:54.744 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:54.744 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:53:54.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:54.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:54.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:54.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:54.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:54.747 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:53:54.747 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:53:54.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:54.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:53:54.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:53:54.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:53:54.769 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with no referenced composite specified, index 0 and no matchers specified 08:53:54.769 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:53:54.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:54.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:54.785 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:53:54.785 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:53:54.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:54.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:54.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:54.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:54.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 08:53:54.786 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:53:54.786 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:53:54.786 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:53:54.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:54.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:54.787 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:53:54.787 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:53:54.787 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:53:54.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:53:54.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:53:54.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:53:54.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:53:54.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:54.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:54.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. 08:53:54.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:54.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:54.795 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:54.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:54.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:54.795 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:54.795 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:53:54.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:54.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:54.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:54.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:54.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:54.799 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:53:54.799 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:53:54.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:54.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:53:54.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:53:54.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:53:54.826 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Hyperlink Section B") 08:53:54.826 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:53:54.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:54.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:54.826 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:53:54.827 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:53:54.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:54.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:54.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:54.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:54.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 08:53:54.828 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:53:54.828 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:53:54.828 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:53:54.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:54.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:54.829 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:53:54.829 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:53:54.829 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:53:54.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:53:54.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:53:54.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:53:54.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:53:54.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:54.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:54.849 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:53:54.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:54.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:54.854 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:54.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:54.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:54.855 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:54.855 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:53:54.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:54.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:54.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:54.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:54.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:54.858 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:53:54.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:53:54.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:54.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:53:54.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:53:54.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:53:54.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 08:53:54.863 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:53:54.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:54.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:54.864 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:53:54.864 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:53:54.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:54.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:54.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:54.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:54.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:53:54.881 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and no matchers specified 08:53:54.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:54.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:54.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:54.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:54.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 08:53:54.885 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:53:54.885 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:53:54.885 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:53:54.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:54.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:54.885 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:53:54.886 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:53:54.886 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:53:54.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:53:54.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:53:54.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:53:54.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:53:54.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:54.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:54.889 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:53:54.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:54.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:54.893 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:54.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:54.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:54.894 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:54.894 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:53:54.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:54.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:54.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:54.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:54.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:54.928 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:53:54.928 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:53:54.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:54.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:53:54.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:53:54.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:53:54.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") 08:53:54.932 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:53:54.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:54.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:54.949 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:53:54.949 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:53:54.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:54.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:54.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:54.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:54.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:53:54.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 1 and no matchers specified 08:53:54.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:54.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:53:54.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:53:54.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:54.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 1 was found 08:53:54.955 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:53:54.955 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:53:54.955 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:53:54.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:54.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:54.956 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:53:54.957 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:53:54.957 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:53:54.957 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:53:54.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:54.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.21 s - in org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 1.002 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 1.128 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.059 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.07 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.052 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.042 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.056 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.07 s Running org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:53:54.987 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:53:54.988 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:53:54.989 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:53:54.989 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:53:54.989 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:53:54.989 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:53:54.989 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:53:54.989 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:53:54.989 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:53:54.989 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:53:54.989 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:53:54.990 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:54.990 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:53:54.990 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:54.990 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:53:54.990 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:54.990 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:54.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:54.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:55.027 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:55.027 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:53:55.027 DEBUG [main][MenuItemLookup] Found menu:'File' 08:53:55.027 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:53:55.027 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:53:55.027 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:53:55.027 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:53:55.027 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:53:55.027 DEBUG [main][MenuItemLookup] Item match:Window 08:53:55.028 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:53:55.028 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:53:55.028 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:53:55.028 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:55.028 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:53:55.028 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:53:55.028 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:55.028 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:53:55.028 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:55.028 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:53:55.028 DEBUG [main][MenuItemLookup] Item match:Preferences 08:53:55.029 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:53:55.029 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:53:55.029 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:53:55.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 08:53:55.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 08:53:55.134 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:53:55.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:55.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:55.136 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:53:55.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:55.136 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 08:53:55.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:55.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:55.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:55.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:55.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:53:55.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:53:55.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:53:55.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:53:55.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:55.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:55.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:55.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:55.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:53:55.140 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:53:55.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:53:55.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:53:55.140 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:53:55.140 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:53:55.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:53:55.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:53:55.180 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:55.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:55.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:55.181 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:53:55.181 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:53:55.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:53:55.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:53:55.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:53:55.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:53:55.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:55.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:55.185 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:53:55.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:55.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:55.229 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:55.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:55.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:55.229 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:55.229 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:53:55.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:55.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:55.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:55.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:55.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:55.233 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:53:55.233 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:53:55.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:55.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:53:55.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:53:55.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:53:55.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:55.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:55.244 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 08:53:55.244 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:55.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:55.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:55.264 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:55.264 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:53:55.265 DEBUG [main][MenuItemLookup] Found menu:'File' 08:53:55.265 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:53:55.265 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:53:55.265 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:53:55.265 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:53:55.265 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:53:55.265 DEBUG [main][MenuItemLookup] Item match:Window 08:53:55.266 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:53:55.266 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:53:55.266 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:53:55.266 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:55.266 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:53:55.266 DEBUG [main][MenuItemLookup] Item match:Show View 08:53:55.270 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:53:55.270 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:53:55.270 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:53:55.270 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:53:55.270 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:53:55.270 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:53:55.270 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:53:55.270 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:53:55.270 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:55.270 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:53:55.270 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:53:55.271 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:53:55.271 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:53:55.271 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:53:55.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:53:55.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:53:55.339 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:53:55.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:55.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:55.340 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:53:55.340 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:53:55.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:55.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:55.340 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:53:55.340 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:53:55.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:55.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:55.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:55.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:55.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:53:55.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:53:55.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:53:55.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:53:55.342 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:53:55.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:55.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:55.846 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:53:55.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:53:55.848 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:53:55.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:53:55.848 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:53:55.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:53:55.848 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:53:55.848 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 08:53:55.849 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 08:53:55.849 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 08:53:55.849 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 08:53:55.849 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:53:55.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:55.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:55.849 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:53:55.849 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:53:55.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:55.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:55.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:53:55.850 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:53:55.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:55.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:55.850 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:53:55.850 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:53:55.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:55.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:55.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:55.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:55.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:53:55.851 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:53:55.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:53:55.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:53:55.851 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:53:55.851 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:53:55.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:53:55.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:53:55.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.DefaultFormTest$LogView' view is open... 08:53:55.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:55.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:55.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.DefaultFormTest$LogView' view is open finished successfully 08:53:55.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:55.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:55.975 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:55.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:55.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:55.976 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:55.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 '\*?\QError Log\E') 08:53:55.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:55.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:55.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:55.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:55.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:55.980 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 08:53:55.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 08:53:55.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:55.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:53:55.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:53:55.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:53:55.981 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and no matchers specified 08:53:55.981 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:53:55.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:55.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:55.982 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Error Log (Workspace Log)"as the parent 08:53:55.982 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:53:55.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:55.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:55.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:56.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:56.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:56.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:56.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:56.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:53:56.985 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was not found 08:53:56.985 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 08:53:56.985 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 08:53:56.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:56.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:53:56.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:53:56.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:53:56.986 INFO [WorkbenchTestable][AbstractView] Close view 'Error Log' 08:53:56.986 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Error Log 08:53:56.987 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 08:53:56.988 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:53:57.015 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:53:57.015 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:53:57.015 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:53:57.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:57.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:57.048 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:53:57.049 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:53:57.049 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:53:57.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:53:57.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:53:57.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:53:57.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:53:57.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:57.052 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:53:57.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:57.059 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:57.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:57.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:57.061 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:57.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:53:57.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:57.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:57.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:57.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:57.064 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:53:57.064 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:53:57.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:57.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:53:57.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:53:57.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:53:57.068 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 1 and no matchers specified 08:53:57.068 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:53:57.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:57.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:57.068 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:53:57.068 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:53:57.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:57.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:53:57.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:53:57.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:57.069 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 1 was found 08:53:57.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:57.094 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:53:57.094 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:53:57.094 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:53:57.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:57.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:57.094 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:53:57.095 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:53:57.095 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:53:57.095 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:53:57.095 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:53:57.095 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:53:57.095 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:53:57.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:57.116 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:53:57.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:57.126 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:57.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:57.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:57.127 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:57.127 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:53:57.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:57.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:57.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:57.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:57.133 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:53:57.133 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:53:57.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:57.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:53:57.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:53:57.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:53:57.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 08:53:57.138 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:53:57.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:57.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:57.139 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:53:57.139 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:53:57.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:57.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:57.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:57.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:53:57.162 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget which text matches: "Form D") 08:53:57.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:57.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:57.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:57.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:53:57.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:57.176 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:53:57.177 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:53:57.177 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:53:57.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:57.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:57.177 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:53:57.177 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:53:57.178 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:53:57.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:53:57.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:53:57.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:53:57.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:53:57.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:57.184 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:53:57.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:57.192 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:57.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:57.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:57.193 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:57.193 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:53:57.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:57.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:57.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:57.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:57.199 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:53:57.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:53:57.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:57.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:53:57.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:53:57.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:53:57.203 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and no matchers specified 08:53:57.203 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:53:57.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:57.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:57.204 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:53:57.204 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:53:57.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:57.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:57.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:57.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:53:57.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:57.234 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:53:57.234 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:53:57.234 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:53:57.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:57.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:57.234 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:53:57.235 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:53:57.235 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:53:57.235 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:53:57.235 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:53:57.235 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:53:57.235 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:53:57.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:57.238 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:53:57.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:57.246 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:57.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:57.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:57.248 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:57.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') 08:53:57.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:57.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:57.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:57.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:57.254 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:53:57.254 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:53:57.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:57.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:53:57.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:53:57.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:53:57.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 08:53:57.258 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:53:57.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:57.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:57.279 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:53:57.279 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:53:57.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:57.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:57.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:57.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:53:57.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:57.295 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:53:57.295 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:53:57.295 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:53:57.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:57.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:57.295 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:53:57.296 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:53:57.296 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:53:57.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:53:57.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:53:57.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:53:57.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:53:57.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:57.302 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:53:57.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:57.314 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:57.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:57.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:57.314 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:57.314 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:53:57.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:57.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:57.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:57.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:57.320 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:53:57.321 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:53:57.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:57.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:53:57.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:53:57.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:53:57.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 08:53:57.325 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:53:57.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:57.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:57.345 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:53:57.345 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:53:57.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:57.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:57.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:57.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:53:57.348 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and no matchers specified 08:53:57.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:57.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:57.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:57.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:53:57.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:57.361 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:53:57.361 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:53:57.361 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:53:57.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:57.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:57.361 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:53:57.362 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:53:57.362 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:53:57.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:53:57.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:53:57.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:53:57.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:53:57.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:57.369 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:53:57.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:57.380 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:57.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:57.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:57.381 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:57.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 '\*?\QUI Form Test\E') 08:53:57.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:57.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:57.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:57.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:57.432 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:53:57.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:53:57.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:57.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:53:57.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:53:57.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:53:57.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 following matchers specified (Matcher matching widget which text matches: "Form B") 08:53:57.443 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:53:57.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:57.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:57.444 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:53:57.444 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:53:57.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:57.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:57.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:57.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:53:57.468 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 1 and no matchers specified 08:53:57.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:57.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:53:57.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:53:57.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:57.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 1 was found 08:53:57.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:57.486 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:53:57.486 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:53:57.487 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:53:57.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:57.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:57.488 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:53:57.488 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:53:57.488 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:53:57.488 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:53:57.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:57.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.502 s - in org.eclipse.reddeer.uiforms.test.DefaultFormTest testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 1.867 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.082 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.056 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.06 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.065 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.126 s Running org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:53:57.511 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:53:57.512 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:53:57.513 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:53:57.513 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:53:57.513 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:53:57.513 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:53:57.514 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:53:57.514 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:53:57.514 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:53:57.514 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:53:57.515 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:53:57.515 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:57.515 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:53:57.515 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:57.515 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:53:57.515 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:57.516 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:57.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:57.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:57.516 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:57.516 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:53:57.517 DEBUG [main][MenuItemLookup] Found menu:'File' 08:53:57.517 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:53:57.517 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:53:57.517 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:53:57.517 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:53:57.517 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:53:57.517 DEBUG [main][MenuItemLookup] Item match:Window 08:53:57.519 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:53:57.519 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:53:57.520 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:53:57.520 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:57.520 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:53:57.520 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:53:57.520 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:57.520 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:53:57.520 DEBUG [main][MenuItemLookup] Found menu:'' 08:53:57.520 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:53:57.520 DEBUG [main][MenuItemLookup] Item match:Preferences 08:53:57.520 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:53:57.520 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:53:57.520 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:53:57.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 08:53:57.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 08:53:57.621 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:53:57.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:57.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:57.622 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:53:57.622 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:53:57.622 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 08:53:57.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:57.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:57.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:57.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:53:57.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:53:57.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:53:57.624 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:53:57.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:57.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:57.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:57.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:53:57.640 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:53:57.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:53:57.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:53:57.640 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:53:57.640 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:53:57.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:53:57.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:53:57.676 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:57.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:57.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:57.677 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:53:57.678 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:53:57.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:53:57.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:53:57.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:53:57.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:53:57.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:57.682 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:53:57.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:57.686 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:57.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:57.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:57.686 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:57.687 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:53:57.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:57.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:57.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:57.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:57.690 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:53:57.691 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:53:57.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:57.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:53:57.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:53:57.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:53:57.727 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type) 08:53:57.727 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:53:57.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:57.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:57.740 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:53:57.740 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:53:57.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:57.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:57.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:57.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 08:53:57.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.uiforms.impl.expandablecomposite.DefaultExpandableComposite, index 0 and following matchers specified (Matcher matching widget which text matches: "Value: ") 08:53:57.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:57.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:57.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:58.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:58.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:58.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:58.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:58.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:53:58.754 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 08:53:58.754 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:53:58.754 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:53:58.754 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:53:58.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:58.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:58.754 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:53:58.755 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:53:58.755 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:53:58.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:53:58.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:53:58.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:53:58.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:53:58.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:58.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:58.761 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:53:58.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:58.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:58.766 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:58.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:58.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:58.767 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:58.767 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:53:58.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:58.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:58.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:58.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:58.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:58.798 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:53:58.798 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:53:58.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:58.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:53:58.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:53:58.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:53:58.802 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type) 08:53:58.802 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:53:58.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:58.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:58.821 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:53:58.821 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:53:58.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:58.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:58.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:58.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:58.821 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 08:53:58.828 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.uiforms.impl.expandablecomposite.DefaultExpandableComposite, index 0 and following matchers specified (Matcher matching widget which text matches: "Value: ") 08:53:58.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:58.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:58.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:58.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:58.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:53:58.829 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:53:58.830 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:53:58.830 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:53:58.830 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:53:58.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:58.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:58.830 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:53:58.831 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:53:58.831 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:53:58.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:53:58.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:53:58.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:53:58.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:53:58.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:58.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:58.842 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:53:58.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:58.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:58.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:58.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:58.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:58.848 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:58.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:53:58.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:58.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:58.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:58.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:58.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:58.881 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:53:58.881 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:53:58.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:58.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:53:58.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:53:58.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:53:58.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type, Matcher matching widgets with text that without mnenomic matches: is "Non existing expandable composite title") 08:53:58.886 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:53:58.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:58.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:58.911 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:53:58.911 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:53:58.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:58.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:58.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:59.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:59.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:59.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:59.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:53:59.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:53:59.937 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was not found 08:53:59.937 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:53:59.937 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:53:59.937 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:53:59.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:59.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:59.938 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:53:59.938 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:53:59.938 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:53:59.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:53:59.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:53:59.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:53:59.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:53:59.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:59.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:59.943 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:53:59.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:59.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:59.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:53:59.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:53:59.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:53:59.965 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:53:59.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 '\*?\QUI Form Test\E') 08:53:59.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:59.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:53:59.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:53:59.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:59.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:53:59.970 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:53:59.970 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:53:59.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:53:59.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:53:59.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:53:59.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:53:59.975 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 1 and following matchers specified (Matcher matching widget with the ExpandableComposite type) 08:53:59.975 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:53:59.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:59.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:59.975 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:53:59.975 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:53:59.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:53:59.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:53:59.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:53:59.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:53:59.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 1 was found 08:53:59.978 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:53:59.978 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:53:59.978 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:53:59.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:53:59.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:53:59.979 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:53:59.979 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:53:59.979 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:53:59.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:53:59.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:53:59.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:53:59.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:53:59.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:00.002 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:54:00.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:00.005 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:00.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:00.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:00.005 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:00.005 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:54:00.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:00.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:00.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:00.009 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:54:00.009 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:54:00.009 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:54:00.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:54:00.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:54:00.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:54:00.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:54:00.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 08:54:00.013 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:54:00.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:00.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:00.013 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:54:00.013 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:54:00.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:00.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:00.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:00.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:54:00.033 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type, Matcher matching widgets with text that without mnenomic matches: is "Expandable composite C") 08:54:00.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:00.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:00.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:00.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 08:54:00.034 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:54:00.034 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:00.034 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:00.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:00.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:00.035 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:54:00.035 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:00.035 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:54:00.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:54:00.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:00.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:00.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:00.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:00.039 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:54:00.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:00.043 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:00.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:00.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:00.043 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:00.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') 08:54:00.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:00.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:00.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:00.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:54:00.072 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:54:00.072 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:54:00.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:54:00.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:54:00.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:54:00.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:54:00.076 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type) 08:54:00.076 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:54:00.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:00.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:00.076 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:54:00.077 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:54:00.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:00.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:00.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:00.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 08:54:00.078 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:54:00.078 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:00.078 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:00.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:00.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:00.079 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:54:00.079 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:00.080 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:54:00.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:54:00.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:00.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:00.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:00.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:00.101 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:54:00.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:00.104 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:00.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:00.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:00.104 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:00.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 '\*?\QUI Form Test\E') 08:54:00.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:00.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:00.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:00.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:54:00.108 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:54:00.108 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:54:00.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:54:00.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:54:00.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:54:00.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:54:00.112 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type, Matcher matching widgets with text that without mnenomic matches: is "Expandable composite C") 08:54:00.112 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:54:00.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:00.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:00.112 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:54:00.112 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:54:00.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:00.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:00.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:00.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 08:54:00.132 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:54:00.132 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:00.132 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:00.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:00.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:00.132 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:54:00.133 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:00.133 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:54:00.133 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:54:00.133 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:00.133 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:00.133 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:00.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:00.137 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:54:00.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:00.141 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:00.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:00.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:00.142 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:00.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:54:00.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:00.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:00.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:00.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:54:00.146 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:54:00.146 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:54:00.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:54:00.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:54:00.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:54:00.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:54:00.169 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 08:54:00.169 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:54:00.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:00.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:00.169 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:54:00.169 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:54:00.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:00.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:00.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:00.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:54:00.171 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type) 08:54:00.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:00.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:00.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:00.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 08:54:00.172 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:54:00.172 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:00.172 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:00.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:00.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:00.172 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:54:00.173 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:00.173 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:54:00.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:54:00.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:00.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:00.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:00.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:00.176 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:54:00.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:00.180 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:00.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:00.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:00.180 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:00.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:54:00.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:00.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:00.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:00.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:54:00.202 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:54:00.202 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:54:00.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:54:00.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:54:00.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:54:00.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:54:00.205 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 08:54:00.205 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:54:00.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:00.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:00.206 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:54:00.206 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:54:00.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:00.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:00.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:00.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:54:00.208 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 1 and following matchers specified (Matcher matching widget with the ExpandableComposite type) 08:54:00.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:00.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:54:00.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:54:00.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:00.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 1 was found 08:54:00.209 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:54:00.209 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:00.209 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:00.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:00.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:00.210 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:54:00.210 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:54:00.210 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:00.210 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:00.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:00.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.701 s - in org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 1.076 s testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.075 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 1.106 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.041 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.056 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.044 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.052 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.037 s Running org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:54:00.218 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:54:00.219 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:54:00.220 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:00.220 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:54:00.220 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:00.220 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:54:00.234 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:00.234 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:54:00.234 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:00.235 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:54:00.235 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:54:00.235 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:00.235 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:54:00.235 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:00.235 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:54:00.235 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:00.235 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:00.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:00.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:00.236 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:00.236 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:54:00.236 DEBUG [main][MenuItemLookup] Found menu:'File' 08:54:00.236 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:54:00.236 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:54:00.236 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:54:00.236 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:54:00.236 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:54:00.236 DEBUG [main][MenuItemLookup] Item match:Window 08:54:00.237 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:54:00.237 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:54:00.237 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:54:00.237 DEBUG [main][MenuItemLookup] Found menu:'' 08:54:00.237 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:54:00.237 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:54:00.237 DEBUG [main][MenuItemLookup] Found menu:'' 08:54:00.237 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:54:00.237 DEBUG [main][MenuItemLookup] Found menu:'' 08:54:00.237 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:54:00.237 DEBUG [main][MenuItemLookup] Item match:Preferences 08:54:00.237 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:54:00.237 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:54:00.237 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:54:00.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 08:54:00.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. finished successfully 08:54:00.342 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:54:00.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:00.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:00.344 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:54:00.344 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:00.344 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 08:54:00.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:00.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:00.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:00.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:54:00.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:54:00.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:54:00.345 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:54:00.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:00.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:00.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:00.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:00.347 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:54:00.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:54:00.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:54:00.347 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:54:00.347 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:54:00.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:54:00.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:54:00.384 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:00.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:00.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:00.384 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:00.385 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:54:00.385 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:54:00.385 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:00.385 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:00.385 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:00.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:00.388 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:54:00.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:00.391 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:00.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:00.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:00.391 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:00.392 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:54:00.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:00.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:00.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:00.395 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:54:00.395 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:54:00.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:54:00.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:54:00.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:54:00.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:54:00.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:54:00.400 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified 08:54:00.400 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:54:00.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:00.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:00.419 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:54:00.419 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:54:00.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:00.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:00.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:00.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 08:54:00.423 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "FormText clicked") 08:54:00.423 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:54:00.423 TRACE [main][WidgetHandler] Notify FormText with event 1 08:54:00.423 TRACE [main][WidgetHandler] Wait for synchronization 08:54:00.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:00.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:00.426 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:54:00.426 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:54:00.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:00.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:00.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:00.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 08:54:00.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:54:00.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:00.426 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:00.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:00.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:00.427 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:54:00.427 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:00.427 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:54:00.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:54:00.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:00.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:00.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:00.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:00.431 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:54:00.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:00.435 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:00.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:00.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:00.436 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:00.436 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:54:00.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:00.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:00.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:00.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:54:00.439 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:54:00.439 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:54:00.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:54:00.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:54:00.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:54:00.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:54:00.443 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified 08:54:00.443 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:54:00.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:00.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:00.443 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:54:00.443 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:54:00.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:00.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:00.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:00.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 08:54:00.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 1 and no matchers specified 08:54:00.444 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:54:00.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:00.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:00.444 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:54:00.444 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:54:00.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:00.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:54:00.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:54:00.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:00.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 08:54:00.446 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:54:00.446 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:00.446 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:00.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:00.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:00.446 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:54:00.446 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:00.446 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:54:00.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:54:00.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:00.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:00.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:00.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:00.467 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:54:00.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:00.471 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:00.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:00.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:00.472 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:00.472 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:54:00.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:00.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:00.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:00.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:54:00.475 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:54:00.475 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:54:00.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:54:00.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:54:00.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:54:00.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:54:00.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 following matchers specified (Matcher matching widget which text matches: "Non existing hyperlink") 08:54:00.481 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:54:00.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:00.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:00.482 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:54:00.482 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:54:00.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:00.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:00.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:54:01.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:01.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:54:01.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:01.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:54:01.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:54:01.525 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was not found 08:54:01.526 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:54:01.526 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:01.526 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:01.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:01.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:01.526 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:54:01.526 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:01.527 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:54:01.527 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:54:01.527 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:01.527 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:01.527 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:01.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:01.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:01.531 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:54:01.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:01.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:01.536 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:01.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:01.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:01.563 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:01.563 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:54:01.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:01.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:01.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:01.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:01.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:54:01.567 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:54:01.567 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:54:01.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:54:01.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:54:01.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:54:01.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:54:01.573 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 1 and no matchers specified 08:54:01.573 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:54:01.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:01.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:01.574 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:54:01.574 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:54:01.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:01.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:54:01.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:54:01.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:01.574 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 08:54:01.576 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:54:01.576 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:01.576 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:01.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:01.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:01.576 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:54:01.576 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:01.576 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:54:01.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:54:01.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:01.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:01.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:01.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:01.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:01.581 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:54:01.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:01.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:01.604 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:01.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:01.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:01.605 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:01.605 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:54:01.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:01.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:01.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:01.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:01.608 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:54:01.608 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:54:01.608 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:54:01.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:54:01.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:54:01.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:54:01.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:54:01.612 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified 08:54:01.613 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:54:01.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:01.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:01.613 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:54:01.613 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:54:01.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:01.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:01.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:01.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:01.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 08:54:01.614 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:54:01.614 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:01.614 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:01.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:01.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:01.615 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:54:01.615 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:01.615 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:54:01.615 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:54:01.615 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:01.615 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:01.615 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:01.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:01.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:01.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. 08:54:01.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:01.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:01.642 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:01.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:01.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:01.642 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:01.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:54:01.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:01.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:01.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:01.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:01.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:54:01.648 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:54:01.648 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:54:01.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:54:01.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:54:01.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:54:01.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:54:01.652 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 08:54:01.652 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:54:01.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:01.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:01.652 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:54:01.652 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:54:01.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:01.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:01.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:01.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:01.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:54:01.672 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget which text matches: "FormText Section C") 08:54:01.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:01.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:01.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:01.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:01.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 08:54:01.674 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:54:01.674 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:01.674 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:01.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:01.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:01.674 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:54:01.674 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:01.675 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:54:01.675 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:54:01.675 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:01.675 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:01.675 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:01.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:01.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:01.680 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:54:01.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:01.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:01.684 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:01.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:01.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:01.685 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54: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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:54:01.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:01.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:01.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:01.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:01.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:54:01.706 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:54:01.706 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:54:01.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:54:01.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:54:01.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:54:01.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:54:01.710 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified 08:54:01.710 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:54:01.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:01.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:01.710 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:54:01.710 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:54:01.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:01.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:01.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:01.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:01.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 08:54:01.712 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:54:01.712 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:01.712 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:01.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:01.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:01.712 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:54:01.712 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:01.713 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:54:01.713 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:54:01.713 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:01.713 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:01.713 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:01.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:01.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:01.718 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:54:01.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:01.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:01.740 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:01.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:01.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:01.741 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:01.741 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:54:01.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:01.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:01.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:01.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:01.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:54:01.747 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:54:01.747 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:54:01.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:54:01.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:54:01.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:54:01.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:54:01.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified 08:54:01.751 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:54:01.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:01.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:01.751 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:54:01.751 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:54:01.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:01.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:01.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:01.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:01.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 08:54:01.752 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:54:01.752 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:01.753 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:01.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:01.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:01.753 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:54:01.753 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:01.753 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:54:01.753 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:54:01.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:01.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:01.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:01.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:01.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:01.775 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:54:01.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:01.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:01.783 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:01.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:01.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:01.786 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:01.786 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:54:01.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:01.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:01.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:01.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:01.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:54:01.807 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:54:01.808 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:54:01.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:54:01.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:54:01.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:54:01.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:54:01.814 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "FormText Section A") 08:54:01.814 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:54:01.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:01.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:01.814 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:54:01.814 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:54:01.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:01.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:01.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:01.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:01.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 08:54:01.816 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:54:01.816 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:01.816 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:01.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:01.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:01.817 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:54:01.817 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:01.818 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:54:01.818 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:54:01.818 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:01.818 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:01.818 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:01.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:01.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:01.839 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:54:01.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:01.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:01.844 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:01.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:01.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:01.845 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:01.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 '\*?\QUI Form Test\E') 08:54:01.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:01.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:01.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:01.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:01.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:54:01.851 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:54:01.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:54:01.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:54:01.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:54:01.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:54:01.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:54:01.855 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 08:54:01.855 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:54:01.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:01.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:01.872 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:54:01.872 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:54:01.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:01.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:01.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:01.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:01.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:54:01.874 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and no matchers specified 08:54:01.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:01.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:01.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:01.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:01.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 08:54:01.875 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:54:01.875 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:01.875 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:01.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:01.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:01.876 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:54:01.876 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:01.877 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:54:01.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:54:01.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:01.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:01.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:01.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:01.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:01.881 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:54:01.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:01.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:01.884 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:01.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:01.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:01.884 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:01.884 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:54:01.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:01.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:01.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:01.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:01.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:54:01.905 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:54:01.905 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:54:01.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:54:01.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:54:01.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:54:01.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:54:01.908 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 08:54:01.908 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:54:01.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:01.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:01.909 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:54:01.909 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:54:01.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:01.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:01.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:01.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:01.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:54:01.911 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 1 and no matchers specified 08:54:01.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:01.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:54:01.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:54:01.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:01.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 08:54:01.913 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:54:01.913 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:01.913 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:01.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:01.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:01.913 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:54:01.913 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:54:01.913 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:01.913 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:01.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:01.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.696 s - in org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.042 s hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.019 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 1.08 s indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.049 s defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.039 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.059 s hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.037 s getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.04 s titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.064 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.058 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.036 s Running org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:54:01.922 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:54:01.924 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:54:01.924 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:01.924 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:54:01.924 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:01.924 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:54:01.937 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:01.937 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:54:01.938 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:01.938 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:54:01.938 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:54:01.938 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:01.938 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:54:01.938 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:01.938 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:54:01.938 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:01.938 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:01.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:01.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:01.939 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:01.939 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:54:01.939 DEBUG [main][MenuItemLookup] Found menu:'File' 08:54:01.940 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:54:01.940 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:54:01.940 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:54:01.940 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:54:01.940 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:54:01.940 DEBUG [main][MenuItemLookup] Item match:Window 08:54:01.942 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:54:01.942 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:54:01.942 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:54:01.942 DEBUG [main][MenuItemLookup] Found menu:'' 08:54:01.942 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:54:01.942 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:54:01.942 DEBUG [main][MenuItemLookup] Found menu:'' 08:54:01.942 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:54:01.942 DEBUG [main][MenuItemLookup] Found menu:'' 08:54:01.942 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:54:01.942 DEBUG [main][MenuItemLookup] Item match:Preferences 08:54:01.942 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:54:01.942 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:54:01.942 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:54:02.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 08:54:02.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. finished successfully 08:54:02.043 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:54:02.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:02.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:02.044 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:54:02.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:02.044 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 08:54:02.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:02.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:02.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:02.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:02.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:54:02.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:54:02.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:54:02.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:54:02.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:02.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:02.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:02.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:02.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:02.060 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:54:02.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:54:02.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:54:02.061 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:54:02.061 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:54:02.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:54:02.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:54:02.111 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:02.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:02.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:02.112 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:02.113 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:54:02.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:54:02.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:02.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:02.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:02.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:02.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:02.137 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:54:02.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:02.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:02.143 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:02.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:02.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:02.143 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:02.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') 08:54:02.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:02.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:02.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:02.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:02.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:54:02.149 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:54:02.149 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:54:02.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:54:02.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:54:02.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:54:02.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:54:02.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and no matchers specified 08:54:02.155 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:54:02.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:02.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:02.169 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:54:02.169 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:54:02.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:02.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:02.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:02.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:02.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 08:54:02.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.uiforms.impl.section.DefaultSection, index 0 and following matchers specified (Matcher matching widget which text matches: "Value: ") 08:54:02.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:02.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:02.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:54:02.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:02.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:54:03.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:03.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:54:03.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:54:03.183 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 08:54:03.183 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:54:03.183 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:03.183 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:03.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:03.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:03.183 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:54:03.183 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:03.184 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:54:03.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:54:03.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:03.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:03.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:03.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:03.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:03.187 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:54:03.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:03.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:03.190 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:03.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:03.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:03.191 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:03.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:54:03.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:03.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:03.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:03.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:03.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:54:03.212 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:54:03.212 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:54:03.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:54:03.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:54:03.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:54:03.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:54:03.216 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and no matchers specified 08:54:03.216 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:54:03.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:03.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:03.216 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:54:03.216 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:54:03.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:03.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:03.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:03.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:03.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 08:54:03.225 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.uiforms.impl.section.DefaultSection, index 0 and following matchers specified (Matcher matching widget which text matches: "Value: ") 08:54:03.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:03.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:03.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:03.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:03.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:54:03.225 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:54:03.226 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:54:03.226 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:03.226 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:03.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:03.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:03.245 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:54:03.246 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:03.246 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:54:03.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:54:03.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:03.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:03.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:03.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:03.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:03.249 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:54:03.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:03.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:03.252 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:03.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:03.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:03.253 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:03.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:54:03.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:03.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:03.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:03.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:03.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:54:03.256 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:54:03.256 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:54:03.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:54:03.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:54:03.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:54:03.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:54:03.259 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Non existing section title") 08:54:03.260 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:54:03.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:03.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:03.278 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:54:03.278 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:54:03.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:03.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:03.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:54:03.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:03.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:54:04.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:04.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:54:04.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:54:04.297 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was not found 08:54:04.297 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:54:04.297 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:04.297 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:04.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:04.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:04.298 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:54:04.298 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:04.298 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:54:04.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:54:04.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:04.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:04.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:04.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:04.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:04.301 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:54:04.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:04.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:04.304 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:04.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:04.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:04.323 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:04.323 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:54:04.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:04.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:04.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:04.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:04.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:54:04.327 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:54:04.327 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:54:04.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:54:04.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:54:04.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:54:04.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:54:04.330 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 1 and no matchers specified 08:54:04.330 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:54:04.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:04.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:04.330 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:54:04.330 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:54:04.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:04.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:54:04.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:54:04.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:04.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 1 was found 08:54:04.333 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:54:04.333 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:04.333 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:04.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:04.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:04.333 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:54:04.333 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:04.334 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:54:04.334 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:54:04.334 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:04.334 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:04.334 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:04.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:04.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:04.337 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:54:04.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:04.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:04.359 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:04.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:04.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:04.360 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:04.360 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:54:04.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:04.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:04.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:04.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:04.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:54:04.364 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:54:04.364 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:54:04.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:54:04.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:54:04.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:54:04.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:54:04.367 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 08:54:04.367 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:54:04.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:04.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:04.367 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:54:04.367 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:54:04.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:04.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:04.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:04.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:04.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:54:04.370 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget which text matches: "Section C") 08:54:04.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:04.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:04.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:04.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:04.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 08:54:04.386 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:54:04.386 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:04.386 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:04.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:04.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:04.387 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:54:04.387 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:04.387 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:54:04.387 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:54:04.387 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:04.387 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:04.387 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:04.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:04.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:04.390 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:54:04.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:04.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:04.394 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:04.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:04.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:04.395 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:04.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') 08:54:04.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:04.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:04.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:04.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:04.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:54:04.427 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:54:04.427 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:54:04.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:54:04.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:54:04.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:54:04.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:54:04.430 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and no matchers specified 08:54:04.430 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:54:04.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:04.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:04.430 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:54:04.431 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:54:04.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:04.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:04.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:04.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:04.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 08:54:04.431 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:54:04.431 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:04.431 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:04.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:04.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:04.431 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:54:04.431 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:04.432 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:54:04.432 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:54:04.432 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:04.432 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:04.432 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:04.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:04.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:04.435 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:54:04.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:04.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:04.452 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:04.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:04.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:04.474 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:04.474 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:54:04.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:04.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:04.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:04.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:04.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:54:04.477 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:54:04.478 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:54:04.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:54:04.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:54:04.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:54:04.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:54:04.482 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Section A") 08:54:04.482 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:54:04.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:04.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:04.482 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:54:04.482 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:54:04.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:04.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:04.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:04.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:04.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 08:54:04.482 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:54:04.482 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:04.482 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:04.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:04.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:04.483 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:54:04.483 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:04.484 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:54:04.484 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:54:04.484 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:04.484 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:04.484 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:04.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:04.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:04.502 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:54:04.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:04.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:04.511 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:04.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:04.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:04.513 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:04.513 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:54:04.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:04.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:04.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:04.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:04.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:54:04.516 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:54:04.516 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:54:04.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:54:04.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:54:04.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:54:04.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:54:04.519 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 08:54:04.519 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:54:04.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:04.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:04.519 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:54:04.534 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:54:04.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:04.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:04.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:04.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:04.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:54:04.536 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and no matchers specified 08:54:04.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:04.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:04.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:04.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:04.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 08:54:04.540 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:54:04.540 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:04.540 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:04.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:04.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:04.541 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:54:04.541 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:04.541 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:54:04.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:54:04.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:04.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:04.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:04.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:04.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:04.544 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:54:04.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:04.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:04.548 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:04.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:04.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:04.549 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:04.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 '\*?\QUI Form Test\E') 08:54:04.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:04.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:04.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:04.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:04.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:54:04.552 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:54:04.552 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:54:04.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:54:04.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:54:04.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:54:04.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:54:04.555 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 08:54:04.555 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:54:04.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:04.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:04.556 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:54:04.556 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:54:04.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:04.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:04.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:04.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:04.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:54:04.576 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 1 and no matchers specified 08:54:04.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:04.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:54:04.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:54:04.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:04.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 1 was found 08:54:04.578 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:54:04.578 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:04.578 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:04.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:04.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:04.578 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:54:04.578 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:54:04.578 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:04.578 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:04.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:04.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.657 s - in org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 1.07 s testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.061 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 1.052 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.035 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.053 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.044 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.051 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.057 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.037 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-0838 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.jface.test --- [INFO] Resolving class path of RedDeer JFace Tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.jface.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.jface.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.jface.test --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.jface.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.jface.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jface.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.jface.test --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Running org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:54:15.254 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:54:15.309 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 08:54:15.322 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:54:15.323 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 08:54:15.348 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:54:15.446 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:54:15.449 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:15.452 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:54:15.454 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 08:54:15.455 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 08:54:15.513 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 08:54:15.517 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:15.518 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:54:15.520 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:15.521 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:54:15.524 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:15.526 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:15.528 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:54:15.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:54:15.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:15.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:15.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:15.610 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:15.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:15.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:15.624 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:15.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:54:15.816 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:15.817 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:15.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 08:54:15.820 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:54:15.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:15.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:15.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available.... 08:54:15.825 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 08:54:15.825 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:15.825 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:15.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available. finished successfully 08:54:15.836 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 08:54:15.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:15.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:15.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:15.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:15.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:15.850 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:54:15.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:54:15.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:54:15.852 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:54:15.853 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:54:20.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available.... 08:54:20.896 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 08:54:20.897 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:20.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available. finished successfully 08:54:20.898 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:54:20.898 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:20.902 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:20.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:20.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:20.904 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:54:20.904 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:20.905 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:54:20.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:54:20.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:20.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:20.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:20.905 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:20.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:20.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:20.905 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:20.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:54:20.958 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:20.959 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:20.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 08:54:20.959 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:54:20.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:20.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:20.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.preference.PreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 08:54:20.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:20.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:20.961 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:54:20.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:20.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:20.961 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:54:20.962 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 08:54:20.962 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:54:20.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:20.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:20.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:20.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:20.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:20.965 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:54:20.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:54:20.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:54:20.965 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:54:20.965 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:54:21.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:54:21.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:54:21.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:54:21.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' has no excuses, wait for it 08:54:21.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' has no excuses, wait for it 08:54:22.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' has no excuses, wait for it 08:54:22.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' has no excuses, wait for it 08:54:23.018 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' has no excuses, wait for it 08:54:23.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' has no excuses, wait for it 08:54:24.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' has no excuses, wait for it 08:54:24.519 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' has no excuses, wait for it 08:54:25.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 08:54:25.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:54:25.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:54:25.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:54:25.020 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:54:25.020 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:25.020 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:25.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:25.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:25.021 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:54:25.021 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:25.021 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:54:25.021 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:54:25.021 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:25.021 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:25.021 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:25.021 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:25.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:25.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:25.022 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:25.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:54:25.074 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:25.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:25.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 08:54:25.075 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:54:25.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:25.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:25.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:54:25.083 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] 08:54:25.083 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:25.084 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:25.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 08:54:25.084 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 08:54:25.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:25.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:25.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:25.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:25.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:25.086 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:54:25.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:54:25.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:54:25.086 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:54:25.086 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:54:30.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:54:30.107 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] 08:54:30.107 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:30.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 08:54:30.107 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:54:30.108 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:30.108 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:30.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:30.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:30.108 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:54:30.109 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:30.109 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:54:30.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:54:30.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:30.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:30.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:30.109 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:30.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:30.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:30.109 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:30.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:54:30.164 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:30.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:30.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 08:54:30.166 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:54:30.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:30.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:30.167 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 08:54:30.167 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:30.167 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:30.168 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:54:30.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:30.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:30.168 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:54:30.168 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 08:54:30.168 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:54:30.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:30.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:30.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:30.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:30.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:30.170 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:54:30.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:54:30.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:54:30.170 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:54:30.170 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:54:30.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:54:30.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:54:30.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:54:30.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:54:30.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:54:30.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:54:30.209 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:54:30.209 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:30.209 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:30.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:30.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:30.210 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:54:30.210 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:30.210 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:54:30.210 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:54:30.210 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:30.210 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:30.210 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:30.211 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:30.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:30.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:30.211 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:30.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:54:30.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:30.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:30.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 08:54:30.261 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:54:30.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:30.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:30.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available.... 08:54:30.262 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 08:54:30.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:30.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:30.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available. finished successfully 08:54:30.262 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 08:54:30.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:30.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:30.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:30.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:30.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:30.265 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:54:30.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:54:30.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:54:30.265 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:54:30.265 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:54:35.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available.... 08:54:35.284 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 08:54:35.285 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:35.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available. finished successfully 08:54:35.285 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:54:35.285 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:35.285 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:35.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:35.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:35.286 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:54:35.286 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:35.286 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:54:35.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:54:35.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:35.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:35.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:35.286 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:35.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:35.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:35.286 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:35.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:54:35.343 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:35.343 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:35.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 08:54:35.344 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:54:35.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:35.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:35.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window is available... 08:54:35.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window is available finished successfully 08:54:35.345 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 08:54:35.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:35.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:35.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:35.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:35.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:35.347 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:54:35.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:54:35.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:54:35.347 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:54:35.347 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:54:40.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:54:40.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:54:40.365 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:54:40.365 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:40.365 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:40.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:40.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:40.366 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:54:40.366 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:54:40.367 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:40.367 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:40.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:40.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.137 s - in org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.376 s testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 4.116 s testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.087 s testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 0.101 s testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.075 s testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.08 s Running org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:54:40.396 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:54:40.397 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:54:40.398 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:40.398 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:54:40.398 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:40.398 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:54:40.398 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:40.398 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:54:40.398 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:40.398 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:40.398 INFO [WorkbenchTestable][RequirementsRunner] Started test: next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:54:40.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:54:40.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:40.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:40.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:40.399 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:40.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:40.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:40.399 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:40.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:54:40.447 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:40.448 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:40.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 08:54:40.448 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:54:40.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:40.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:40.449 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:54:40.449 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 08:54:40.450 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:54:40.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:40.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:40.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:40.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:40.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:40.451 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:54:40.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:54:40.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:54:40.452 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:54:40.452 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:54:40.454 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:54:40.454 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:54:40.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:40.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:40.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:40.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:40.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:40.456 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:40.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:40.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:40.456 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 08:54:40.456 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:54:40.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:40.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:40.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:54:40.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:40.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:40.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:40.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:40.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:40.458 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:54:40.458 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:54:40.482 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:54:40.482 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:40.482 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:40.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:40.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:40.483 INFO [WorkbenchTestable][RequirementsRunner] Finished test: next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:54:40.483 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:40.483 INFO [WorkbenchTestable][RequirementsRunner] Started test: cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:54:40.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:54:40.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:40.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:40.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:40.483 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:40.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:40.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:40.483 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:40.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:54:40.569 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:40.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:40.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. finished successfully 08:54:40.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:54:40.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:40.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:40.571 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:54:40.571 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 08:54:40.571 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:54:40.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:40.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:40.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:40.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:40.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:40.573 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:54:40.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:54:40.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:54:40.573 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:54:40.573 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:54:40.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:54:40.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:54:40.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:54:40.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:54:40.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:54:40.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:54:40.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:40.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:40.622 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:40.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:40.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:40.623 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:40.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:40.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:40.623 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:40.623 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:40.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:40.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:40.623 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:54:40.623 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:40.623 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:40.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:40.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:40.624 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:54:40.624 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:40.624 INFO [WorkbenchTestable][RequirementsRunner] Started test: finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:54:40.624 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:54:40.624 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:40.624 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:40.624 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:40.624 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:40.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:40.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:40.624 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:40.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:54:40.672 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:40.672 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:40.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 08:54:40.673 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:54:40.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:40.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:40.674 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:54:40.674 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 08:54:40.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:40.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:40.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:40.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:40.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:40.675 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:54:40.675 INFO [WorkbenchTestable][WizardDialog] Finish wizard 08:54:40.675 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 08:54:40.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:40.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:40.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:40.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:40.677 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:40.677 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:54:40.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:54:40.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:54:40.677 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:54:40.677 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:54:45.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:54:45.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:54:45.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:54:45.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:54:45.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:54:45.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:54:45.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:45.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:45.694 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:45.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:45.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:45.694 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:45.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:45.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:45.694 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:45.694 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:45.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:45.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:45.694 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:54:45.694 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:45.694 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:45.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:45.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:45.695 INFO [WorkbenchTestable][RequirementsRunner] Finished test: finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:54:45.695 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:45.695 INFO [WorkbenchTestable][RequirementsRunner] Started test: finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:54:45.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:54:45.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:45.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:45.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:45.695 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:45.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:45.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:45.695 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:45.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:54:45.746 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:45.746 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:45.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 08:54:45.746 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:54:45.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:45.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:45.748 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:54:45.749 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 08:54:45.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:45.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:45.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:45.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:45.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:45.750 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:45.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:45.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:45.750 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 08:54:45.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:54:45.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:45.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:45.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:54:45.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:45.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:45.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:45.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:45.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:45.752 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:54:45.752 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:54:45.778 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:54:45.779 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:45.779 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:45.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:45.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:45.779 INFO [WorkbenchTestable][RequirementsRunner] Finished test: finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:54:45.779 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:45.779 INFO [WorkbenchTestable][RequirementsRunner] Started test: getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:54:45.779 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:54:45.779 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:45.779 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:45.779 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:45.779 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:45.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:45.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:45.780 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:45.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:54:45.840 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:45.841 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:45.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 08:54:45.841 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:54:45.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:45.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:45.843 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:54:45.845 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:54:45.847 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:54:45.849 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:45.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:45.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:45.849 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 08:54:45.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:54:45.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:45.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:45.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:54:45.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:45.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:45.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:45.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:45.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:45.851 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:54:45.851 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:54:45.870 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:54:45.870 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:45.870 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:45.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:45.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:45.870 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:54:45.870 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:45.871 INFO [WorkbenchTestable][RequirementsRunner] Started test: back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:54:45.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:54:45.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:45.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:45.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:45.871 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:45.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:45.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:45.871 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:45.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:54:45.934 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:45.934 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:45.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 08:54:45.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:54:45.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:45.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:45.936 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:54:45.936 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 08:54:45.936 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:54:45.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:45.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:45.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:45.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:45.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:45.937 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:54:45.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:54:45.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:54:45.937 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:54:45.937 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:54:45.939 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:54:45.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) 08:54:45.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:45.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:45.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:45.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:45.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:45.941 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:54:45.941 INFO [WorkbenchTestable][WizardDialog] Go to previous wizard page 08:54:45.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) 08:54:45.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:45.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:45.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:45.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:45.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:45.942 INFO [WorkbenchTestable][AbstractButton] Click button < &Back 08:54:45.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:54:45.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:54:45.942 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:54:45.942 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:54:45.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and no matchers specified 08:54:45.945 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:54:45.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:45.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:45.945 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing Wizard" as the parent 08:54:45.945 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:54:45.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:45.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:45.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:45.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:45.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 08:54:45.947 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:45.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:45.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:45.947 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 08:54:45.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:54:45.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:45.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:45.947 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:54:45.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:45.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:45.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:45.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:45.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:45.948 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:54:45.948 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:54:45.963 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:54:45.963 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:45.963 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:45.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:45.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:45.964 INFO [WorkbenchTestable][RequirementsRunner] Finished test: back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:54:45.964 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:45.964 INFO [WorkbenchTestable][RequirementsRunner] Started test: next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:54:45.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:54:45.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:45.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:45.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:45.964 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:45.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:45.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:45.964 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:45.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:54:46.042 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:46.042 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:46.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 08:54:46.043 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:54:46.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:46.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:46.044 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:54:46.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) 08:54:46.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:46.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:46.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:46.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:46.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:46.045 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:54:46.045 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 08:54:46.045 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:54:46.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:46.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:46.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:46.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:46.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:46.046 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:54:46.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:54:46.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:54:46.046 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:54:46.046 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:54:46.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 08:54:46.048 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:54:46.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:46.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:46.048 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing Wizard" as the parent 08:54:46.048 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:54:46.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:46.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:46.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:46.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:46.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 08:54:46.048 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:46.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:46.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:46.049 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 08:54:46.049 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:54:46.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:46.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:46.049 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:54:46.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:46.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:46.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:46.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:46.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:46.050 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:54:46.050 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:54:46.076 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:54:46.076 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:46.076 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:46.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:46.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:46.077 INFO [WorkbenchTestable][RequirementsRunner] Finished test: next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:54:46.077 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:46.077 INFO [WorkbenchTestable][RequirementsRunner] Started test: back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:54:46.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:54:46.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:46.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:46.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:46.077 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:46.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:46.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:46.077 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:46.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:54:46.135 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:46.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:46.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 08:54:46.136 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:54:46.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:46.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:46.137 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:54:46.137 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "< Back", Widget matcher matching widgets with style: 8) 08:54:46.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:46.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:46.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:46.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:46.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:46.138 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:46.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:46.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:46.138 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 08:54:46.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:54:46.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:46.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:46.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:54:46.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:46.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:46.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:46.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:46.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:46.139 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:54:46.139 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:54:46.153 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:54:46.153 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:46.153 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:46.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:46.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:46.154 INFO [WorkbenchTestable][RequirementsRunner] Finished test: back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:54:46.154 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:46.154 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:54:46.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:54:46.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:46.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:46.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:46.154 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:46.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:46.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:46.155 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:46.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:54:46.215 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:46.216 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:46.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 08:54:46.216 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:54:46.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:46.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:46.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing TitleAreaDialog"] is available.... 08:54:46.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:46.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:46.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:46.761 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:46.761 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:46.761 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:47.261 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:47.261 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:47.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:47.762 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:47.762 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:47.762 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:48.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:48.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:48.263 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:48.763 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:48.763 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:48.763 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:49.263 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:49.263 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:49.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:49.764 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:49.764 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:49.764 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:50.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:50.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:50.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:50.765 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:50.765 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:50.765 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:51.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:51.266 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:51.266 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:51.766 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:51.766 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:51.766 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:52.266 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:52.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:52.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:52.767 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:52.767 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:52.767 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:53.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:53.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:53.268 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:53.768 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:53.768 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:53.768 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:54.268 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:54.269 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:54.269 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:54.769 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:54.769 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:54.769 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:55.269 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:55.270 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:55.270 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:55.770 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:55.770 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:55.770 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:56.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:56.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:56.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:56.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing TitleAreaDialog"] is available. failed, an exception will be thrown 08:54:56.282 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:56.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:56.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:56.283 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing TitleAreaDialog 08:54:56.283 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing TitleAreaDialog 08:54:56.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:56.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:56.287 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:54:56.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:56.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:56.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:56.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:56.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:56.288 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:54:56.288 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:54:56.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:56.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:56.312 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 08:54:56.312 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:54:56.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:56.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:56.312 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:54:56.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:56.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:56.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:56.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:56.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:56.313 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:54:56.313 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:54:56.337 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:54:56.338 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:56.338 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:56.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:56.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:56.338 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:54:56.338 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:56.338 INFO [WorkbenchTestable][RequirementsRunner] Started test: getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:54:56.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:54:56.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:56.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:56.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:56.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:56.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:56.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:56.350 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:56.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:54:56.418 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:56.418 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:56.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 08:54:56.419 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:54:56.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:56.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:56.420 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:54:56.421 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:56.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:56.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:56.422 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 08:54:56.422 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:54:56.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:56.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:56.422 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:54:56.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:56.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:56.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:56.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:56.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:56.423 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:54:56.423 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:54:56.442 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:54:56.442 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:56.442 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:56.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:56.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:56.442 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:54:56.442 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:56.442 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:54:56.442 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:54:56.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:56.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:56.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:56.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:56.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:56.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:56.443 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:56.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:54:56.529 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:56.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:56.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 08:54:56.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:54:56.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:56.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:56.532 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:56.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:56.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:56.533 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 08:54:56.533 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:54:56.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:56.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:56.533 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:54:56.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:56.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:56.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:56.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:56.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:56.534 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:54:56.534 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:54:56.554 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:54:56.554 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:56.554 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:56.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:56.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:56.555 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:54:56.555 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:54:56.555 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:56.555 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:56.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:56.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.16 s - in org.eclipse.reddeer.jface.test.wizard.WizardDialogTest next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.085 s cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.141 s finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 5.071 s finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.084 s getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.091 s back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.093 s next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.113 s back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.077 s testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 10.184 s getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.104 s getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.113 s Running org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 08:54:56.575 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 08:54:56.578 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:54:56.578 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:56.578 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 08:54:56.578 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:56.578 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:54:56.582 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:56.582 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:54:56.582 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:56.610 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 08:54:56.610 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:56.611 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 08:54:56.611 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:56.611 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing import wizard"] 08:54:56.611 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:56.611 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:56.611 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) 08:54:56.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 08:54:56.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:56.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:56.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:56.611 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 08:54:56.612 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:56.612 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 08:54:56.612 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:56.612 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 08:54:56.612 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:56.612 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing import wizard"] 08:54:56.612 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:56.612 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 08:54:56.612 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:56.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: "Import"] 08:54:56.613 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:56.616 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:56.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:56.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:56.616 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:56.619 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:54:56.622 DEBUG [main][MenuItemLookup] Found menu:'File' 08:54:56.622 DEBUG [main][MenuItemLookup] Item match:File 08:54:56.626 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:54:56.626 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:54:56.626 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:54:56.626 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:54:56.626 DEBUG [main][MenuItemLookup] Found menu:'' 08:54:56.626 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:54:56.626 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:54:56.626 DEBUG [main][MenuItemLookup] Found menu:'' 08:54:56.626 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:54:56.626 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 08:54:56.627 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 08:54:56.627 DEBUG [main][MenuItemLookup] Found menu:'Revert' 08:54:56.627 DEBUG [main][MenuItemLookup] Found menu:'' 08:54:56.627 DEBUG [main][MenuItemLookup] Found menu:'Move...' 08:54:56.627 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 08:54:56.627 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 08:54:56.627 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 08:54:56.627 DEBUG [main][MenuItemLookup] Found menu:'' 08:54:56.627 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 08:54:56.627 DEBUG [main][MenuItemLookup] Found menu:'' 08:54:56.627 DEBUG [main][MenuItemLookup] Found menu:'Import...' 08:54:56.627 DEBUG [main][MenuItemLookup] Item match:Import... 08:54:56.629 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 08:54:56.629 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 08:54:56.631 INFO [main][MenuItemHandler] Select menu item: &Import... 08:54:56.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 08:54:56.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 08:54:56.766 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 08:54:56.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:56.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:56.767 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 08:54:56.767 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:56.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 08:54:56.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:56.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:56.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:56.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:56.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:54:56.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:54:56.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:54:56.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing import category has children... 08:54:56.788 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing import category 08:54:56.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:54:57.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:54:57.316 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing import category 08:54:57.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing import category has children finished successfully 08:54:57.318 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing import category 08:54:57.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:54:57.318 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing import category is already expanded. No action performed 08:54:57.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:54:57.318 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing import category 08:54:57.318 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing import wizard 08:54:57.319 DEBUG [main][TreeItemHandler] Selecting tree item: Testing import wizard 08:54:57.319 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing import wizard about selection 08:54:57.323 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing import wizard 08:54:57.323 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 08:54:57.323 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 08:54:57.323 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:54:57.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:57.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:57.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:57.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:57.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:57.325 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:54:57.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:54:57.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:54:57.325 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:54:57.325 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:54:57.332 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 08:54:57.332 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:57.332 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:57.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing import wizard"] is available.... 08:54:57.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing import wizard"] is available. finished successfully 08:54:57.332 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing import wizard 08:54:57.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:57.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:57.333 TRACE [WorkbenchTestable][ImportWizardDialogImpl] Shell Testing import wizard is not null and is not disposed 08:54:57.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:57.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:57.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:57.333 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing import wizard 08:54:57.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:57.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:57.337 TRACE [WorkbenchTestable][ImportWizardDialogImpl] Shell Testing import wizard is not null and is not disposed 08:54:57.337 INFO [WorkbenchTestable][ImportWizardDialogImpl] Cancel wizard 08:54:57.337 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest$ImportWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:54:57.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:57.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:57.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:57.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:57.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:57.339 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:54:57.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:54:57.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:54:57.339 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:54:57.339 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:54:57.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:54:57.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:54:57.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:54:57.358 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:54:57.358 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:54:57.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:54:57.358 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 08:54:57.358 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:57.358 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:57.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:57.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:57.358 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) 08:54:57.358 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 08:54:57.358 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:57.358 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:57.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:57.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.785 s - in org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) Time elapsed: 0.747 s Running org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:54:57.366 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:54:57.368 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:54:57.368 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:57.368 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:54:57.368 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:57.368 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:54:57.380 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:57.380 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:54:57.380 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:57.381 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:54:57.381 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:57.382 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:54:57.382 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:57.382 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 08:54:57.382 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:57.382 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:57.382 INFO [WorkbenchTestable][RequirementsRunner] Started test: activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 08:54:57.382 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:54:57.382 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:57.382 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:57.382 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:57.382 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:54:57.383 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:57.383 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:54:57.383 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:57.383 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:54:57.383 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:57.383 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 08:54:57.383 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:57.383 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:54:57.383 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:57.383 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:54:57.383 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:57.384 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:57.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:57.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:57.384 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:57.384 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:54:57.384 DEBUG [main][MenuItemLookup] Found menu:'File' 08:54:57.384 DEBUG [main][MenuItemLookup] Item match:File 08:54:57.385 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:54:57.385 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:54:57.391 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:54:57.391 DEBUG [main][MenuItemLookup] Found menu:'' 08:54:57.391 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:54:57.391 DEBUG [main][MenuItemLookup] Found menu:'File' 08:54:57.391 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:54:57.391 DEBUG [main][MenuItemLookup] Found menu:'' 08:54:57.392 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:54:57.392 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:54:57.392 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:54:57.392 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:54:57.392 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:54:57.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 08:54:57.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 08:54:57.473 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:54:57.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:57.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:57.475 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:54:57.475 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:57.475 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 08:54:57.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:57.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:57.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:57.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:57.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:54:57.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:54:57.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:54:57.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 08:54:57.478 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:54:57.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:54:57.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:54:57.980 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:54:57.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 08:54:57.981 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:54:57.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:54:57.981 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 08:54:57.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:54:57.981 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:54:57.981 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 08:54:57.981 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 08:54:57.981 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 08:54:57.982 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 08:54:57.982 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:54:57.982 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:54:57.982 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:54:57.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:57.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:57.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:57.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:57.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:57.984 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:54:57.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:54:57.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:54:57.984 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:54:57.984 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:54:57.993 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:54:57.993 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:57.993 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:57.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 08:54:57.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 08:54:57.994 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:54:57.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:57.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:57.995 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:54:57.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:57.995 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:54:57.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:57.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:57.995 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:54:57.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:57.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:57.995 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 08:54:57.996 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:57.996 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:57.996 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:54:57.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:57.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:57.996 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:54:57.996 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:57.996 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:54:57.996 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 08:54:57.996 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest$NewWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:54:57.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:57.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:57.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:57.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:57.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:58.001 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:54:58.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:54:58.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:54:58.001 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:54:58.001 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:54:58.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:54:58.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:54:58.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:54:58.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:54:58.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:54:58.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:54:58.021 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:54:58.021 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:58.021 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:54:58.021 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:58.021 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:54:58.021 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:58.021 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:58.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:58.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:58.022 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:58.022 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:54:58.022 DEBUG [main][MenuItemLookup] Found menu:'File' 08:54:58.022 DEBUG [main][MenuItemLookup] Item match:File 08:54:58.023 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:54:58.023 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:54:58.024 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:54:58.024 DEBUG [main][MenuItemLookup] Found menu:'' 08:54:58.025 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:54:58.025 DEBUG [main][MenuItemLookup] Found menu:'File' 08:54:58.025 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:54:58.025 DEBUG [main][MenuItemLookup] Found menu:'' 08:54:58.025 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:54:58.025 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:54:58.038 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:54:58.038 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:54:58.038 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:54:58.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 08:54:58.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 08:54:58.122 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:54:58.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:58.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:58.123 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:54:58.123 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:58.124 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 08:54:58.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:58.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:58.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:58.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:58.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:54:58.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:54:58.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:54:58.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 08:54:58.131 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:54:58.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:54:58.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:54:58.633 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:54:58.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 08:54:58.633 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:54:58.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:54:58.634 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 08:54:58.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:54:58.634 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:54:58.634 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 08:54:58.634 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 08:54:58.634 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 08:54:58.635 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 08:54:58.635 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:54:58.635 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:54:58.635 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:54:58.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:58.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:58.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:58.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:58.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:58.637 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:54:58.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:54:58.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:54:58.637 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:54:58.637 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:54:58.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'] 08:54:58.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:58.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:58.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 08:54:58.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 08:54:58.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:54:58.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:58.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:58.644 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:54:58.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:58.644 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:54:58.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:58.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:58.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'] 08:54:58.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:58.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:58.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] is available.... 08:54:58.645 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 08:54:58.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:58.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:58.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 08:54:58.645 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:54:58.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:58.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:58.646 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:54:58.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:58.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:58.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:58.646 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:54:58.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:58.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:58.646 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:54:58.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:58.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:58.646 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:54:58.646 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 08:54:58.646 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest$NewWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:54:58.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:58.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:58.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:58.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:58.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:58.647 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:54:58.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:54:58.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:54:58.648 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:54:58.648 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:54:58.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:54:58.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:54:58.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:54:58.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:54:58.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:54:58.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:54:58.677 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:54:58.677 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:58.677 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:58.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:58.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:58.677 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 08:54:58.677 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:54:58.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:58.678 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:54:58.678 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:58.678 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 08:54:58.678 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:58.678 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:58.678 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 08:54:58.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:54:58.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:58.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:58.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:58.678 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:54:58.678 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:58.678 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:54:58.678 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:58.678 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:54:58.678 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:58.679 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 08:54:58.679 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:58.679 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:54:58.679 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:58.679 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:54:58.679 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:58.679 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:58.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:58.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:58.679 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:58.679 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:54:58.679 DEBUG [main][MenuItemLookup] Found menu:'File' 08:54:58.679 DEBUG [main][MenuItemLookup] Item match:File 08:54:58.680 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:54:58.680 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:54:58.682 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:54:58.682 DEBUG [main][MenuItemLookup] Found menu:'' 08:54:58.682 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:54:58.682 DEBUG [main][MenuItemLookup] Found menu:'File' 08:54:58.682 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:54:58.682 DEBUG [main][MenuItemLookup] Found menu:'' 08:54:58.682 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:54:58.682 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:54:58.682 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:54:58.682 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:54:58.682 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:54:58.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 08:54:58.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 08:54:58.748 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:54:58.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:58.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:58.749 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:54:58.750 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:58.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 08:54:58.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:58.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:58.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:58.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:58.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:54:58.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:54:58.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:54:58.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 08:54:58.757 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:54:58.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:54:59.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:54:59.258 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:54:59.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 08:54:59.259 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:54:59.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:54:59.259 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 08:54:59.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:54:59.259 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:54:59.259 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 08:54:59.259 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 08:54:59.260 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 08:54:59.260 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 08:54:59.261 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:54:59.261 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:54:59.261 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:54:59.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:59.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:59.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:59.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:59.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:59.263 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:54:59.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:54:59.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:54:59.263 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:54:59.263 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:54:59.269 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:54:59.269 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:59.269 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:59.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 08:54:59.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 08:54:59.269 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:54:59.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:59.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:59.270 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:54:59.270 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:59.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:59.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:59.270 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:54:59.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:59.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:59.270 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:54:59.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:59.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:59.270 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:54:59.270 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 08:54:59.270 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest$NewWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:54:59.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:59.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:59.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:59.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:59.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:59.271 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:54:59.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:54:59.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:54:59.271 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:54:59.271 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:54:59.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:54:59.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:54:59.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:54:59.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:54:59.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:54:59.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:54:59.297 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:54:59.297 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:59.297 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:59.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:59.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:59.297 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 08:54:59.298 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:54:59.298 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:59.298 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:54:59.298 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:59.298 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 08:54:59.298 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:59.298 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:59.298 INFO [WorkbenchTestable][RequirementsRunner] Started test: useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 08:54:59.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:54:59.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:59.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:59.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:59.298 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:54:59.299 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:59.299 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:54:59.299 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:59.299 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:54:59.299 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:59.299 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 08:54:59.299 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:59.299 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:54:59.299 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:59.299 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:54:59.299 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:59.299 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:59.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:59.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:59.299 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:59.300 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:54:59.300 DEBUG [main][MenuItemLookup] Found menu:'File' 08:54:59.300 DEBUG [main][MenuItemLookup] Item match:File 08:54:59.302 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:54:59.302 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:54:59.304 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:54:59.304 DEBUG [main][MenuItemLookup] Found menu:'' 08:54:59.304 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:54:59.304 DEBUG [main][MenuItemLookup] Found menu:'File' 08:54:59.304 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:54:59.304 DEBUG [main][MenuItemLookup] Found menu:'' 08:54:59.304 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:54:59.304 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:54:59.316 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:54:59.316 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:54:59.317 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:54:59.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 08:54:59.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 08:54:59.380 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:54:59.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:59.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:59.381 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:54:59.381 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:59.382 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 08:54:59.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:59.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:59.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:59.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:59.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:54:59.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:54:59.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:54:59.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 08:54:59.384 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:54:59.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:54:59.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:54:59.886 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:54:59.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 08:54:59.887 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:54:59.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:54:59.887 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 08:54:59.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:54:59.887 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:54:59.887 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 08:54:59.887 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 08:54:59.887 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 08:54:59.888 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 08:54:59.888 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:54:59.888 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:54:59.888 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:54:59.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:59.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:59.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:59.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:59.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:59.890 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:54:59.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:54:59.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:54:59.890 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:54:59.890 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:54:59.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'] 08:54:59.896 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:59.896 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:59.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 08:54:59.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 08:54:59.897 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:54:59.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:59.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:59.897 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:54:59.897 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:59.897 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:54:59.897 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:59.897 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:59.898 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:54:59.898 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:59.898 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:59.898 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 08:54:59.898 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:59.898 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:59.898 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:54:59.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:59.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:59.898 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:54:59.898 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:59.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:59.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:59.898 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:54:59.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:59.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:59.898 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:54:59.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:59.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:59.899 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:54:59.899 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 08:54:59.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest$NewWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:54:59.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:54:59.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:54:59.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:54:59.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:54:59.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:54:59.900 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:54:59.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:54:59.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:54:59.900 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:54:59.900 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:54:59.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:54:59.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:54:59.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:54:59.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:54:59.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:54:59.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:54:59.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:54:59.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:59.930 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:59.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:59.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:54:59.930 INFO [WorkbenchTestable][RequirementsRunner] Finished test: useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 08:54:59.930 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:54:59.930 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:54:59.930 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:54:59.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:54:59.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.566 s - in org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 1.295 s open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 0.619 s useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 0.632 s Running org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 08:54:59.937 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 08:54:59.939 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:54:59.939 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:59.939 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 08:54:59.939 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:59.939 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:54:59.940 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:59.940 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:54:59.940 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:59.941 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 08:54:59.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:59.941 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 08:54:59.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:59.941 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing export wizard"] 08:54:59.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:59.941 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:54:59.941 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) 08:54:59.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 08:54:59.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:54:59.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:54:59.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:54:59.941 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 08:54:59.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:59.942 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 08:54:59.942 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:59.942 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 08:54:59.942 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:59.942 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing export wizard"] 08:54:59.942 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:59.942 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 08:54:59.942 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:59.942 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 08:54:59.942 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:54:59.942 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:54:59.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:54:59.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:54:59.942 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:54:59.942 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:54:59.943 DEBUG [main][MenuItemLookup] Found menu:'File' 08:54:59.943 DEBUG [main][MenuItemLookup] Item match:File 08:54:59.944 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:54:59.944 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:54:59.944 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:54:59.944 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:54:59.944 DEBUG [main][MenuItemLookup] Found menu:'' 08:54:59.944 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:54:59.944 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:54:59.944 DEBUG [main][MenuItemLookup] Found menu:'' 08:54:59.944 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:54:59.944 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 08:54:59.944 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 08:54:59.944 DEBUG [main][MenuItemLookup] Found menu:'Revert' 08:54:59.944 DEBUG [main][MenuItemLookup] Found menu:'' 08:54:59.944 DEBUG [main][MenuItemLookup] Found menu:'Move...' 08:54:59.944 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 08:54:59.944 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 08:54:59.944 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 08:54:59.944 DEBUG [main][MenuItemLookup] Found menu:'' 08:54:59.944 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 08:54:59.944 DEBUG [main][MenuItemLookup] Found menu:'' 08:54:59.944 DEBUG [main][MenuItemLookup] Found menu:'Import...' 08:54:59.944 DEBUG [main][MenuItemLookup] Found menu:'Export...' 08:54:59.944 DEBUG [main][MenuItemLookup] Item match:Export... 08:54:59.944 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Exp&ort..." 08:54:59.944 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Export... 08:54:59.945 INFO [main][MenuItemHandler] Select menu item: Exp&ort... 08:55:00.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Export"] is available.... 08:55:00.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Export"] is available. finished successfully 08:55:00.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Export 08:55:00.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:00.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:00.032 TRACE [WorkbenchTestable][ImportExportWizard] Shell Export is not null and is not disposed 08:55:00.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:00.032 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 08:55:00.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:00.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:00.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:00.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:00.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:55:00.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:55:00.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:55:00.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing export category has children... 08:55:00.035 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing export category 08:55:00.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:00.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:00.536 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing export category 08:55:00.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing export category has children finished successfully 08:55:00.537 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing export category 08:55:00.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:00.537 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing export category is already expanded. No action performed 08:55:00.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:00.537 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing export category 08:55:00.537 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing export wizard 08:55:00.537 DEBUG [main][TreeItemHandler] Selecting tree item: Testing export wizard 08:55:00.537 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing export wizard about selection 08:55:00.540 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing export wizard 08:55:00.540 TRACE [WorkbenchTestable][ImportExportWizard] Shell Export is not null and is not disposed 08:55:00.540 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 08:55:00.540 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:55:00.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:00.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:00.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:00.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:00.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:55:00.541 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:55:00.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:55:00.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:55:00.541 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:55:00.541 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:55:00.545 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 08:55:00.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:00.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:00.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing export wizard"] is available.... 08:55:00.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing export wizard"] is available. finished successfully 08:55:00.546 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing export wizard 08:55:00.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:00.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:00.546 TRACE [WorkbenchTestable][ExportWizardDialogImpl] Shell Testing export wizard is not null and is not disposed 08:55:00.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:00.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:00.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:00.546 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing export wizard 08:55:00.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:00.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:00.546 TRACE [WorkbenchTestable][ExportWizardDialogImpl] Shell Testing export wizard is not null and is not disposed 08:55:00.546 INFO [WorkbenchTestable][ExportWizardDialogImpl] Cancel wizard 08:55:00.547 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest$ExportWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:55:00.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:00.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:00.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:00.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:00.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:55:00.547 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:55:00.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:55:00.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:55:00.548 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:55:00.548 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:55:00.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:55:00.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:55:00.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:55:00.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:55:00.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:55:00.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:55:00.563 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 08:55:00.563 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:55:00.563 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:55:00.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:00.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:00.564 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) 08:55:00.564 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 08:55:00.564 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:55:00.564 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:55:00.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:00.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.627 s - in org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) Time elapsed: 0.623 s Running org.eclipse.reddeer.jface.test.dialogs.InputDialogTest 08:55:00.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 08:55:00.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available. finished successfully 08:55:00.613 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 08:55:00.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:00.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:00.614 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 08:55:00.615 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:55:00.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:00.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:00.615 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 08:55:00.615 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:55:00.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:00.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:00.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:00.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:00.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:55:00.616 INFO [WorkbenchTestable][AbstractButton] Click button OK 08:55:00.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:55:00.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:55:00.616 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:55:00.616 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:55:00.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 08:55:00.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available. finished successfully 08:55:00.681 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 08:55:00.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:00.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:00.682 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:55:00.682 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:55:00.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:00.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:00.683 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 08:55:00.683 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:55:00.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:00.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:00.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:00.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:00.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:55:00.683 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:55:00.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 08:55:00.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available. finished successfully 08:55:00.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 08:55:00.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:00.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:00.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:55:00.751 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:55:00.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:00.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:00.751 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 08:55:00.751 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:55:00.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:00.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:00.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:00.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:00.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:55:00.752 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:55:00.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:55:00.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:55:00.752 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:55:00.752 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:55:00.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 08:55:00.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available. finished successfully 08:55:00.816 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 08:55:00.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:00.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:00.817 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:55:00.817 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:55:00.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:00.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:00.817 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 08:55:00.817 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:55:00.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:00.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:00.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:00.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:00.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:55:00.817 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:55:00.818 INFO [WorkbenchTestable][AbstractText] Text set to: something 08:55:00.819 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:55:00.819 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:55:00.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:00.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:00.819 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 08:55:00.819 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:55:00.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:00.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:00.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:00.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:00.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:55:00.820 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:55:00.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 "Cancel", Widget matcher matching widgets with style: 8) 08:55:00.820 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:55:00.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:00.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:00.820 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 08:55:00.820 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:55:00.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:00.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:00.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:00.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:00.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:55:00.821 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:55:00.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:55:00.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:55:00.821 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:55:00.821 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 s - in org.eclipse.reddeer.jface.test.dialogs.InputDialogTest inputDialogOkTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.068 s inputDialogMessagesTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.051 s inputDialogCancelTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.086 s inputDialogSetTextGetTextTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.057 s Running org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest 08:55:00.850 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:55:00.856 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:00.856 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:55:00.856 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:00.856 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 08:55:00.856 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:00.856 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:55:00.856 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:00.857 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:55:00.857 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:00.857 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:55:00.857 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:00.857 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 08:55:00.857 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:00.857 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:55:00.857 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:00.857 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:55:00.857 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:00.857 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:55:00.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:00.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:00.857 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:55:00.857 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:55:00.858 DEBUG [main][MenuItemLookup] Found menu:'File' 08:55:00.858 DEBUG [main][MenuItemLookup] Item match:File 08:55:00.859 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:55:00.859 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:55:00.864 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:55:00.864 DEBUG [main][MenuItemLookup] Found menu:'' 08:55:00.864 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:55:00.864 DEBUG [main][MenuItemLookup] Found menu:'File' 08:55:00.865 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:55:00.865 DEBUG [main][MenuItemLookup] Found menu:'' 08:55:00.865 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:55:00.865 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:55:00.865 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:55:00.865 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:55:00.866 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:55:00.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 08:55:00.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 08:55:00.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:55:00.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:00.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:00.941 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:55:00.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:00.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 08:55:00.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:00.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:00.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:00.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:00.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:55:00.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:55:00.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:55:00.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 08:55:00.944 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:55:00.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:01.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:01.446 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:55:01.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 08:55:01.447 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:55:01.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:01.447 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 08:55:01.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:01.447 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:55:01.447 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 08:55:01.447 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 08:55:01.447 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 08:55:01.448 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 08:55:01.448 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:55:01.448 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:55:01.449 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:55:01.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:01.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:01.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:01.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:01.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:55:01.450 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:55:01.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:55:01.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:55:01.450 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:55:01.450 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:55:01.456 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:55:01.456 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:01.456 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:01.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 08:55:01.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 08:55:01.457 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:55:01.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:01.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:01.457 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:55:01.457 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:01.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Testing new wizard"] is available.... 08:55:01.457 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:01.458 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:01.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 08:55:01.458 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:55:01.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:01.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:01.459 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:55:01.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:01.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:01.459 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:55:01.459 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 08:55:01.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest$NewWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:55:01.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:01.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:01.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:01.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:01.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:55:01.461 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:55:01.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:55:01.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:55:01.461 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:55:01.461 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:55:01.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:55:01.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:55:01.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:55:01.487 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:55:01.488 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:55:01.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:55:01.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Testing TitleAreaDialog"] is available.... 08:55:01.529 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:01.529 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:01.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Testing TitleAreaDialog"] is available. finished successfully 08:55:01.529 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing TitleAreaDialog 08:55:01.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:01.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:01.530 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:55:01.530 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:55:01.531 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:55:01.532 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:55:01.532 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:55:01.532 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:55:01.532 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:55:01.532 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:55:01.533 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog error message") 08:55:01.533 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:55:01.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:01.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:01.534 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 08:55:01.534 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:55:01.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:01.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:01.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:01.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:01.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:55:01.535 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog error message 08:55:01.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:55:01.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:55:01.535 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:55:01.535 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:55:01.538 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:55:01.538 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:55:01.539 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:55:01.539 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:55:01.539 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:55:01.539 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:55:01.539 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog warning message") 08:55:01.539 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:55:01.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:01.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:01.539 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 08:55:01.539 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:55:01.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:01.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:01.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:01.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:01.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:55:01.540 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog warning message 08:55:01.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:55:01.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:55:01.540 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:55:01.540 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:55:01.546 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:55:01.546 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:55:01.546 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:55:01.547 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:55:01.547 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:55:01.547 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:55:01.547 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog info message") 08:55:01.547 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:55:01.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:01.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:01.547 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 08:55:01.547 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:55:01.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:01.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:01.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:01.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:01.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:55:01.548 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog info message 08:55:01.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:55:01.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:55:01.548 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:55:01.548 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:55:01.549 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:55:01.549 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:55:01.550 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:55:01.550 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:55:01.550 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:55:01.550 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:55:01.550 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog none message") 08:55:01.550 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:55:01.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:01.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:01.550 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 08:55:01.550 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:55:01.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:01.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:01.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:01.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:01.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:55:01.552 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog none message 08:55:01.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:55:01.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:55:01.552 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:55:01.552 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:55:01.553 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:55:01.553 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:55:01.554 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:55:01.554 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:55:01.554 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:55:01.554 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:55:01.554 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog warning message without provider") 08:55:01.554 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:55:01.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:01.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:01.554 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 08:55:01.554 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:55:01.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:01.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:01.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:01.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:01.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:55:01.555 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog warning message without provider 08:55:01.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:55:01.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:55:01.555 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:55:01.555 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:55:01.557 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:55:01.557 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:55:01.557 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:55:01.558 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:55:01.558 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:55:01.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Testing shell"] is available.... 08:55:01.596 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:01.598 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:02.099 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:02.099 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:02.599 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:02.599 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:03.100 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:03.100 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:03.600 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:03.600 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:04.100 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:04.100 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:04.601 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:04.601 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:05.101 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:05.101 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:05.602 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:05.602 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:06.102 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:06.102 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:06.603 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:06.603 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:07.103 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:07.103 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:07.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:07.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:08.104 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:08.104 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:08.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:08.605 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:09.105 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:09.105 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:09.605 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:09.605 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:10.106 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:10.106 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:10.606 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:10.606 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:11.107 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:11.107 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:11.607 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:11.607 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:11.607 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.762 s - in org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest testWizardDialogAsTitleAreaDialog(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest) Time elapsed: 0.638 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.047 s Running org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:55:11.619 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:55:11.621 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:55:11.622 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:55:11.622 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:55:11.622 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:55:11.622 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:55:11.629 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:55:11.629 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:55:11.629 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:55:11.630 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:55:11.630 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:55:11.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:55:11.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:55:11.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:55:11.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:55:11.649 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:55:11.649 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:55:11.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:11.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:11.665 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:55:11.665 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:55:11.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:11.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:11.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:11.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:11.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:55:11.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:55:11.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:55:11.678 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:55:11.678 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:55:11.678 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:55:11.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:11.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:11.678 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:55:11.678 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:55:11.678 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:55:11.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:55:11.679 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:55:11.679 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:55:11.679 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:55:11.720 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:55:11.720 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:55:11.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:11.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:11.737 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:55:11.737 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:55:11.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:11.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:11.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:11.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:11.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:55:11.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:55:11.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:55:11.749 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:55:11.749 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:55:11.749 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:55:11.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:11.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:11.749 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:55:11.749 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:55:11.749 INFO [WorkbenchTestable][RequirementsRunner] Started test: getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:55:11.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:55:11.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:55:11.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:55:11.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:55:11.773 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:55:11.773 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:55:11.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:11.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:11.792 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:55:11.792 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:55:11.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:11.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:11.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:11.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:11.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:55:11.793 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item 1 and wait with time period 1 08:55:11.793 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item 1 08:55:11.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:12.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:12.293 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item 1 08:55:12.300 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item 1 08:55:12.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:12.300 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item 1 is already expanded. No action performed 08:55:12.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:12.300 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item 1 08:55:12.301 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 11 postfix and wait with time period 1 08:55:12.301 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 11 postfix 08:55:12.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:12.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:12.801 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 11 postfix 08:55:12.808 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 11 postfix 08:55:12.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:12.808 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 11 postfix is already expanded. No action performed 08:55:12.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:12.808 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 11 postfix 08:55:12.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:55:12.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:55:12.817 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:55:12.817 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:55:12.817 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:55:12.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:12.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:12.817 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:55:12.817 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:55:12.817 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:55:12.817 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:55:12.817 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:55:12.817 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:55:12.817 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:55:12.849 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:55:12.849 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:55:12.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:12.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:12.874 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:55:12.874 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:55:12.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:12.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:12.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:12.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:12.874 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:55:12.874 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 08:55:12.874 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:55:12.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:13.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:13.375 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:55:13.381 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:55:13.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:13.381 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 08:55:13.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:13.381 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:55:13.381 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 08:55:13.381 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:55:13.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:13.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:13.882 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:55:13.891 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:55:13.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:13.891 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 08:55:13.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:13.892 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:55:13.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:55:13.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:55:13.901 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:55:13.901 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:55:13.901 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:55:13.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:13.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:13.902 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:55:13.902 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:55:13.902 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:55:13.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:55:13.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:55:13.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:55:13.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:55:13.927 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:55:13.928 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:55:13.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:13.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:13.946 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:55:13.946 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:55:13.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:13.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:13.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:13.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:13.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:55:13.947 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 08:55:13.947 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:55:13.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:14.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:14.447 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:55:14.453 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:55:14.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:14.453 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 08:55:14.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:14.453 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:55:14.454 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 08:55:14.454 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:55:14.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:14.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:14.954 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:55:14.962 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:55:14.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:14.962 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 08:55:14.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:14.962 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:55:14.962 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xy postfix and wait with time period 1 08:55:14.963 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xy postfix 08:55:14.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:15.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:15.463 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xy postfix 08:55:15.472 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xy postfix 08:55:15.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:15.473 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xy postfix is already expanded. No action performed 08:55:15.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:15.473 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xy postfix 08:55:15.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:55:15.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:55:15.482 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:55:15.482 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:55:15.482 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:55:15.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:15.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:15.482 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:55:15.482 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:55:15.482 INFO [WorkbenchTestable][RequirementsRunner] Started test: getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:55:15.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:55:15.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:55:15.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:55:15.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:55:15.503 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:55:15.503 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:55:15.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:15.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:15.519 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:55:15.519 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:55:15.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:15.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:15.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:15.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:15.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:55:15.519 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 08:55:15.519 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:55:15.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:16.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:16.020 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:55:16.025 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:55:16.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:16.025 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 08:55:16.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:16.025 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:55:16.026 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 08:55:16.026 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:55:16.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:16.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:16.526 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:55:16.534 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:55:16.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:16.534 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 08:55:16.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:16.534 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:55:16.534 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 08:55:16.534 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:55:16.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:17.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:17.035 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:55:17.044 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:55:17.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:17.044 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 08:55:17.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:17.044 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:55:17.044 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 08:55:17.044 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:55:17.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:17.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:17.545 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:55:17.554 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:55:17.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:17.554 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 08:55:17.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:17.554 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:55:17.554 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 08:55:17.554 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:55:17.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:18.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:18.055 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:55:18.056 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:55:18.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:18.056 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 08:55:18.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:18.056 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:55:18.057 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 08:55:18.057 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:55:18.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:18.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:18.557 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:55:18.558 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:55:18.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:18.558 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 08:55:18.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:18.558 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:55:18.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:55:18.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:55:18.579 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:55:18.579 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:55:18.579 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:55:18.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:18.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:18.579 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:55:18.579 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:55:18.579 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:55:18.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:55:18.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:55:18.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:55:18.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:55:18.589 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:55:18.589 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:55:18.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:18.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:18.596 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:55:18.596 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:55:18.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:18.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:18.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:18.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:18.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:55:18.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:55:18.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:55:18.597 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 0 and wait with time period 1 08:55:18.597 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 08:55:18.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:19.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:19.097 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 08:55:19.101 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 08:55:19.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:19.101 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 0 is already expanded. No action performed 08:55:19.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:19.102 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 08:55:19.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:55:19.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:55:19.110 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:55:19.110 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:55:19.110 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:55:19.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:19.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:19.110 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:55:19.110 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:55:19.110 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:55:19.110 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:55:19.110 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:55:19.110 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:55:19.110 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:55:19.130 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:55:19.130 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:55:19.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:19.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:19.146 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:55:19.146 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:55:19.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:19.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:19.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:19.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:19.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:55:19.147 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 0 and wait with time period 1 08:55:19.147 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 08:55:19.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:19.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:19.648 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 08:55:19.651 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 08:55:19.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:19.652 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 0 is already expanded. No action performed 08:55:19.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:19.652 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 08:55:19.652 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 00 and wait with time period 1 08:55:19.652 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 00 08:55:19.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:20.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:20.152 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 00 08:55:20.157 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 00 08:55:20.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:20.157 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 00 is already expanded. No action performed 08:55:20.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:20.157 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 00 08:55:20.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:55:20.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:55:20.165 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:55:20.165 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:55:20.165 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:55:20.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:20.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:20.166 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:55:20.166 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:55:20.166 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:55:20.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:55:20.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:55:20.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:55:20.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:55:20.186 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:55:20.186 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:55:20.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:20.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:20.202 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:55:20.202 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:55:20.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:20.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:20.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:20.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:20.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:55:20.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:55:20.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:55:20.211 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:55:20.211 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:55:20.211 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:55:20.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:20.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:20.211 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:55:20.211 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:55:20.211 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:55:20.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:55:20.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:55:20.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:55:20.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:55:20.231 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:55:20.232 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:55:20.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:20.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:20.247 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:55:20.247 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:55:20.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:20.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:20.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:20.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:20.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:55:20.248 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 08:55:20.248 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:55:20.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:20.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:20.749 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:55:20.757 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:55:20.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:20.757 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 08:55:20.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:20.757 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:55:20.757 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 08:55:20.757 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:55:20.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:21.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:21.258 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:55:21.268 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:55:21.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:21.269 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 08:55:21.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:21.269 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:55:21.269 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 08:55:21.269 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:55:21.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:21.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:21.769 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:55:21.783 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:55:21.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:21.784 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 08:55:21.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:21.784 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:55:21.784 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 08:55:21.784 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:55:21.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:22.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:22.285 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:55:22.294 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:55:22.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:22.294 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 08:55:22.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:22.294 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:55:22.295 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 08:55:22.295 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:55:22.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:22.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:22.795 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:55:22.796 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:55:22.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:22.797 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 08:55:22.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:22.797 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:55:22.797 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 08:55:22.797 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:55:22.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:23.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:23.297 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:55:23.298 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:55:23.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:55:23.299 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 08:55:23.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:55:23.299 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:55:23.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:55:23.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:55:23.374 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:55:23.374 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:55:23.374 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:55:23.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:23.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:23.388 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:55:23.389 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:55:23.389 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:55:23.389 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:55:23.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:23.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.772 s - in org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.048 s getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.071 s getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.068 s getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.084 s getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.58 s getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 3.097 s getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.531 s testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.056 s getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.045 s getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 3.177 s Running org.eclipse.reddeer.jface.test.viewers.CellEditorTest 08:55:23.399 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 08:55:23.401 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:55:23.411 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:55:23.411 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 08:55:23.411 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:55:23.411 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:55:23.412 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:55:23.412 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:55:23.412 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:55:23.412 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:55:23.413 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) 08:55:23.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 08:55:23.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:55:23.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:55:23.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:1658): Gtk-CRITICAL **: 08:55:23.463: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 08:55:23.467 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 0 and no matchers specified 08:55:23.467 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:55:23.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:23.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:23.490 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:55:23.490 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:55:23.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:23.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:23.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:23.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:23.491 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 08:55:23.493 INFO [WorkbenchTestable][AbstractTableItem] Double click table item Andrej 08:55:23.497 TRACE [main][WidgetHandler] Notify Table with event 13 08:55:23.497 TRACE [main][WidgetHandler] Wait for synchronization 08:55:23.502 TRACE [main][WidgetHandler] Notify Table with event 3 08:55:23.502 TRACE [main][WidgetHandler] Wait for synchronization 08:55:23.502 TRACE [main][WidgetHandler] Notify Table with event 4 08:55:23.502 TRACE [main][WidgetHandler] Wait for synchronization 08:55:23.522 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.jface.viewers.CellEditor, index 0 and no matchers specified 08:55:23.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:23.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:23.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:23.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:23.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:55:23.523 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:55:23.523 INFO [WorkbenchTestable][AbstractText] Text set to: abc 08:55:23.526 TRACE [WorkbenchTestable][WidgetHandler] Notify Text with event 16 08:55:23.526 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:55:23.531 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:55:23.531 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:55:23.531 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:55:23.531 DEBUG [main][AbstractWait] Waiting until shell is active... 08:55:23.531 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:55:23.531 INFO [main][AbstractShell] Close shell Testing shell 08:55:23.532 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:55:23.536 DEBUG [main][AbstractWait] Waiting while shell is available... 08:55:23.536 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:55:23.537 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 08:55:23.537 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:55:23.537 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:55:23.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:23.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:23.558 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) 08:55:23.558 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 08:55:23.558 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:55:23.558 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:55:23.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:23.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.16 s - in org.eclipse.reddeer.jface.test.viewers.CellEditorTest tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) Time elapsed: 0.145 s Running org.eclipse.reddeer.jface.test.window.WindowTest 08:55:23.567 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 08:55:23.567 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:23.567 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 08:55:23.567 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:23.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:55:23.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:23.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:23.570 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:55:23.571 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 08:55:23.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:23.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:23.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:23.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:23.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:55:23.614 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 08:55:23.615 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:55:23.615 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:55:23.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 08:55:23.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available. finished successfully 08:55:23.642 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:55:23.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:23.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:23.642 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 08:55:23.642 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:23.643 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:55:23.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:23.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:23.643 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:55:23.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:23.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:23.643 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 08:55:23.643 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:55:23.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:23.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:23.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:55:23.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:23.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:23.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:55:24.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:24.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:55:24.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:24.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:55:24.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:55:24.646 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:55:24.646 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 08:55:24.646 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:55:24.673 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:55:24.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:24.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:24.673 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:55:24.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:24.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:24.674 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:55:24.674 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 08:55:24.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:24.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:24.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:24.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:24.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:55:24.680 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 08:55:24.680 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:55:24.680 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:55:24.703 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 08:55:24.703 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:24.704 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:24.704 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:55:24.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:24.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:24.704 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 08:55:24.704 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:24.704 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:55:24.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:24.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:24.704 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:55:24.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:24.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:24.705 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 08:55:24.705 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:55:24.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:24.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:24.705 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:55:24.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:24.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:24.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:55:25.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:25.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:55:25.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:25.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:55:25.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:55:25.706 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:55:25.706 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 08:55:25.706 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:55:25.715 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:55:25.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:25.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:25.716 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:55:25.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:25.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:25.716 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:55:25.716 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 08:55:25.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:25.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:25.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:25.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:25.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:55:25.730 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 08:55:25.730 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:55:25.730 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:55:25.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] is available.... 08:55:25.750 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:25.750 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:25.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] is available. finished successfully 08:55:25.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:55:25.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:25.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:25.751 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:55:25.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:25.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:25.751 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 08:55:25.751 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 08:55:25.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:55:25.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:55:25.767 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:55:25.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:25.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:25.767 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:55:25.767 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 08:55:25.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:25.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:25.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:25.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:25.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:55:25.773 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 08:55:25.773 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:55:25.773 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:55:25.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] is available.... 08:55:25.801 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:25.801 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:25.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] is available. finished successfully 08:55:25.801 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:55:25.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:25.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:25.802 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:55:25.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:25.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:25.802 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 08:55:25.802 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 08:55:25.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:55:25.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:55:25.812 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:55:25.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:25.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:25.812 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 08:55:25.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:25.813 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 08:55:25.813 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:25.813 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:55:25.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:25.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:25.813 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:55:25.813 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 08:55:25.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:25.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:25.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:25.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:25.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:55:25.819 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 08:55:25.819 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:55:25.819 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:55:25.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 08:55:25.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available. finished successfully 08:55:25.847 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:55:25.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:25.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:25.847 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 08:55:25.847 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:25.847 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:55:25.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:25.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:25.848 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 08:55:25.848 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 08:55:25.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:55:25.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:55:25.864 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:55:25.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:25.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:25.865 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:55:25.865 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 08:55:25.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:25.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:25.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:25.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:25.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:55:25.869 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 08:55:25.869 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:55:25.869 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:55:25.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 08:55:25.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available. finished successfully 08:55:25.883 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:55:25.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:25.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:25.883 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 08:55:25.883 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:25.883 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:55:25.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:25.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:25.883 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:55:25.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:25.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:25.883 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 08:55:25.883 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:55:25.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:25.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:25.884 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:55:25.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:25.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:25.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:55:26.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:26.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:55:26.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:26.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:55:26.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:55:26.885 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:55:26.885 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 08:55:26.885 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:55:26.894 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:55:26.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:26.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:26.894 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:55:26.894 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 08:55:26.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:26.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:26.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:26.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:26.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:55:26.898 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 08:55:26.898 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:55:26.898 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:55:26.917 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 08:55:26.917 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:26.917 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:26.917 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:55:26.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:26.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:26.917 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 08:55:26.917 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:26.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:55:26.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:26.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:26.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:55:26.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:26.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:26.918 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:55:26.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:26.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:26.918 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 08:55:26.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:55:26.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:26.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:26.918 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:55:26.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:26.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:26.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:55:27.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:27.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:55:27.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:27.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:55:27.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:55:27.920 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:55:27.920 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 08:55:27.920 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.367 s - in org.eclipse.reddeer.jface.test.window.WindowTest openableEclipseWindow(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.107 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.042 s openActionNotDefinedIsOpen(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 0 s eclipseWindowIsOpen(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 0.096 s openableEclipseWindowCustomAction(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.082 s openEclipseWindow(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.037 s Running org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 08:55:27.938 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 08:55:27.939 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:55:27.939 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:55:27.939 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 08:55:27.940 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:55:27.940 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:55:27.949 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:55:27.949 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:55:27.949 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:55:27.950 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:55:27.950 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) 08:55:27.950 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 08:55:27.950 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:55:27.950 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:55:27.950 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:55:27.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.preference.PreferenceDialog, Matcher matching widget which text matches: "Preferences"] is available.... 08:55:28.016 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:28.016 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:55:28.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.preference.PreferenceDialog, Matcher matching widget which text matches: "Preferences"] is available. finished successfully 08:55:28.017 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:55:28.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:28.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:28.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:28.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:28.018 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.preference.PreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 08:55:28.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:28.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:28.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:28.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:28.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:55:28.019 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "make valid") 08:55:28.019 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:55:28.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:28.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:28.019 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:55:28.019 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:55:28.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:28.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:28.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:28.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:28.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:55:28.020 INFO [WorkbenchTestable][AbstractButton] Click button make valid 08:55:28.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:55:28.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:55:28.020 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:55:28.020 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:55:28.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:28.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:28.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.preference.PreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 08:55:28.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:28.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:28.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:28.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:28.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:55:28.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:28.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:28.027 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.preference.PreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 08:55:28.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:55:28.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:55:28.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:55:28.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:55:28.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:55:28.028 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 08:55:28.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:55:28.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:55:28.028 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:55:28.028 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:55:28.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:55:28.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:55:28.054 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:55:28.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:55:28.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:55:28.054 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 08:55:28.054 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:55:28.054 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:55:28.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:28.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:55:28.055 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) 08:55:28.056 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 08:55:28.056 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:55:28.056 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:55:28.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:55:28.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) Time elapsed: 0.105 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-0838 [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-0838 [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 828/2127K 844/2127K 860/2127K 876/2127K 892/2127K 908/2127K 924/2127K 940/2127K 956/2127K 972/2127K 988/2127K 1004/2127K 1020/2127K 1036/2127K 1052/2127K 1068/2127K 1086/2127K 1102/2127K 1118/2127K 1134/2127K 1150/2127K 1166/2127K 1182/2127K 1198/2127K 1214/2127K 1230/2127K 1246/2127K 1262/2127K 1278/2127K 1294/2127K 1310/2127K 1328/2127K 1344/2127K 1360/2127K 1376/2127K 1392/2127K 1408/2127K 1424/2127K 1440/2127K 1456/2127K 1472/2127K 1488/2127K 1504/2127K 1520/2127K 1536/2127K 1552/2127K 1568/2127K 1586/2127K 1602/2127K 1618/2127K 1634/2127K 1650/2127K 1666/2127K 1682/2127K 1698/2127K 1714/2127K 1730/2127K 1746/2127K 1762/2127K 1778/2127K 1794/2127K 1810/2127K 1828/2127K 1844/2127K 1860/2127K 1876/2127K 1892/2127K 1908/2127K 1924/2127K 1940/2127K 1956/2127K 1972/2127K 1988/2127K 2004/2127K 2020/2127K 2036/2127K 2052/2127K 2068/2127K 2084/2127K 2100/2127K 2116/2127K 2127/2127K 2127K downloaded [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.eclipse.test --- [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/staging/2023-09/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/staging/2023-09/plugins/ (2.92MB) [INFO] Fetching com.google.guava_31.1.0.jre.jar from https://download.eclipse.org/staging/2023-09/plugins/ (2.82MB) [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar from https://download.eclipse.org/staging/2023-09/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/staging/2023-09/plugins/ (302.99kB) [INFO] Fetching org.mortbay.jasper.apache-el_9.0.52.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (246.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/staging/2023-09/plugins/ (106.86kB) [INFO] Fetching jakarta.interceptor-api_1.2.5.jar from https://download.eclipse.org/staging/2023-09/plugins/ (24.45kB) [INFO] Fetching org.eclipse.jetty.servlet-api_4.0.6.jar from https://download.eclipse.org/staging/2023-09/plugins/ (266.68kB) [INFO] Fetching jakarta.transaction-api_1.3.3.jar from https://download.eclipse.org/staging/2023-09/plugins/ (15.03kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20221112-0806.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (370.34kB) [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/staging/2023-09/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/staging/2023-09/plugins/ (43.94kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from https://download.eclipse.org/staging/2023-09/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/staging/2023-09/plugins/ (254.52kB) [INFO] Fetching org.eclipse.datatools.connectivity.console.profile_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (34.97kB) [INFO] Fetching org.eclipse.help.base_4.4.100.v20230817-0230.jar from https://download.eclipse.org/staging/2023-09/plugins/ (440.5kB) [INFO] Fetching org.eclipse.datatools.connectivity.db.generic.ui_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (38.45kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.server.ui_1.4.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (128.31kB) [INFO] Fetching org.eclipse.datatools.connectivity.ui.dse_1.4.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (86.87kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.consumer_3.5.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (127.79kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.design_3.6.0.202305311622.jar from https://download.eclipse.org/staging/2023-09/plugins/ (355.45kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.profile_3.5.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (47.13kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.design.ui_3.5.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (236.33kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.flatfile_3.4.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (78.29kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.flatfile.ui_3.4.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (109.02kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.edit_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (280.28kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (25.39kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (15.55kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb.ui_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (32.32kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.query.edit_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (210.82kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.xml.query_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (262.1kB) [INFO] Fetching org.eclipse.dstore.core_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (398.67kB) [INFO] Fetching org.eclipse.dstore.extra_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (36.79kB) [INFO] Fetching org.eclipse.ecf_3.11.0.v20230507-1923.jar from https://download.eclipse.org/staging/2023-09/plugins/ (133.18kB) [INFO] Fetching org.eclipse.ecf.identity_3.10.0.v20230422-0242.jar from https://download.eclipse.org/staging/2023-09/plugins/ (67.72kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from https://download.eclipse.org/staging/2023-09/plugins/ (26.38kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/staging/2023-09/plugins/ (52.52kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.3.0.v20230422-0242.jar from https://download.eclipse.org/staging/2023-09/plugins/ (134.87kB) [INFO] Fetching org.eclipse.emf.ant_2.12.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (36.29kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.35.0.v20230801-1141.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1.11MB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.35.0.v20230622-1149.jar from https://download.eclipse.org/staging/2023-09/plugins/ (192.73kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.24.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (304.34kB) [INFO] Fetching org.eclipse.emf.converter_2.12.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (96.25kB) [INFO] Fetching org.eclipse.emf.importer_2.13.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (84.41kB) [INFO] Fetching org.eclipse.emf.exporter_2.11.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (66.72kB) [INFO] Fetching org.eclipse.emf.importer.ecore_2.11.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (36.44kB) [INFO] Fetching org.eclipse.emf.importer.java_2.12.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (74.33kB) [INFO] Fetching org.eclipse.emf.importer.rose_2.12.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (116.43kB) [INFO] Fetching org.eclipse.emf.databinding_1.7.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (93.67kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.8.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (55.08kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit_2.9.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (35.88kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.18.0.v20230224-1122.jar from https://download.eclipse.org/staging/2023-09/plugins/ (131.32kB) [INFO] Fetching org.eclipse.emf_2.9.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (14.67kB) [INFO] Fetching org.eclipse.emf.mapping_2.13.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (196.8kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.12.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (31.55kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.11.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (151.36kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.12.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (44.41kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.9.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (15.01kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.11.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (52.27kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.13.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (104.31kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.9.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (14.96kB) [INFO] Fetching org.eclipse.equinox.p2.discovery_1.3.100.v20230728-2010.jar from https://download.eclipse.org/staging/2023-09/plugins/ (40.09kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.3.100.v20230728-2010.jar from https://download.eclipse.org/staging/2023-09/plugins/ (61.15kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.4.100.v20230630-1506.jar from https://download.eclipse.org/staging/2023-09/plugins/ (47.98kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.3.100.v20230718-0609.jar from https://download.eclipse.org/staging/2023-09/plugins/ (158.51kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.8.100.v20230804-1454.jar from https://download.eclipse.org/staging/2023-09/plugins/ (399.6kB) [INFO] Fetching org.eclipse.jetty.http_10.0.15.jar from https://download.eclipse.org/staging/2023-09/plugins/ (256.75kB) [INFO] Fetching org.eclipse.jetty.io_10.0.15.jar from https://download.eclipse.org/staging/2023-09/plugins/ (211.53kB) [INFO] Fetching org.eclipse.jetty.util_10.0.15.jar from https://download.eclipse.org/staging/2023-09/plugins/ (557.33kB) [INFO] Fetching org.eclipse.jetty.jndi_10.0.15.jar from https://download.eclipse.org/staging/2023-09/plugins/ (56.39kB) [ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.jetty.jndi,10.0.15 from repository https://download.eclipse.org/staging/2023-09: [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.143 s] [INFO] RedDeer Plugins .................................... SUCCESS [ 0.005 s] [INFO] RedDeer Common ..................................... SUCCESS [ 6.344 s] [INFO] RedDeer Workbench Core ............................. SUCCESS [ 1.198 s] [INFO] RedDeer E4 Workbench Core .......................... SUCCESS [ 0.372 s] [INFO] RedDeer Core ....................................... SUCCESS [ 1.588 s] [INFO] RedDeer SWT ........................................ SUCCESS [ 0.728 s] [INFO] RedDeer JFace ...................................... SUCCESS [ 0.476 s] [INFO] RedDeer Workbench .................................. SUCCESS [ 1.099 s] [INFO] RedDeer E4 Workbench ............................... SUCCESS [ 0.420 s] [INFO] RedDeer UIForms .................................... SUCCESS [ 0.502 s] [INFO] RedDeer Direct ..................................... SUCCESS [ 0.401 s] [INFO] RedDeer JUnit ...................................... SUCCESS [ 0.763 s] [INFO] RedDeer Eclipse .................................... SUCCESS [ 1.325 s] [INFO] RedDeer GEF ........................................ SUCCESS [ 0.704 s] [INFO] RedDeer GEF Spy .................................... SUCCESS [ 0.367 s] [INFO] RedDeer Graphiti ................................... SUCCESS [ 0.464 s] [INFO] RedDeer JDT Junit .................................. SUCCESS [ 0.296 s] [INFO] RedDeer JUnit Extensions ........................... SUCCESS [ 0.448 s] [INFO] RedDeer Requirements ............................... SUCCESS [ 0.811 s] [INFO] RedDeer UI ......................................... SUCCESS [ 1.437 s] [INFO] RedDeer Spy ........................................ SUCCESS [ 0.327 s] [INFO] RedDeer Recorder ................................... SUCCESS [ 0.767 s] [INFO] RedDeer Go ......................................... SUCCESS [ 0.331 s] [INFO] RedDeer Log Parser ................................. SUCCESS [ 0.442 s] [INFO] RedDeer CodeGen .................................... SUCCESS [ 0.625 s] [INFO] RedDeer Test-Apps .................................. SUCCESS [ 0.002 s] [INFO] RedDeer E4 Test App ................................ SUCCESS [ 0.214 s] [INFO] RedDeer Tests ...................................... SUCCESS [ 0.059 s] [INFO] RedDeer Common Tests ............................... SUCCESS [01:14 min] [INFO] RedDeer SWT Tests .................................. SUCCESS [03:35 min] [INFO] RedDeer Core Tests ................................. SUCCESS [03:12 min] [INFO] RedDeer Workbench Tests ............................ SUCCESS [05:03 min] [INFO] RedDeer UIForms Test ............................... SUCCESS [ 21.076 s] [INFO] RedDeer JFace Tests ................................ SUCCESS [01:23 min] [INFO] RedDeer Integration and Eclipse Installation Tests . SUCCESS [ 1.123 s] [INFO] RedDeer Eclipse Tests .............................. FAILURE [ 34.555 s] [INFO] RedDeer GEF Tests .................................. SKIPPED [INFO] RedDeer Graphiti Tests ............................. SKIPPED [INFO] RedDeer Direct Tests ............................... SKIPPED [INFO] RedDeer JUnit Tests ................................ SKIPPED [INFO] RedDeer Requirements Tests ......................... SKIPPED [INFO] RedDeer UI Tests ................................... SKIPPED [INFO] RedDeer E4 Workbench Tests ......................... SKIPPED [INFO] RedDeer Features ................................... SKIPPED [INFO] RedDeer E4 Feature ................................. SKIPPED [INFO] RedDeer Eclipse Feature ............................ SKIPPED [INFO] RedDeer GEF Spy Feature ............................ SKIPPED [INFO] RedDeer SWT Feature ................................ SKIPPED [INFO] RedDeer Tests Feature .............................. SKIPPED [INFO] RedDeer UI Feature ................................. SKIPPED [INFO] RedDeer Recorder Feature ........................... SKIPPED [INFO] RedDeer GEF/Graphiti Feature ....................... SKIPPED [INFO] RedDeer Spy Feature ................................ SKIPPED [INFO] RedDeer Log Parser Feature ......................... SKIPPED [INFO] RedDeer CodeGen Feature ............................ SKIPPED [INFO] RedDeer Site ....................................... SKIPPED [INFO] RedDeer Archetype .................................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 17:12 min [INFO] Finished at: 2023-08-25T08:56:06Z [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